The bad part is I would have deployed this years ago when I wasn't so PHP fobic. I'd hesitate to deploy this today as I am not up to date on PHP security and pretty much that'd be my first thing to review is the code.
Tests are beyond basic it looks like the templates to just verify it boots...
No i'm not some Go god; or Rust nuthouse... just bad experience with php and security
The tests are happening in another branch, but you're right, they do not exist on the main develop branch yet. I've seen people run this in containers as well, and theres no reason it wouldn't. But if you don't like PHP, then unfortunately theres nothing I can really do about that. :)
There's no such thing as "can't control that" in computing - it's always the matter of how much effort you want to put in hacking around the problem ;).
As we are using docker that is not possible at the moment. We are working on a new daemon which may support running servers outside of containers and on Windows servers at some point in the not so near future.
"Pterodactyl Panel is the free, open-source, game agnostic, self-hosted control panel for users, networks, and game service providers" -- I'm sorry I still don't understand what it does.
I play mostly single player games, but I'm familiar with LAN games: One guy becomes "host" and the rest "join" him. This setup happens inside the game UI. Where does a "Game Server Management" software fit?
It's made for administrating dedicated servers, where the host does not actively participate in the game. This has several major advantages.
* Performance: The server does not need to render the UI, and is often completely headless (hence the use of this software).
* Fairness: The host in your scenario has zero latency, giving them a competitive advantage over players with tens or hundreds of milliseconds of network delay.
* Availability: Some games provide a persistent world with the ability to drop in and out at any time (e.g. Minecraft). No single player is present for the entire session.
For lots of games there is server software available (e.g. Minecraft) which allows a server to become host and all players can then join the server and play together. This panel allows to easily control those servers ;)
I've been working on a game that will use dedicated servers, and contemplating the best way to manage them. This is timely and definitely worth consideration as a solution. Thanks!
I'm working for Nitrado (Europe's largest gameserver provider), and we happen to have lots of experience in building and scaling indie game server infrastructures :)
Tests are beyond basic it looks like the templates to just verify it boots...
No i'm not some Go god; or Rust nuthouse... just bad experience with php and security