Unofficial scripts for installing Pterodactyl on both Panel & Daemon.
Read more about Pterodactyl here.
List of supported installation setups for panel and daemon (installations supported by this installation script).
Operating System | Version | nginx support | Apache support |
---|---|---|---|
Ubuntu | 14.04 | 🔴 | 🔴 |
16.04 | ✅ | 🔴 | |
18.04 | ✅ | 🔴 | |
Debian | 8 | ✅ | 🔴 |
9 | ✅ | 🔴 | |
10 | 🔴 * | 🔴 | |
CentOS | 6 | 🔴 | 🔴 |
7 | 🔴 ** | 🔴 |
Operating System | Version | Supported |
---|---|---|
Ubuntu | 14.04 | 🔴 |
16.04 | ✅ | |
18.04 | ✅ | |
Debian | 8 | 🔴 |
9 | ✅ | |
10 | 🔴* | |
CentOS | 6 | 🔴 |
7 | ✅ |
* Debian 10 is not listed as officially supported by Pterodactyl yet.
** CentOS 7 is only supported by this script on daemon installations, not panel.
Using the Pterodactyl Panel installation script:
bash <(curl -s https://raw.githubusercontent.com/VilhelmPrytz/pterodactyl-installer/master/install-panel.sh)
Using the Pterodactyl Daemon installation script:
bash <(curl -s https://raw.githubusercontent.com/VilhelmPrytz/pterodactyl-installer/master/install-daemon.sh)
The script will guide you through the install.
Note: On some systems it's required to be already logged in as root before executing the one-line command.
Feel free to fork the project and send a PR! 😃