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
2. Install Dependencies
Installing Nodejs on Ubuntu/Debian:
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
apt install -y nodejsInstalling Nodejs on CentOS:
# 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 yarnInstalling Yarn on Ubuntu/Debian/CentOS:
3. Building the panel:
Install panel build dependencies:
Build the panel:
Last updated