Installing Wings
Choose a daemon
Install C-Wings
If you are installing one of our addons, choose C-Wings. It stays compatible with Pterodactyl and already includes the daemon changes those addons need. Choose Original Wings for a stock Pterodactyl node, or Wings RS for Calagopus.
C-Wings is our Pterodactyl-compatible build with security fixes, daemon bug fixes, and the handlers used by our addons.
Prebuilt binary
For most nodes, replace the current binary with the prebuilt release:
bash
sudo mkdir -p /etc/pterodactyl
ARCH="$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
sudo curl -L -o /usr/local/bin/wings \
"https://github.com/Tomaxikz/daemon/releases/download/dev-latest/wings_linux_${ARCH}"
sudo chmod u+x /usr/local/bin/wings
sudo systemctl restart wingsRelease page: Tomaxikz/daemon dev-latest.