4
0

Тайлбар байхгүй

Scarsz 6fdc16f392 Better documentation link 11 жил өмнө
7DaysToDie aa1e2cf491 Moved logdays to correct location 11 жил өмнө
Arma3 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
BladeSymphony 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
CounterStrike dd683659d4 Added mod cstrike 11 жил өмнө
CounterStrikeConditionZero c912c4d2bd Major rename of functions 11 жил өмнө
CounterStrikeGlobalOffensive 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
CounterStrikeSource 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
DayOfDefeat 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
DayOfDefeatSource 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
DeathmatchClassic 141f25a0b3 Added scripts for the rest of the GoldSrc Steam games 11 жил өмнө
FistfulOfFrags 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
GameServerQuery c912c4d2bd Major rename of functions 11 жил өмнө
GarrysMod 9b5d0cbcb5 Update gmodserver version id 11 жил өмнө
HalfLife2Deathmatch 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
HalfLifeDeathmatch 1ecf1f19b7 Renamed HLDMC to HLDM 11 жил өмнө
Insurgency 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
JustCause2 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
KillingFloor 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
Left4Dead 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
Left4Dead2 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
Mumble 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
NaturalSelection2 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
NoMoreRoomInHell 579a9a3e75 Updated lgsm-default.cfg for nmrihserver 11 жил өмнө
OpposingForce 44189831c7 op4server to opfserver 11 жил өмнө
RedOrchestra 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
Ricochet 141f25a0b3 Added scripts for the rest of the GoldSrc Steam games 11 жил өмнө
SeriousSam3BFE 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
StarBound c3450ec606 Added Starbound server 11 жил өмнө
TeamFortress2 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
TeamFortressClassic 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
TeamSpeak3 c817186cf3 removed parms code 11 жил өмнө
TheHiddenSource 7df2d8c602 True selfname. Remove stupid code 11 жил өмнө
UnrealTournament2004 4db25b48de Fixed selfname error 11 жил өмнө
UnrealTournament99 4db25b48de Fixed selfname error 11 жил өмнө
appmanifest f0dd646980 Added appmanifest files in own dir 12 жил өмнө
functions 7edf1e4410 Added update functionality to ts3server 11 жил өмнө
LICENSE 2383aa41c9 Added MIT Licence 11 жил өмнө
README.md 6fdc16f392 Better documentation link 11 жил өмнө

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

    <li>Server installer (SteamCMD).</li>
    <li>Start/Stop/Restart server.</li>
    <li>Server update (SteamCMD).</li>
    <li>Server monitor (including email notification).</li>
    <li>Server backup.</li>
    <li>Server console.</li>
    

    Compatibility

    The Linux Game Server Manager is tested to work on the following Linux systems.
      <li>Debian based distros (Ubuntu, Mint etc.).</li>
      <li>Redhat based distros (CentOS, Fedora etc.).</li>
      

      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?

      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.