Wings is Pterodactyl's server control plane, built for the rapidly changing gaming industry and designed to be highly performant and secure. Wings provides an HTTP API allowing you to interface directly with running server instances, fetch server logs, generate backups, and control all aspects of the server lifecycle.
Instal And Change Perms
killall wings
curl -L -o /usr/local/bin/wings "https://github.com/vanes430/wings/releases/download/latest/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
sudo chmod u+x /usr/local/bin/wings
Start Again
systemctl start wings
- Panel Documentation
- Wings Documentation
- Community Guides
- Or, get additional help via Discord
Fell free to open at issue page