Linux server manager Manager
lsmm is a small utility class to save me from having to keep trying to reconnet my game servers telnet console by hand after restarting it. It (presumably) works with all Linux Game Server Manager scripts
The Class takes the name of the linux game server manager script and the corresponding telnet password
sm = ServerManager.new "script name","password"
sm.monitorExample for 7 Days to die:
sm = ServerManager.new "sdtdserver", "password"
sm.monitor| Command | Description |
|---|---|
| r[restart] | Restarts the server and reconnects the telnet session |
| q[uit] | Quits the Monitor |
| server <command> | execute <command> on the game server |
- Stop command