Jcodeerd / pterodactyl-installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐦 pterodactyl-installer

Unofficial scripts for installing Pterodactyl Panel & Wings. Works with the latest version of Pterodactyl!

Read more about Pterodactyl here. This script is not associated with the official Pterodactyl Project.

Features

  • Automatic installation of the Pterodactyl Panel (dependencies, database, cronjob, nginx).
  • Automatic installation of the Pterodactyl Wings (Docker, systemd).
  • Panel: (optional) automatic configuration of Let's Encrypt.
  • Panel: (optional) automatic configuration of firewall.
  • Uninstallation support for both panel and wings.

Supported installations

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

Supported panel and wings operating systems

Operating System Version Supported PHP Version
Ubuntu 14.04 πŸ”΄
16.04 πŸ”΄ *
18.04 βœ… 8.1
20.04 βœ… 8.1
22.04 βœ… 8.1
Debian 8 πŸ”΄ *
9 πŸ”΄ *
10 βœ… 8.1
11 βœ… 8.1
CentOS 6 πŸ”΄
7 πŸ”΄ *
8 πŸ”΄ *
Rocky Linux 8 βœ… 8.1
9 βœ… 8.1
AlmaLinux 8 βœ… 8.1
9 βœ… 8.1

* Indicates an operating system and release that previously was supported by this script.

Firewall setup

The installation scripts can install and configure a firewall for you. The script will ask whether you want this or not. It is highly recommended to opt-in for the automatic firewall setup.

Development & Ops

Testing the script locally

To test the script, we use Vagrant. With Vagrant, you can quickly get a fresh machine up and running to test the script.

If you want to test the script on all supported installations in one go, just run the following.

vagrant up

If you only want to test a specific distribution, you can run the following.

vagrant up <name>

Replace name with one of the following (supported installations).

  • ubuntu_jammy
  • ubuntu_focal
  • ubuntu_bionic
  • debian_bullseye
  • debian_buster
  • almalinux_8
  • almalinux_9
  • rockylinux_8
  • rockylinux_9

Then you can use vagrant ssh <name of machine> to SSH into the box. The project directory will be mounted in /vagrant so you can quickly modify the script locally and then test the changes by running the script from /vagrant/installers/panel.sh and /vagrant/installers/wings.sh respectively.

About


Languages

Language:Shell 100.0%