Add readme

This commit is contained in:
Lance Pioch 2024-03-14 01:10:56 -04:00
parent 2f3d4e2819
commit cd51705b58
3 changed files with 51 additions and 2 deletions

2
.github/FUNDING.yml vendored
View File

@ -1 +1 @@
github: [matthewpi] polar: pterodactyl

49
readme.md Normal file
View File

@ -0,0 +1,49 @@
[![Logo Image](https://cdn.pterodactyl.io/logos/new/pterodactyl_logo.png)](https://pterodactyl.io)
# Pterodactyl Panel
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security
in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive
UI to end users.
Stop settling for less. Make game servers a first class citizen on your platform.
![Image](https://cdn.pterodactyl.io/site-assets/pterodactyl_v1_demo.gif)
## Documentation
* [Panel Documentation](https://pterodactyl.io/panel/1.0/getting_started.html)
* [Wings Documentation](https://pterodactyl.io/wings/1.0/installing.html)
* [Community Guides](https://pterodactyl.io/community/about.html)
* [Official Discord](https://discord.gg/pterodactyl)
### Supported Games
Pterodactyl supports a wide variety of games by utilizing Docker containers to isolate each instance. This gives
you the power to run game servers without bloating machines with a host of additional dependencies.
Some of our core supported games include:
* Minecraft — including Paper, 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
* Xonotic
* Starmade
* Discord ATLBot, and most other Node.js/Python discord bots
* [and many more...](https://github.com/parkervcp/eggs)
Pterodactyl® Copyright ® 2015 - 2022 Pterodactyl

View File

@ -91,5 +91,5 @@ return [
'enable' => 'Enable', 'enable' => 'Enable',
'disable' => 'Disable', 'disable' => 'Disable',
'save' => 'Save', 'save' => 'Save',
'copyright' => '© 2015 - :year Panel', 'copyright' => '® 2015 - :year Pterodactyl',
]; ];