NolimitHost
Last updated: September 18, 2026
SCUM does not have a command to make someone an admin. Admin rights are granted by adding a player's SteamID64 to the server's admin list files. Two files are involved, and they unlock different things.
| File | Grants |
|---|---|
AdminUsers.ini | The # admin chat commands, such as kicking, banning, and teleporting. |
ServerSettingsAdminUsers.ini | The in-game graphical admin panel (the Server Settings menu). |
Both live in SCUM/Saved/Config/WindowsServer/. Add a player to both files if you want them to have the commands and the panel.
SteamID64 is the long 17-digit number tied to a Steam account. Find it on the player's Steam profile or with a tool such as steamid.io.
In the NolimitHost Game Panel, select your SCUM server and stop it from the Console page. Both files are read only at startup.
SCUM/Saved/Config/WindowsServer/.AdminUsers.ini and add one SteamID64 per line:
76561198012345678
76561198087654321ServerSettingsAdminUsers.ini and add the same SteamID64 values, one per line, to grant the admin panel.Some commands are gated behind explicit permissions. Add them in square brackets directly after the SteamID64 in AdminUsers.ini, separated by commas:
76561198012345678[SetGodMode, ShutdownServer]
ServerSettingsAdminUsers.ini expects plain SteamID64 values only - do not add permissions in brackets there. Permissions belong in AdminUsers.ini.
# to list available commands.#SetAdmin or #God that you may see online do not exist in SCUM. Admin rights can only be granted through these files.
This website uses cookies to ensure security, session management, and basic functionality. For details on all cookies used and how to manage your preferences, please see our Privacy Policy.