

Wings (ym0t fork)
This is an independently maintained fork of pterodactyl/wings, carrying the
same Minecraft server version detection feature as 0x7d8/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.
In addition, Wings ships with a built-in SFTP server allowing your system to remain free of Pterodactyl specific
dependencies, and allowing users to authenticate with the same credentials they would normally use to access the Panel.
Why this fork?
0x7d8/wings is a fork of pterodactyl/wings
that adds Minecraft server version detection. This repository carries the same feature, independently maintained —
meaning changes from pterodactyl/wings have to be manually merged into both forks over time.
Since neither fork is guaranteed to always be fully up to date, this repo exists as a redundant alternative:
if 0x7d8/wings is ahead, use that — if this one is, use this. By not being a
GitHub fork of 0x7d8/wings, there are no upstream constraints on when and what gets merged.
⬇️ Download
Binaries are automatically built from the develop branch on every push.
The _debug variants include debug symbols — only needed for troubleshooting.
Quick Install
curl -L -o /tmp/wings.zip \
"https://nightly.link/Ym0T/wings/workflows/push.yaml/develop/wings_linux_$([ "$(uname -m)" = "x86_64" ] && echo amd64 || echo arm64).zip" \
&& unzip -o /tmp/wings.zip -d /usr/local/bin \
&& chmod +x /usr/local/bin/wings \
&& rm /tmp/wings.zip \
&& systemctl restart wings \
&& wings version
⚠️ These are development builds from the develop branch. Use at your own risk.
Documentation
Reporting Issues
For issues specific to this fork, open an issue in this repository. For upstream bugs that affect the original
pterodactyl/wings, please also report them at pterodactyl/panel.