Skip to main content
Get 20% OFF your first order

How to Add Admins on Your Counter-Strike Source Server

Here's how to add admins on your Counter-Strike Source server using SourceMod. SourceMod can be automatically installed by enabling Enable Modding in Server Options.

Adding Admins Using admins_simple.ini

  1. 1
    Access the Game Host Bros Panel and select your Counter-Strike Source server.
  2. 2
    In the sidebar, go to File Manager.
  3. 3
    Navigate to /cstrike/addons/sourcemod/configs/admins_simple.ini.
  4. 4
    At the bottom, add a new line with your SteamID in the following format:
    // PlayerName
    "STEAM_0:1:12345678" "99:z"
    
  5. 5
    Restart your server or type sm_reloadadmins in the server console.

The 99:z flag grants full admin permissions (root access).

Advanced: Permission Flags

You can customize the permission flags to restrict what each admin can do. Flags can be combined into a single string, for example "99:abcd" would grant reserved slots, generic admin, kick, and ban permissions. Flags definitions are found in admin_levels.cfg.

// PlayerName
"STEAM_0:1:12345678" "99:abcd"
FlagPermission
aReserved slots
bGeneric admin, required for admins
cKick other players
dBan other players
eRemove bans
fSlay other players
gChange the map
hChange cvars
iChange configs
jSpecial chat privileges
kVoting
lPassword the server
mRemote console (RCON)
nChange sv_cheats and related commands
o-tCustom flags for plugin use
zRoot access (all flags)

Related Guides

Still need help?
Can't find what you're looking for? Our friendly support team is ready to help.
Get Support