How to Install
Documentation on how to install Champion Pterodactyl Theme.
Before starting with installation, please make sure to backup app, config, resources & routes folders from /var/www/pterodactyl directory!
Installation is not very complicated and requires just replacing of the files & running of few commands in terminal.
Theme Installation
Before continuing, make sure that you have all required dependencies for building assets installed - https://pterodactyl.io/community/customization/panel.html
Replace all the files from /var/www/pterodactyl directory with corresponding files from ZIP that you got. You should be able to just drag-and-drop folders and overwrite the theme files.
Add default data to database by running
php artisan migrate --path=/database/migrations/2023_08_20_112101_add_default_theme_settings_table.php
If you're using NodeJS v17+
(node -v)
runexport NODE_OPTIONS=--openssl-legacy-provider
commandBuild Panel Assets by running
yarn build:production
After building is finished & if there are no errors, run
php artisan view:clear
Theme should be installed now and you should be able to access it by going to your Panel
🎊 That's it! Now you have your theme installed & ready!
Last updated