How to Become an Admin in Ground Branch
Important: Admins can only be added in Advanced Mode!
Note: You need the SteamID64 of the players you want to add as admins.
You can obtain the SteamID64 here: https://steamid.io
Adding Admins
- Stop your server. The server status must be
Server not running
. - Open your server for editing. Click either on the name or the gray gear.
- Click on Admin.ini on the left.
- Add admins using the following format:Example:
Admins=(Name="<Name>",UniqueId="<SteamID64>",ContactInfo="<optional>",Group="<Admin group>")
Admins=(Name="Max",UniqueId="123456789",ContactInfo="contact@myclan",Group="SuperAdmin")
or:Admins=(Name="Peter",UniqueId="987654321",ContactInfo="",Group="Admin")
Tip: In the Admin.ini, you will find 3 pre-defined groups available.
Important: You must create a new entry for each admin! - Click on Save
- Start your server
Creating Custom Admin Groups
You can also create custom admin groups.
To do this, open the Admin.ini as described above.
New groups are created using the following format:
AdminGroups=(Name="GroupName",Commands=("Commands","that","this","group","can","use"))
For example, let’s create the group Watcher:AdminGroups=(Name="Watcher",Commands=("say","kick","ban"))
Members of this group can, for example, send server messages and kick and ban players.
Available Commands:
- “say”
- “kick”
- “ban”
- “kill”
- “changemap”
- “nextmap”
- “terroristcount”
- “killterrorists”
- “freezeterrorists”
- “unfreezeterrorists”
- “startround”
- “endround”
- “restartround”
- “toplayarea”
- “toreadyroom”
- “resurrect”
- “editadminlist”
- “addadmin”
- “removeadmin”
- “enablecheats”
- “mute”
- “difficulty”
- “timeofday”
- “capturetime”
- “roundtime”