party-hornFinal

If you've made it to this step, that means you've successfully completed all previous steps of the installation process.

Now, all that's left to finalize the setup by running a few essential commands inside your Pterodactyl directory.

cd /var/www/pterodactyl
php artisan migrate --force
php artisan config:clear
php artisan view:clear
php artisan route:clear
php artisan cache:clear
chown -R www-data:www-data /var/www/pterodactyl/*

Install Pterodactyl dependencies

yarn install

Install lucide-react

yarn add lucide-react

Fix lint issues

yarn run lint --fix

Legacy OpenSSL support (required for Node.js 17+ and some environments).

You must to use this command before build production assets.

Build production assets

Your plugin is now fully installed and ready to use.

Last updated