GameServerManagers/LinuxGSM — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple command line tool for Linux that makes dedicated game servers easy to set up and manage. I want it to feel friendly for someone who does not want to spend hours doing server admin work by hand.

It should support a lot of different game servers, even if the actual game specific pieces follow a shared pattern. The main flow should cover installing a server, starting and stopping it, monitoring whether it is healthy, updating it, showing useful server details, backing it up, sending alerts when something goes wrong, and letting me jump into the server console when needed. It should work on common Linux distros like Ubuntu, Debian, and CentOS, with checks for missing requirements and clear messages when something is not supported.

Please keep it script based and easy to run from the terminal, with sensible defaults, readable output, and basic docs so a normal admin can use it. If you need details on supported games or setup expectations, look up the current LinuxGSM docs online.

Want more depth? Deep Reverse