Jump to content

Out-of-client server management


Recommended Posts

So I have dedicated servers set up and running, but I'd like to build some kind of web front-end to manage the servers.  Right now, my management capabilities is limited to starting and stopping servers, and manually manipulating configuration files to get what I want.  Which is all fine and good for some things, but what I'd really like to do is have some way to manage my servers without necessarily having to log in through the client GUI to do so.

 

For example, I'd like to generate a file that contains all of the players currently logged into my server(s).  Right now, I can get a list of tokens from the save/session/[instance id] directory, but I can't match those up to, for instance, see that "TonyV" is logged into the server.  Or I'd like to be able to issue various lua console admin commands without loading up the full GUI, so that I can script some stuff to be done via a nice web interface instead of having to log in and manually do it myself.

 

Is this possible?  

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...