How to install the Pterodactyl Panel and Wings Version 1.X
In this tutorial, I will be covering how to install the Pterodactyl Panel and Wings.
My Discord – JackW#0683
Oxide Hosting – https://billing.oxide.host/aff.php?aff=1
Additional commands used to install PHP 7.4:
sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo “deb https://packages.sury.org/php/ $(lsb_release -sc) main” | sudo tee /etc/apt/sources.list.d/php.list
apt -y update
apt install -y php7.4 php7.4-{cli,common,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip} nginx redis-server unzip
centos 7