Last updated: September 18, 2026
Admins on an SCP: Secret Laboratory server use the in-game Remote Admin (RA) panel to manage players, rounds, and the warhead. To unlock it, you add your SteamID64 to a role in config_remoteadmin.txt.
Remote Admin is assigned by SteamID64, the long 17-digit number tied to a Steam account. You can find it on your Steam profile page or with a tool such as steamid.io. Collect the IDs for everyone you want to make an admin.
In the NolimitHost Game Panel, stop your server from the Console page. SCP:SL only reads the admin config at startup.
/.config/SCP Secret Laboratory/config/7777/.config_remoteadmin.txt and find the Members: section.STEAMID64@steam: role:
Members:
- 76561198XXXXXXXXX@steam: owner
- 76561198012345678@steam: admin
- 76561198087654321@steam: moderatorThe default roles are owner, admin, and moderator. If you need different names, define them in the Roles: section of the same file.
- and match the file's existing indentation exactly.
What an admin can do is controlled by the Permissions: section of config_remoteadmin.txt, which grants permission flags to each role. For example, kicking requires KickingAndShortTermBanning, and forcing classes requires the relevant forceclass permission.
| Permission | Grants |
|---|---|
KickingAndShortTermBanning | Kick and short-term ban players. |
BanningUpToDay / LongTermBanning | Longer ban durations. |
PlayersManagement | Manage players (kick, ban, mute). |
ForceclassSelf / ForceclassWithoutRestrictions | Change your own class, or force any player to any role. |
GivingItems | Give items to players. |
WarheadEvents | Control the warhead. |
RoundEvents | Start and restart rounds. |
ServerConsoleCommands | Run server console commands from Remote Admin. |
help to list commands and help <command> for details, and perm to see your own permissions. See the full list in Console Commands.