Unofficial script for installing the latest version of Pterodactyl Wings.
This script is still being worked on and was mainly just made for personal usage. If you would like a more finished installer, I would recommend using pterodactyl-installer
- Automatic installation of the Pterodactyl Wings and it's dependencies.
- Automatic configuration of Let's Encrypt for SSL
- Let's Encrypt Auto-renew
- Wings systemd service creation
- Automatic JSON config file for instant wings configuration
- Support for more operating systems
- Enabling Swap
- Support for Raspberry Pi
| Operating System | Version | Supported |
|---|---|---|
| Ubuntu | 14.04 | 🔴 |
| 16.04 | 🔴 * | |
| 18.04 | 🟢 | |
| 20.04 | 🟢 | |
| 22.04 | 🟢 | |
| Debian | 8 | 🔴 * |
| 9 | 🟢 | |
| 10 | 🟢 | |
| 11 | 🟢 | |
| CentOS | 6 | 🔴 |
| 7 | 🔴 | |
| 8 | 🔴 |
* Ubuntu 16 and Debian 8 no longer supported since Pterodactyl does not actively support it.
All you have to do to use the script is to download the wings-install.sh file and run it as root!
To download the wings-install.sh file, you can use
wget https://raw.githubusercontent.com/User-92/wings-installer/master/wings-install.sh
chmod u+x wings-installer.sh
and run it as root with:
./wings-install
The script does not automatically configure your firewall for you, so you will have to do that manually
Created and maintained by DevBPM.
Inspired by Vilhelm Prytz's pterodactyl-installer