Unofficial installation scripts for Hydrodactyl Panel & Wings. This script is not associated with the official Hydrodactyl Project.
- Automatic installation of Docker Engine
- Automatic installation of Hydrodactyl Panel (Docker + Docker Compose)
- Automatic installation of Wings (Docker + Wings daemon)
- Install both Panel and Wings on the same machine
- Panel: (optional) automatic configuration of Let's Encrypt
- Wings: (optional) automatic configuration of Let's Encrypt
- Automatic configuration of firewall (UFW / firewalld)
List of supported operating systems for Panel and Wings.
✅ = Supported & Tested
| Operating System | Version | Supported |
|---|---|---|
| Ubuntu | 22.04 | ✅ |
| 24.04 | ✅ | |
| 26.04 | ✅ | |
| Debian | 10 | ✅ |
| 11 | ✅ | |
| 12 | ✅ | |
| 13 | ✅ | |
| Rocky Linux | 8 | ✅ |
| 9 | ✅ | |
| AlmaLinux | 8 | ✅ |
| 9 | ✅ |
Becuase Hyrodactyl is docker based support will vary per system
Run the script as root. You will be prompted to choose between installing Docker only, the Panel, Wings, or both.
bash <(curl -fsSL https://gethydro.cc)If gethydro.cc is unavailable, use the GitHub mirror:
bash <(curl -fsSL https://raw.githubusercontent.com/NobleSkye/Hydro-Installer/master/install.sh)The installer can optionally configure UFW (Ubuntu/Debian) or firewalld (Rocky/AlmaLinux) and open the required ports automatically.
Both the Panel and Wings installers can optionally obtain and configure Let's Encrypt SSL certificates automatically.
This project is a fork that is inspired by pterodactyl-installer/pterodactyl-installer & Pyrodactyl Installer
GNU General Public License v3.0