Installation

1. Manual Installation

If you prefer to install the theme yourself without using the automatic script, follow these steps:

  1. Download the Dravix theme archive from BuiltByBit

  2. Extract the archive on your computer

  3. Open the upload folder found inside the archive

  4. Upload only the contents of the upload folder (not the folder itself) to your panel directory:

/var/www/pterodactyl
  1. 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