lgsm local mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Xylemon 141f25a0b3 Added scripts for the rest of the GoldSrc Steam games 10 years ago
7DaysToDie Moved logdays to correct location 10 years ago
Arma3 True selfname. Remove stupid code 10 years ago
BladeSymphony True selfname. Remove stupid code 10 years ago
CounterStrike Added mod cstrike 10 years ago
CounterStrikeConditionZero Major rename of functions 10 years ago
CounterStrikeGlobalOffensive True selfname. Remove stupid code 10 years ago
CounterStrikeSource True selfname. Remove stupid code 10 years ago
DayOfDefeat True selfname. Remove stupid code 10 years ago
DayOfDefeatSource True selfname. Remove stupid code 10 years ago
DeathmatchClassic Added scripts for the rest of the GoldSrc Steam games 10 years ago
FistfulOfFrags True selfname. Remove stupid code 10 years ago
GameServerQuery Major rename of functions 10 years ago
GarrysMod Misspelt Garry's Mod 10 years ago
HalfLife2Deathmatch True selfname. Remove stupid code 10 years ago
HalfLifeDeathmatchClassic True selfname. Remove stupid code 10 years ago
Insurgency True selfname. Remove stupid code 10 years ago
JustCause2 True selfname. Remove stupid code 10 years ago
KillingFloor True selfname. Remove stupid code 10 years ago
Left4Dead True selfname. Remove stupid code 10 years ago
Left4Dead2 True selfname. Remove stupid code 10 years ago
Mumble True selfname. Remove stupid code 10 years ago
NaturalSelection2 True selfname. Remove stupid code 10 years ago
NoMoreRoomInHell Updated lgsm-default.cfg for nmrihserver 10 years ago
OpposingForce Added scripts for the rest of the GoldSrc Steam games 10 years ago
RedOrchestra True selfname. Remove stupid code 10 years ago
Ricochet Added scripts for the rest of the GoldSrc Steam games 10 years ago
SeriousSam3BFE True selfname. Remove stupid code 10 years ago
StarBound Added Starbound server 10 years ago
TeamFortress2 True selfname. Remove stupid code 10 years ago
TeamFortressClassic True selfname. Remove stupid code 10 years ago
TeamSpeak3 removed parms code 10 years ago
TheHiddenSource True selfname. Remove stupid code 10 years ago
UnrealTournament99 Fixed selfname error 10 years ago
UnrealTournament2004 Fixed selfname error 10 years ago
appmanifest Added appmanifest files in own dir 11 years ago
functions Removes gamespy.com master server 10 years ago
LICENSE Added MIT Licence 11 years ago
README.md Add link to filtered issues page to only show bugs with the script 10 years ago

README.md

Linux Game Server Manager - Issues

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.