How to Set Up Reserved Slots on Your SCP: Secret Laboratory Server ​
With reserved slots, players you have added to a list — for example your team or your regulars — can still join the server even when it is full. The feature consists of two parts: the use_reserved_slots option in the config_gameplay.txt file and the player list in the UserIDReservedSlots.txt file. You can find the basics of editing the configuration files in the Edit configuration files guide.
Warning
The path to the configuration files contains the game port of your server: /.config/SCP Secret Laboratory/config/<Port>/. Replace <Port> with the actual game port of your server. You can find the game port in the dashboard under Overview.
Set up reserved slots ​
Find out the game port
Open the dashboard of your server and note the game port shown under Overview.Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Enable reserved slots
Open the following file — replace<Port>with your game port:/.config/SCP Secret Laboratory/config/<Port>/config_gameplay.txtFind the
use_reserved_slotsentry and make sure it is set totrue— this is already the default value:use_reserved_slots: trueAdd players to the list
In the same port folder, open theUserIDReservedSlots.txtfile:/.config/SCP Secret Laboratory/config/<Port>/UserIDReservedSlots.txtAdd each ID on its own line. Steam players are added in the format
SteamID64@steam, Discord users in the formatDiscordID@discord— the same format used when setting up a whitelist:76561198801452050@steam 123456789012345678@discordYou can find your SteamID64 using the linked guide.
Start the server
Save both files and start your server via the dashboard so the changes take effect.
Note
Reserved slots are not a whitelist: a whitelist locks the server for everyone who is not listed. Reserved slots, on the other hand, still let anyone join — listed players simply get a spot held for them.
Tip
Add yourself and your team to UserIDReservedSlots.txt — that way you can still get on the server at peak times, for example to moderate.