No description
Find a file
2018-03-08 21:30:22 -06:00
.dev/vagrant Update php to version 7.2 in vagrant file (#978) 2018-02-25 10:56:47 -06:00
.github improve issue template (#981) 2018-02-25 10:58:49 -06:00
app Fix egg copy from, closes #995 2018-03-06 23:07:00 -06:00
bootstrap Weekly fix of my StyleCI violations... 2017-04-24 16:56:38 -04:00
config Add session specific redis cache 2018-03-06 22:58:38 -06:00
database Allow for 3 decimals, future proof (#999) 2018-03-06 23:11:58 -06:00
public Filemanager cleanup 2018-03-08 21:30:07 -06:00
resources Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop 2018-03-08 21:30:22 -06:00
routes Add support for user management of databases 2018-03-02 19:03:55 -06:00
storage Add function file editing, and move all service file items into database 2017-03-12 15:59:17 -04:00
tests Use beginning of UUID for server uuidShort 2018-03-03 22:20:53 -06:00
.babelrc Fix babel setup for filemanager 2017-01-24 00:11:01 -05:00
.editorconfig Merge branch 'develop' into feature/service-changes 2017-01-12 13:15:37 -05:00
.env.example Fix settings service provider to actually work when no migrations have been run. 2017-12-30 20:53:34 -06:00
.env.travis Implement a better management interface for Settings (#809) 2017-12-14 21:05:26 -06:00
.gitignore Update php to version 7.2 in vagrant file (#978) 2018-02-25 10:56:47 -06:00
.php_cs Fix error causing tasks to be un-deletable. 2017-12-01 20:10:06 -06:00
.phraseapp.yml Update .phraseapp.yml 2017-01-21 17:23:48 -05:00
.sami.php Store sami configuration for others to use. 2017-03-19 19:51:26 -04:00
.styleci.yml Begin implementation of new request validation, closes #470 2017-06-03 18:41:35 -05:00
.travis.yml Fix traivs, nicer output for tests 2018-02-10 14:57:19 -06:00
artisan Initial Commit of Files 2015-12-06 13:58:49 -05:00
CHANGELOG.md Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop 2018-03-08 21:30:22 -06:00
CODE_OF_CONDUCT.md Update Code of Conduct with an Email 2017-06-14 20:53:22 -05:00
codecov.yml Hopefully stop codecov from failing builds for no good reason 2017-11-05 16:17:18 -06:00
composer.json Add very basic cache busting 2018-02-18 15:15:53 -06:00
composer.lock Add very basic cache busting 2018-02-18 15:15:53 -06:00
CONTRIBUTING.md Remove even more mentions of the forum (#971) 2018-02-24 11:54:40 -06:00
CONTRIBUTORS.md Update CONTRIBUTORS.md 2016-01-21 17:47:58 -05:00
LICENSE.md Update copyright headers 2017-01-24 17:57:08 -05:00
package.json Fix up most of the file manager 2017-01-19 16:58:57 -05:00
phpunit.xml Fix traivs, nicer output for tests 2018-02-10 14:57:19 -06:00
README.md Fix some game name typos (#1000) 2018-03-03 12:56:48 -06:00
server.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
Vagrantfile Improve the Vagrantfile a little (#1025) 2018-03-06 23:10:43 -06:00

Logo Image

Build Status StyleCI codecov

Pterodactyl Panel

Pterodactyl is the open-source game server management panel built with PHP7, Nodejs, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to administrators and users. What more are you waiting for? Make game servers a first class citizen on your platform today.

Image

Support & Documentation

Support for using Pterodactyl can be found on our Documentation Website, Guides Website, or via our Discord Chat.

Supported Games

We support a huge variety of games by utilizing Docker containers to isolate each instance, giving you the power to host your games across the world without having to bloat each physical machine with additional dependencies.

Some of our core supported games include:

  • Minecraft — including Spigot, Sponge, Bungeecord, Waterfall, and more
  • Rust
  • Terraria
  • Teamspeak
  • Mumble
  • Team Fortress 2
  • Counter Strike: Global Offensive
  • Garry's Mod
  • ARK: Survival Evolved

In addition to our standard nest of supported games, our community is constantly pushing the limits of this software and there are plenty more games available provided by the community. Some of these games include:

  • Factorio
  • San Andreas: MP
  • Pocketmine MP
  • Squad
  • FiveM
  • Xonotic
  • Discord ATLBot

Credits

A huge thank you to PhraseApp who provide us the software to help translate this project. This software would not be possible without the work of other open-source authors who provide tools such as:

Ace Editor, AdminLTE, Animate.css, AnsiUp, Async.js, Bootstrap, Bootstrap Notify, Chart.js, FontAwesome, FontAwesome Animations, jQuery, Laravel, Lodash, Select2, Socket.io, Socket.io File Upload, SweetAlert, Typeahead, and Particles.js.

Some Javascript and CSS used within the panel is licensed under a MIT or Apache 2.0 license. Please check their respective header files for more information.

License

Copyright (c) 2015 - 2018 Dane Everitt <dane@daneeveritt.com>.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.