sudo -E bash -apt install -y nodejs
Then, upload the files from this .zip to your pterodactyl location (most often /var/www/pterodactyl) with Overwrite option.
enter theese commands:
composer install --no-dev --optimize-autoloader
php artisan view:clear
php artisan config:clear
php artisan migrate --seed --force
And then install yarn:
npm i -g yarn
Install dependencies using this command:
yarn
and, build frontend using yarn run build: production (ignore the space between : and P, had no to this because it changes to emoji without a space.
Theres a simple fix.
So do the following:
Go to the admin panel, then go to custom css
then paste in
.mx-auto.w-full.flex.items-center.h-\[3\.5rem\].max-w-\[1200px\] {
display: none !important;
}
Thatll remove that ugly top bar