SCP: Secret Laboratory

SCP: Secret Laboratory

View Stats:
Remote server admin not working
I downloaded SCP:SL Dedicated server, I went into my appdata on the drive it was installed to, I set my SteamID64 for owner, but when I go into my server and press m, it asks me for a password. I tried using a password instead but it didn't work.

config_remoteadmin.txt:

#Let's assign roles (you can modify them and create custom roles below)
Members:
- 76561198366485251: owner
- SomeOtherSteamId64: admin
- AnotherSteamId64: admin

#Should Secret Lab development staff be able to use the Remote Admin?
enable_staff_access: false

#Should Secret Lab CEO and managers be able to use Remote Admin? (We do not abuse our powers)
enable_manager_access: true

#Allow remote admin access for the banning team, to allow them searching and fightung cheaters globally
enable_banteam_access: true

#Let's define roles
#use color "none" to disable badge
#you can add own roles too
#cover means that this local badge is more important than a global badge and will cover it
#hidden means that this local badge is hiddeny by default (always you can use "hidetag" and "showtag" commands in game console or text-based remote admin)

owner_badge: SERVER OWNER
owner_color: red
owner_cover: true
owner_hidden: false

admin_badge: ADMIN
admin_color: red
admin_cover: true
admin_hidden: false

moderator_badge: MODERATOR
moderator_color: silver
moderator_cover: true
moderator_hidden: false

#And add them to the roles list
Roles:
- owner
- admin
- moderator

#Let's setup permissions for roles
#More info can be found on our wiki: https://en.scpslgame.com/index.php/Docs:Permissions
Permissions:
- ServerConfigs: []
- KickingAndShortTermBanning: [owner, admin, moderator]
- BanningUpToDay: [owner, admin, moderator]
- LongTermBanning: [owner, admin]
- ForceclassSelf: [owner, admin, moderator]
- ForceclassToSpectator: [owner, admin, moderator]
- ForceclassWithoutRestrictions: [owner, admin]
- GivingItems: [owner, admin]
- WarheadEvents: [owner, admin, moderator]
- RespawnEvents: [owner, admin]
- RoundEvents: [owner, admin, moderator]
- SetGroup: [owner]
- GameplayData: [owner, admin]
- Overwatch: [owner, admin, moderator]
- FacilityManagement: [owner, admin, moderator]
- PlayersManagement: [owner, admin]
- PermissionsManagement: [owner]
- ServerConsoleCommands: []
- ViewHiddenBadges: [owner, admin, moderator]

#Set to "none" in order to disable password.
#WE DON'T RECOMMEND USING PASSWORD!!!
#SETUP STEAMID AUTHENTICATION INSTEAD (of the top of this config file)!
override_password: none
override_password_role: owner
< >
Showing 1-9 of 9 comments
ZirconZer0  [developer] Aug 18, 2020 @ 11:09pm 
You are using the old format of config_remoteadmin. Make sure you are modifying the correct config_remoteadmin, which is stored in %appdata%/SCP Secret Laboratory/config/<port number>
osama bin ladder Aug 18, 2020 @ 11:15pm 
Originally posted by ZirconZer0:
You are using the old format of config_remoteadmin. Make sure you are modifying the correct config_remoteadmin, which is stored in %appdata%/SCP Secret Laboratory/config/<port number>
It still doesn't work for me. Both me and my friend have tried this and it doesn't work for either of us.
Last edited by osama bin ladder; Aug 18, 2020 @ 11:27pm
osama bin ladder Aug 18, 2020 @ 11:44pm 
It recognizes that I'm the owner and everything. Do I need to download the ServerMod?
ZirconZer0  [developer] Aug 18, 2020 @ 11:53pm 
Originally posted by Barled1:
It recognizes that I'm the owner and everything. Do I need to download the ServerMod?
It's up to you.
osama bin ladder Aug 18, 2020 @ 11:59pm 
Originally posted by ZirconZer0:
Originally posted by Barled1:
It recognizes that I'm the owner and everything. Do I need to download the ServerMod?
It's up to you.
I have everything set up without ServerMod like you said. When I join my server and press the ` key it recognizes that I'm the owner, but when I press m it still asks for a password. Do you know what I could do to fix this?
ZirconZer0  [developer] Aug 19, 2020 @ 12:02am 
Originally posted by Barled1:
Originally posted by ZirconZer0:
It's up to you.
I have everything set up without ServerMod like you said. When I join my server and press the ` key it recognizes that I'm the owner, but when I press m it still asks for a password. Do you know what I could do to fix this?
Is your config looking like this?

#Let's assign roles (you can modify them and create custom roles below)
#UserID format is SteamId64Here@steam, DiscordUserIDHere@discord, etc...
Members:
- SomeSteamId64@steam: owner
- SomeOtherSteamId64@steam: admin
- AnotherSteamId64@steam: admin
- SomeDiscordUserId@discord: moderator

#Should Secret Lab development staff be able to use the Remote Admin?
enable_staff_access: false

#Should Secret Lab CEO and managers be able to use Remote Admin? (We do not abuse our powers)
enable_manager_access: true

#Allow remote admin access for the banning team, to allow them searching and fightung cheaters globally
enable_banteam_access: true

#Enable reserved slots for the banning team (they are restricted by reserved slots limit set in the gameplay config)
enable_banteam_reserved_slots: true

#Allow the banning team to bypass georestrictions on the server
enable_banteam_bypass_geoblocking: true

#Let's define roles
#use color "none" to disable badge
#you can add own roles too
#cover means that this local badge is more important than a global badge and will cover it
#hidden means that this local badge is hiddeny by default (always you can use "hidetag" and "showtag" commands in game console or text-based remote admin)
#kick_power is the power for kicking and banning that the member of this group has (can be from 0 to 255)
#required_kick_power is the required kick power to kick or ban a member of this group (can be from 0 to 255)

owner_badge: SERVER OWNER
owner_color: red
owner_cover: true
owner_hidden: false
owner_kick_power: 255
owner_required_kick_power: 255

admin_badge: ADMIN
admin_color: red
admin_cover: true
admin_hidden: false
admin_kick_power: 1
admin_required_kick_power: 2

moderator_badge: MODERATOR
moderator_color: silver
moderator_cover: true
moderator_hidden: false
moderator_kick_power: 0
moderator_required_kick_power: 1

#And add them to the roles list
Roles:
- owner
- admin
- moderator

#Let's setup permissions for roles
#More info can be found on our wiki: https://en.scpslgame.com/index.php/Docs:Permissions
Permissions:
- KickingAndShortTermBanning: [owner, admin, moderator]
- BanningUpToDay: [owner, admin, moderator]
- LongTermBanning: [owner, admin]
- ForceclassSelf: [owner, admin, moderator]
- ForceclassToSpectator: [owner, admin, moderator]
- ForceclassWithoutRestrictions: [owner, admin]
- GivingItems: [owner, admin]
- WarheadEvents: [owner, admin, moderator]
- RespawnEvents: [owner, admin]
- RoundEvents: [owner, admin, moderator]
- SetGroup: [owner]
- GameplayData: [owner, admin]
- Overwatch: [owner, admin, moderator]
- FacilityManagement: [owner, admin, moderator]
- PlayersManagement: [owner, admin]
- PermissionsManagement: [owner]
- ServerConsoleCommands: []
- ViewHiddenBadges: [owner, admin, moderator]
- ServerConfigs: [owner]
- Broadcasting: [owner, admin, moderator]
- PlayerSensitiveDataAccess: [owner, admin, moderator]
- Noclip: [owner, admin]
- AFKImmunity: [owner, admin]
- AdminChat: [owner, admin, moderator]
- ViewHiddenGlobalBadges: [owner, admin, moderator]
- Announcer: [owner, admin]
- Effects: [owner, admin]
- FriendlyFireDetectorImmunity: [owner, admin, moderator]
- FriendlyFireDetectorTempDisable: [owner, admin]

#Set to "none" in order to disable password.
#WE DON'T RECOMMEND USING PASSWORD!!!
#SETUP STEAMID AUTHENTICATION INSTEAD (of the top of this config file)!
override_password: none
override_password_role: owner

#Allows running central server commands (they are prefixed with "!") using "sudo"/"cron" command in RA (requires ServerConsoleCommands permission).
#Don't turn on unless you fully trust all people with this permission, they needs to run that commands from RA and you know what are you doing
allow_central_server_commands_as_ServerConsoleCommands: false
osama bin ladder Aug 19, 2020 @ 12:02am 
I figured it out! I needed to put @steam after my SteamID64 in my config_remoteadmin.txt file. So instead of - 76561198366485251: owner, I put - 76561198366485251@steam: owner. I wish this was clarified in the config_remoteadmin file or in a guide somewhere. Thanks anyways!
ZirconZer0  [developer] Aug 19, 2020 @ 12:03am 
Originally posted by Barled1:
I figured it out! I needed to put @steam after my SteamID64 in my config_remoteadmin.txt file. So instead of - 76561198366485251: owner, I put - 76561198366485251@steam: owner. I wish this was clarified in the config_remoteadmin file or in a guide somewhere. Thanks anyways!
That was in the comment right above the Members section.
osama bin ladder Aug 19, 2020 @ 12:05am 
Originally posted by Barled1:
I figured it out! I needed to put @steam after my SteamID64 in my config_remoteadmin.txt file. So instead of - 76561198366485251: owner, I put - 76561198366485251@steam: owner. I wish this was clarified in the config_remoteadmin file or in a guide somewhere. Thanks anyways!
My bad, it was there in the file the whole time, I just didn't bother to read it.
Last edited by osama bin ladder; Aug 19, 2020 @ 12:05am
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Aug 18, 2020 @ 10:35pm
Posts: 9