Skip to content
/ wings Public
forked from pterodactyl/wings

The server control plane for Pterodactyl Panel. Written from the ground-up with security, speed, and stability in mind.

License

Notifications You must be signed in to change notification settings

vanes430/wings

 
 

Repository files navigation

Go Report Card

Pterodactyl Wings

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.

Instalation

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

Documentation

Report

Fell free to open at issue page

About

The server control plane for Pterodactyl Panel. Written from the ground-up with security, speed, and stability in mind.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%