How to Assign Ranks on Your SCP: Secret Laboratory Server
Using the config_remoteadmin.txt file you can grant players admin, moderator or owner rights on your server.
Warning
The path to the configuration file contains your server port: /config/<Port>/config_remoteadmin.txt. Replace <Port> with the actual port of your server. You can find the port in the dashboard under Overview.
Assign a rank
Find out the server port
Open the dashboard of your server and note the server port shown under Overview.Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open the configuration file
Open the following file — replace<Port>with your server port:/config/<Port>/config_remoteadmin.txt/config/<Port>/config_remoteadmin.txtAdd an entry to the Members section
Find theMembers:section and add your player using the following format:Members: - '76561198801452050@steam: owner'Members: - '76561198801452050@steam: owner'Replace the SteamID64 with your player's ID and set the desired rank (e.g.
owner,admin,moderator). You can find your SteamID64 using the linked guide.Start the server
Save the file and start your server via the dashboard.
Default roles
| Role | Description |
|---|---|
owner | Full access to all features |
admin | Extensive admin rights |
moderator | Limited moderation rights |
Warning
The file config_remoteadmin.txt is picky about formatting. Make sure the indentation, quotes and dashes of each entry are correct, otherwise the server will fail to load the file properly.
Note
Changes to the rank configuration only take effect after a server restart — there is no hot-reload.