Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zeroalpha/lsmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

lsmm

Linux server manager Manager

About

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

Usage

Start "Monitor"

The Class takes the name of the linux game server manager script and the corresponding telnet password

sm = ServerManager.new "script name","password"
sm.monitor

Example for 7 Days to die:

sm = ServerManager.new "sdtdserver", "password"
sm.monitor

Monitor Interface Commands

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

ToDo

  • Stop command

About

Linux server Manager Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages