Scorched3D has an admin console and admin web console to allow server admins to manage games and players.
To enable the admin users you need to create a file that specifies the admin usernames and passwords. The admin usernames and passwords need to be in a file named adminpassword-27270.xml (change the number to match the port that you are running the server on).
This file should be created in the normal Scorched3D configuration area:-
windows : c:\documents and settings\<username>\.scorched3d
unix : ~/.scorched3d
Replace username with the name of your admin and password with their password. You can repeat the <user></user> blocks to add more than one user. Note: No server restart is needed after making any changes to this file.
From version 42 of Scorched3D you can set the permissions for each admin user. These permissions define what operations the admin user is allowed to perform. By default an admin user has no permissions and only view information and perform minor administrative operations.
These are the defined set of permissions
addplayer - allows the admin to add bots
banplayer - allows the admin to ban players
kickplayer - allows the admin to kick players
viewlogs - allows the admin to view the logs from the server
aliasplayer - allows the admin to see all aliases (ip addreses) of players
altergame - allows the admin to kill all players and restart the match/round
alterserver - allows the admin to restart the server (the actual process)
altersettings - allows the admin to change the server settings
Each of these permissions can be enabled using the permission tag.
For example, here is user that has all permissions:-