Installation
1. Manual Installation
If you prefer to install the theme yourself without using the automatic script, follow these steps:
Download the Dravix theme archive from BuiltByBit
Extract the archive on your computer
Open the
upload
folder found inside the archiveUpload only the contents of the
upload
folder (not the folder itself) to your panel directory:
/var/www/pterodactyl
Overwrite existing files when prompted.
Then run the following commands one by one to your terminal:
cd /var/www/pterodactyl
yarn install
php artisan cache:clear
php artisan view:clear
php artisan route:clear
chown -R www-data:www-data /var/www/pterodactyl/*
yarn run build:production
Installation complete
That's it! Dravix has been successfully installed!
You can now explore and start customizing the theme to match your brand and style.
Last updated