FREE Unix theme for Pterodactyl 1.11.x | #1 Pterodactyl Theme on the market.

xceptdev

New Member
Member
Hello. I see people not knowing how to install it, so here is a guide:
1st:
Install node.js by theese commands:

curl -sL https://deb.nodesource.com/setup_16.x

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.


And, your page should be working.
Reply if you have any issues with this.
 

leadvic

New Member
Member
In the file there is no license, could you share that too please? otherwise how should I get it?
 
Top