DOCUMENTATION

Documentation
Premium theme

Documentation » Premium theme

Preface

Thank you so much for buying this theme, I hope that using it will bring you only positive emotions. Its installation is extremely simple and will take no more than a minute! In addition, if you have any difficulties, you can contact our discord: https://discord.gg/C5Ex7cJU5r. There I will always be happy to help you with the installation, or any other difficulties that have arisen with this theme.

Installation

1. Unzip the archive
2. Create a backup of your panel:

tar -cvf panel.tar.gz /var/www/pterodactyl
3. From the "THEME" folder, upload everything to the pterodactyl folder (by default: /var/www/pterodactyl)
4. Build your panel. To do this, use official Pterodactyl documentation: https://pterodactyl.io/community/customization/panel.html
5. Clear server cache
cd /var/www/pterodactyl && php artisan view:clear && php artisan config:clear && chown -R www-data:www-data /var/www/pterodactyl/*
Done! Reload the page and clear browser cache (CTRL + R or CTRL + F5)

Restoring the panel backup

To restore a panel backup (if you did it when installing the theme), delete all panel files and write this command:

cd /var/www/pterodactyl && tar -xvf panel.tar.gz

Contact

If you have any difficulties at any of the stages, you can get help from our discord server: https://discord.gg/C5Ex7cJU5r

Discord integration on homepage

To insert your discord server on the main page, follow these steps:
1. Go to the settings of your discord server
2. Click to widget category, turn on the switcher and copy server id

3. Open this file: /var/www/pterodactyl/resources/scripts/components/dashboard/DashboardContainer.tsx
4. Search https://discord.com/widget?id=896736801807560754&theme=dark and replace 896736801807560754 to your server id
5. Save and build your panel