Add reference doc for server commands

This commit is contained in:
DeathByDenim 2024-02-17 17:19:35 -05:00
parent d84ef13e50
commit 89759d9541
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 19 additions and 0 deletions

19
Server Management.md Normal file
View File

@ -0,0 +1,19 @@
# Server Management
Many of the games allow in-game or remote management.Of course, almost every games has its own set of commands. This documents highlights the ones we have used in the past for easy reference in other onFOSS events.
Some of the games can be remotely controlled through the admin section of the website at DOMAINNAME/admin.html. The username is "onfoss" and the password can be found in `/etc/gameserverpassword` on the server. The web interface also has a link to the website of the games themselves detailing all of the available commands.
## Armagetron Advanced
Web interface is available.
For tournaments, it is necessary to start a new match. The command for that is `START_NEW_MATCH`. After the current round end, the new match will start.
Full list of commands: http://wiki.armagetronad.org/index.php?title=Console_Commands
## OpenSpades
To skip to the next map, login first by typing `/login gameserverpassword` in the chat where "gameserverpassword" is the password from `/etc/gameserverpassword`. You will then be promoted to admin. To advance to the next map, type `/advancemap`.
Full list of commands: https://docs.piqueserver.org/en/latest/_modules/piqueserver/core_commands/map.html (sort of)