Pterodactyl Scripts | Avaiavailable |
---|---|
Install | ✅ |
Update | ✅ |
Uninstall | ❌ |
PhpMyAdmin | ✅ |
Pterodactyl runs on a wide range of operating systems, so pick whichever you are most comfortable using.
Operating System | Version | Supported | Notes |
---|---|---|---|
Ubuntu | 20.04 | ✅ | Documentation written assuming Ubuntu 20.04 as the base OS. |
22.04 | ✅ | MariaDB can be installed without the repo setup script. | |
CentOS | 7 | ❌ | Extra repos are required. |
8 | ❌ | Note that CentOS 8 is EOL. Use Rocky or Alma Linux. | |
Debian | 11 | ❌ | Row 5 |
12 | ❌ | Row 6 |
Usage: Download and execute the script. Answer the questions asked by the script and it will take care of the rest.
cd /root && wget https://src.dogzocute.space/scripts/install.sh && bash install.sh
Warning: if the script dosen't work please do
sudo apt-get install dos2unix
cd /root
wget https://src.dogzocute.space/scripts/install.sh
dos2unix install.sh
bash install.sh
what's inside of install.sh
please follow the instructions here to continue the installation after running the script
Usage: Download and execute the script. Answer the questions asked by the script and it will take care of the rest.
cd /var/www/pterodactyl && wget https://src.dogzocute.space/scripts/update.sh && bash update.sh
what's inside of update.sh
Usage: Download and execute the script. Answer the questions asked by the script and it will take care of the rest.
cd /var/www/pterodactyl && wget https://src.dogzocute.space/scripts/remove.sh && bash remove.sh
what's inside of remove.sh
Usage: Download and execute the script. Answer the questions asked by the script and it will take care of the rest.
cd /var/www/phpmyadmin/themes && wget https://src.dogzocute.space/scripts/phpmyadmin-themes.sh && bash phpmyadmin-themes.sh
what's inside of phpmyadmin-themes.sh