Apply Bug Fix / Update
To apply the latest bug fixes or updates to your panel, follow these simple steps:
1. Download ZIP archive
Make sure you download the latest .zip
file from our Discord server – check the #pending-fixes
channel.
2. Connect via FTP
Use any FTP client (such as FileZilla, WinSCP) to connect to your server.
3. Navigate to Pterodactyl panel directory
Go to the following path on your server:
/var/www/pterodactyl
4. Upload contents
Inside the ZIP file, open the upload
folder.
Upload only the contents of the upload
folder (not the folder itself) directly into /var/www/pterodactyl
If prompted to overwrite existing file, click YES or REPLACE — this is expected.
5. Rebuild the panel assets
After uploading, run the following command via SSH:
cd /var/www/pterodactyl
yarn run build:production
This will compile the updated frontend assets and apply your changes.
That's it! Your panel is now up to date with the latest fixes.
Last updated