The server control plane for Pterodactyl Panel. Written from the ground-up with security, speed, and stability in mind.
Go to file
2020-04-04 16:15:49 -06:00
api Get transfers 'fully' working, need to add fail request though 2020-04-04 16:15:49 -06:00
config Get server transfers to download the archive from the old daemon 2020-04-04 14:08:17 -06:00
data Add support for running installation process when creating a server 2020-01-19 13:05:49 -08:00
installer Add support for defining specific threads for containers 2020-03-29 12:31:17 -07:00
logs very basic thoughts on module and file structure 2017-06-19 00:01:44 +02:00
parser Create the config file if it is missing for the server, then try again 2019-12-07 16:48:26 -08:00
server Get transfers 'fully' working, need to add fail request though 2020-04-04 16:15:49 -06:00
sftp Get SFTP validation finalized 2019-12-07 17:35:45 -08:00
.gitignore fix environment_docker_test data path 2018-04-01 23:41:45 +02:00
.travis.yml Remove "go mod download" and replace 1.9.x with 1.11.x due to missing go modules support 2020-02-07 17:08:20 -07:00
archive_auth.go Add authentication for another node to access GET /api/servers/:server/archive, add POST /api/transfer route 2020-04-04 00:51:35 -06:00
CHANGELOG.md Create CHANGELOG.md 2020-01-19 15:25:03 -08:00
const.go None of these constants are actually used 2019-12-24 15:30:25 -08:00
environment.go Add support for creating network if it is missing 2019-12-07 17:31:12 -08:00
go.mod Add ability to create archives of servers, add GET and POST /api/servers/:server/archive routes to get and request an archive of a server 2020-04-03 23:17:26 -06:00
go.sum Add ability to create archives of servers, add GET and POST /api/servers/:server/archive routes to get and request an archive of a server 2020-04-03 23:17:26 -06:00
http.go Get transfers 'fully' working, need to add fail request though 2020-04-04 16:15:49 -06:00
LICENSE Relicense 2019-12-25 14:33:02 -08:00
Makefile travis: limit builds to supported os/arch list 2017-08-02 23:23:13 +02:00
README.md Update README.md 2019-04-08 12:29:12 -07:00
system.go [#3c9g25] Add endpoint for returning basic system information 2019-12-09 21:05:55 -08:00
websocket.go Add support for restarting a server instance 2020-04-03 14:52:24 -07:00
wings-api.paw remove trailing slashes from api 2018-05-17 21:18:02 +02:00
wings.go Add configurable ArchiveDirectory 2020-04-04 00:17:32 -06:00

Alpha Project

Please refrain from opening PRs or Issues at this time. This project is still under heavy development, and until we have a solid foundation and plan for how everything will connect, we will not be accepting PRs or feature suggestions.

Pterodactyl wings travis codacy quality codacy coverage

                     ____
__ Pterodactyl _____/___/_______ _______ ______
\_____\    \/\/    /   /       /  __   /   ___/
   \___\          /   /   /   /  /_/  /___   /
        \___/\___/___/___/___/___    /______/
                            /_______/ alpha

A new generation of the Pterodactyl daemon, written in go.