Bez popisu

Marvin Lehmann 3965e91691 Removed unnecessary Steam variables před 9 roky
7DaysToDie 7a08e4a157 Added libdir to all scripts před 10 roky
ARKSurvivalEvolved 9aa123bcb7 Merge remote-tracking branch 'refs/remotes/origin/master' into mcserver před 10 roky
Arma3 7a08e4a157 Added libdir to all scripts před 10 roky
BlackMesa 7a08e4a157 Added libdir to all scripts před 10 roky
BladeSymphony 7a08e4a157 Added libdir to all scripts před 10 roky
BrainBread2 7a08e4a157 Added libdir to all scripts před 10 roky
CodenameCURE 7a08e4a157 Added libdir to all scripts před 10 roky
CounterStrike 7a08e4a157 Added libdir to all scripts před 10 roky
CounterStrikeConditionZero 7a08e4a157 Added libdir to all scripts před 10 roky
CounterStrikeGlobalOffensive 7a08e4a157 Added libdir to all scripts před 10 roky
CounterStrikeSource d02b6a83f0 #1006 CS Source Requires now GSLT před 10 roky
DayOfDefeat 7a08e4a157 Added libdir to all scripts před 10 roky
DayOfDefeatSource 7a08e4a157 Added libdir to all scripts před 10 roky
DayOfInfamy 7a08e4a157 Added libdir to all scripts před 10 roky
DeathmatchClassic 7a08e4a157 Added libdir to all scripts před 10 roky
DontStarveTogether 8b74cf5752 Corrected location před 10 roky
DoubleActionBoogaloo 710d8f6a09 No longer required před 10 roky
EmpiresMod 70ae137aa1 Added GSLT před 10 roky
FistfulOfFrags 7a08e4a157 Added libdir to all scripts před 10 roky
GarrysMod 5fe11e00ef bug fix missing ip= před 10 roky
GoldenEyeSource 7a08e4a157 Added libdir to all scripts před 10 roky
HalfLife2Deathmatch 7a08e4a157 Added libdir to all scripts před 10 roky
HalfLifeDeathmatch 7a08e4a157 Added libdir to all scripts před 10 roky
HalfLifeDeathmatchSource 7a08e4a157 Added libdir to all scripts před 10 roky
Hurtworld 5fe11e00ef bug fix missing ip= před 10 roky
Insurgency 710d8f6a09 No longer required před 10 roky
JustCause2 5fe11e00ef bug fix missing ip= před 10 roky
KillingFloor 7a08e4a157 Added libdir to all scripts před 10 roky
Left4Dead 7a08e4a157 Added libdir to all scripts před 10 roky
Left4Dead2 7a08e4a157 Added libdir to all scripts před 10 roky
Minecraft 3965e91691 Removed unnecessary Steam variables před 9 roky
Mumble 7a08e4a157 Added libdir to all scripts před 10 roky
NS2Combat 7a08e4a157 Added libdir to all scripts před 10 roky
NaturalSelection2 7a08e4a157 Added libdir to all scripts před 10 roky
NoMoreRoomInHell 7a08e4a157 Added libdir to all scripts před 10 roky
OpposingForce 7a08e4a157 Added libdir to all scripts před 10 roky
PiratesVikingandKnightsII 7a08e4a157 Added libdir to all scripts před 10 roky
ProjectZomboid 7a08e4a157 Added libdir to all scripts před 10 roky
QuakeLive 7a08e4a157 Added libdir to all scripts před 10 roky
RedOrchestra 7a08e4a157 Added libdir to all scripts před 10 roky
Ricochet 7a08e4a157 Added libdir to all scripts před 10 roky
Rust 7a08e4a157 Added libdir to all scripts před 10 roky
SeriousSam3BFE 7a08e4a157 Added libdir to all scripts před 10 roky
Starbound 7a08e4a157 Added libdir to all scripts před 10 roky
SvenCoop 7a08e4a157 Added libdir to all scripts před 10 roky
TeamFortress2 7a08e4a157 Added libdir to all scripts před 10 roky
TeamFortressClassic 7a08e4a157 Added libdir to all scripts před 10 roky
TeamSpeak3 d43c5f02e8 Merge pull request #990 from dgibbs64/development před 10 roky
Teeworlds 7a08e4a157 Added libdir to all scripts před 10 roky
Terraria 7a08e4a157 Added libdir to all scripts před 10 roky
UnrealTournament2004 7a08e4a157 Added libdir to all scripts před 10 roky
UnrealTournament99 7a08e4a157 Added libdir to all scripts před 10 roky
appmanifest f0dd646980 Added appmanifest files in own dir před 12 roky
functions 46941def99 function_selfname + fixes před 10 roky
images 286ed56575 added correct logo před 10 roky
lgsm 3e529d3f80 Removed ugly space před 9 roky
tests 701901bc77 added update-functions to the tests před 10 roky
.gitignore 65bbda1bf7 Added .gitignore před 11 roky
.travis.yml bef7f22148 Reverting to original ready for merge před 10 roky
LICENSE 1b3f031062 Update license year před 11 roky
README.md 8cde21e6da Updated Links před 10 roky

README.md

Linux Game Server Managers_

linux Game Server Managers

Build Status Under Development

The Linux Game Server Managers are command line tools for quick, simple deployment and management of various dedicated game servers and voice alert servers.

Hassle-Free Dedicated Servers

Game servers traditionally are not easy to manage yourself. Admins often have to spend hours just messing around trying to get their server working. LGSM is designed to be a simple as possible allowing Admins to spend less time on management and more time on the fun stuff.

Main features

    <li>Backup</li>
    <li>Console</li>
    <li>Details</li>
    <li>Installer (SteamCMD)</li>
    <li>Monitor</li>
    <li>Alerts (Email, Pushbullet)</li>
    <li>Update (SteamCMD)</li>
    <li>Start/Stop/Restart server</li>
    

    Compatibility

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

      Other distros are likely to work but are not fully tested.

      Specific Requirements

        <li><a href="https://github.com/dgibbs64/linuxgsm/wiki/Glibc">GLIBC</a> >= 2.15 recommended [<a href="https://github.com/dgibbs64/linuxgsm/wiki/Glibc#server-requirements">specific requirements</a>].</li>
        <li><a href="https://github.com/dgibbs64/linuxgsm/wiki/Tmux">Tmux</a> >= 1.6 recommended (Avoid Tmux 1.8).</li>
        

        FAQ

        All FAQ can be found here.

        https://github.com/dgibbs64/linuxgsm/wiki/FAQ

        Donate

        If you want to donate to the project you can via PayPal, Flattr or Gratipay. I have had a may kind people show their support by sending me a donation. Any donations you send help cover my server costs and buy me a drink. Cheers!

        Useful Links

          <li><a href="https://gameservermanagers.com">Homepage</a></li>
          <li><a href="https://github.com/dgibbs64/linuxgsm/wiki">Wiki</a></li>
          <li><a href="https://github.com/dgibbs64/linuxgsm">GitHub Code</a></li>
          <li><a href="https://github.com/dgibbs64/linuxgsm/issues">GitHub Issues</a></li>
          <li><a href="https://waffle.io/dgibbs64/linuxgsm">Waffle (Github Dashboard)</a></li>
          <li><a href="http://alternativeto.net/software/linux-game-server-managers/">alternativeTo.net</a></li>
          

          Social

            <li><a href="http://steamcommunity.com/groups/linuxgsm">Steam Group</a></li>
            <li><a href="https://discord.gg/0i9cmXVacvXicNl7">Discord</a></li>
            <li><a href="https://twitter.com/dangibbsuk">Twitter</a></li>
            <li><a href="https://www.facebook.com/linuxgsm">Facebook</a></li>
            <li><a href="https://plus.google.com/+Gameservermanagers1">Google+</a></li>