Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.32 KB

README.md

File metadata and controls

57 lines (38 loc) · 2.32 KB

🐦 pterodactyl-installer

Unofficial scripts for installing Pterodactyl on both Panel & Daemon.

Read more about Pterodactyl here.

Supported installations

List of supported installation setups for panel and daemon (installations supported by this installation script).

Supported panel operating systems and webservers

Operating System Version nginx support Apache support
Ubuntu 14.04 🔴 🔴
16.04 🔴
18.04 🔴
Debian 8 🔴
9 🔴
10 🔴 * 🔴
CentOS 6 🔴 🔴
7 🔴 ** 🔴

Supported daemon operating systems

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 installation scripts

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.

Contributing

Feel free to fork the project and send a PR! 😃