The server control plane for Pterodactyl Panel. Written from the ground-up with security, speed, and stability in mind.
Go to file
Dane Everitt 5764894a5e
Cleanup server sync logic to work in a single consistent format (#101)
* Cleanup server sync logic to work in a single consistent format

Previously we had a mess of a function trying to update server details from a patch request. This change just centralizes everything to a single Sync() call when a server needs to update itself.

We can also eventually update the panel (in V2) to not hit the patch endpoint, rather it can just be a generic endpoint that is hit after a server is updated on the Panel that tells Wings to re-sync the data to get the environment changes on the fly.

The changes I made to the patch function currently act like that, with a slightly fragile 2 second wait to let the panel persist the changes since I don't want this to be a breaking change on that end.

* Remove legacy server patch endpoint; replace with simpler sync endpoint
2021-08-29 13:37:18 -07:00
.github upgrade to go1.17 2021-08-24 13:28:17 -06:00
cmd break everything 2021-08-02 15:07:00 -06:00
config break everything 2021-08-02 15:07:00 -06:00
environment break everything 2021-08-02 15:07:00 -06:00
events break everything 2021-08-02 15:07:00 -06:00
installer break everything 2021-08-02 15:07:00 -06:00
loggers/cli break everything 2021-08-02 15:07:00 -06:00
parser parser: bug fixes (#102) 2021-08-24 17:05:02 -06:00
remote break everything 2021-08-02 15:07:00 -06:00
router Cleanup server sync logic to work in a single consistent format (#101) 2021-08-29 13:37:18 -07:00
server Cleanup server sync logic to work in a single consistent format (#101) 2021-08-29 13:37:18 -07:00
sftp sftp: deny access if server is suspended (#100) 2021-08-03 19:56:02 -07:00
system Fix .rar file decompression; closes pterodactyl/panel#3267 2021-04-17 13:13:37 -07:00
.dockerignore Fix user problems when running inside of Docker 2021-01-02 12:58:58 -07:00
.gitignore Initial WIP logic to handle loading configuration from the disk using viper 2021-01-12 21:14:57 -08:00
CHANGELOG.md Update CHANGELOG.md 2021-08-03 20:04:00 -07:00
docker-compose.example.yml USe readonly flag on compose 2021-01-23 13:46:57 -08:00
Dockerfile upgrade to go1.17 2021-08-24 13:28:17 -06:00
go.mod break everything 2021-08-02 15:07:00 -06:00
go.sum break everything 2021-08-02 15:07:00 -06:00
LICENSE License date updates 2021-03-26 09:33:24 -07:00
Makefile Set the binary version to the git hash for debug builds 2021-03-03 19:29:44 -08:00
README.md Update README.md 2021-08-15 18:32:54 -07:00
wings-api.paw remove trailing slashes from api 2018-05-17 21:18:02 +02:00
wings.go use cobra for cli 2020-04-10 13:12:18 +00:00

Logo Image

Discord GitHub Releases 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.

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.

Sponsors

I would like to extend my sincere thanks to the following sponsors for helping find Pterodactyl's developement. Interested in becoming a sponsor?

Company About
WISP Extra features.
MixmlHosting MixmlHosting provides high quality Virtual Private Servers along with game servers, all at a affordable price.
BisectHosting BisectHosting provides Minecraft, Valheim and other server hosting services with the highest reliability and lightning fast support since 2012.
Bloom.host Bloom.host offers dedicated core VPS and Minecraft hosting with Ryzen 9 processors. With owned-hardware, we offer truly unbeatable prices on high-performance hosting.
MineStrator Looking for a French highend hosting company for you minecraft server? More than 14,000 members on our discord, trust us.
DedicatedMC DedicatedMC provides Raw Power hosting at affordable pricing, making sure to never compromise on your performance and giving you the best performance money can buy.
Skynode Skynode provides blazing fast game servers along with a top-notch user experience. Whatever our clients are looking for, we're able to provide it!
XCORE XCORE offers High-End Servers for hosting and gaming since 2012. Fast, excellent and well-known for eSports Gaming.
RoyaleHosting Build your dreams and deploy them with RoyaleHostings reliable servers and network. Easy to use, provisioned in a couple of minutes.
Spill Hosting Spill Hosting is a Norwegian hosting service, which aims for inexpensive services on quality servers. Premium i9-9900K processors will run your game like a dream.
DeinServerHost DeinServerHost offers Dedicated, vps and Gameservers for many popular Games like Minecraft and Rust in Germany since 2013.
HostBend HostBend offers a variety of solutions for developers, students, and others who have a tight budget but don't want to compromise quality and support.
Capitol Hosting Solutions CHS is the budget friendly hosting company for Australian and American gamers, offering a variety of plans from Web Hosting to Game Servers; Custom Solutions too!
ByteAnia ByteAnia offers the best performing and most affordable Ryzen 5000 Series hosting on the market for unbeatable prices!
Aussie Server Hosts No frills Australian Owned and operated High Performance Server hosting for some of the most demanding games serving Australia and New Zealand.
VibeGAMES VibeGAMES is a game server provider that specializes in DDOS protection for the games we offer. We have multiple locations in the US, Brazil, France, Germany, Singapore, Australia and South Africa.
RocketNode RocketNode is a VPS and Game Server provider that offers the best performing VPS and Game hosting Solutions at affordable prices!

Documentation

Reporting Issues

Please use the pterodactyl/panel repository to report any issues or make feature requests for Wings. In addition, the security policy listed within that repository also applies to Wings.