GuidesGetting started2 min read

Installing Wings

Choose a daemon

Choose a Wings daemon

Install C-Wings

Choose a C-Wings installation method

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 wings

Release page: Tomaxikz/daemon dev-latest.