Linux Game Server Manager
The Linux Game Server Managers are command line tools for quick, simple deployment and management of various dedicated game servers and voice comms servers.
Main features
- Server installer (SteamCMD).
- Start/Stop/Restart server.
- Server update (SteamCMD).
- Server monitor (including email notification).
- Server backup.
- Server console.
Compatibility
The Linux Game Server Manager is tested to work on the following Linux systems.
- Debian based distros (Ubuntu, Mint etc.).
- Redhat based distros (CentOS, Fedora etc.).
The scripts are written in BASH and Python and would probably work with other distros.
"I've found a bug", "Something isn't working for me"
Before submitting an issue about a script error, try deleting the "functions" folder located where the script is. (ie. /home/tf2/tf2server would be /home/tf2/functions)
This will grab the latest scripts from the repository meaning that if we've already fixed the bug you would be asking about, you'd get the patch that way.
FAQ
Q: How do I install a script on my Linux server?
- Full documentation and instructions can be found here.
http://danielgibbs.co.uk/lgsm
Q: There's a feature that I'd like to see implemented, how can I get it put in?
- Create an issue report and we'll tag it as an enhancement, if you are able to program in Bash feel free to send us a pull request, it's much likely to be included as well as faster that way.
Q: Can you go on my server through SSH and install the server for me?
- Unfortunately, no, the scripts are very easy to install and shouldn't require much help in the first place. If there's a error that you're experiencing, send us an issue report.