Guide: Pterodactyl Theme Installation

Hello, I made this guide for my pterodactyl themes showing you a full step-by-step guide for a correct installation.

1. Upload the files

Drag the the provided files & folders ("tailwind.config" file & "resources" folder) in your pterodactyl directory (usually: /var/www/pterodactyl)

2. Install Dependencies

Once you've uploaded the requested files, open your SSH (Console / Root) and install nodejs and yarn with the following commands:

Installing Nodejs on Ubuntu/Debian:

curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
apt install -y nodejs

Installing Nodejs on CentOS:

⚠️ Attention: Run only the command interested for your OS version

# Any Other Version of CentOS:
curl -sL https://rpm.nodesource.com/setup_20.x | sudo -E bash -

# CentOS 8:
sudo dnf install -y nodejs yarn

# CentOS 7:
sudo yum install -y nodejs yarn

Installing Yarn on Ubuntu/Debian/CentOS:

npm i -g yarn

3. Building the panel:

Install panel build dependencies:

cd /var/www/pterodactyl
yarn

Build the panel:

cd /var/www/pterodactyl
yarn build:production

✅ Done, enjoy your panel and thank you for your support! You can leave a review if you want, it will support me a lot!

In case of any problems or questions you can contact me on our support discord, and I will be happy to answer/help you: http://discord.ultrasetups.com

Last updated