Become an admin at Staxel
With administrator rights, changes can be made directly to the server and the game. You can use admin commands via the console.
What can an admin do at Staxel?
Administrators set the rules and basic principles on a game server and can change them individually if necessary. Administrators can enter special commands via the console, ban players from the server or activate certain game advantages.
Become an admin via rights.config
A simple option is to add or edit the rights.config file.
- connect to your Staxel gameserver via FTP
- search for the directory
Staxel.launcher\gamedata\LocalContent\
- create the file
rights.config
and open it with an editor - add the following content to the file
User name of the admin
must be replaced by your user name
{
"byRight" : { },
"byName" : {
"Username of the admin" : ["all"]
},
"byUid" : { }
}
- save the changes in the file and restart the server
Name multiple administrators via rights.config
If several users are to be given Admin status, proceed as follows:
- follow steps 1 to 3 above.
- add the following content to the file
User name of the admin
must be replaced by the corresponding user name
{
"byName": {
"Username of the first admin": [ "all"],
"Username of the second admin": [ "all"]
}
}
- save the changes in the file and restart the server