Become an admin at CS:GO
In this article, we will show you how you can become an admin for CS:GO on your own server and what requirements you need.
What do I need to become an admin in CS:GO?
To become an admin at CS:GO, you need your Steam ID, SourceMod on your CS:GO game server and an FTP program to connect to your server.
Find out Steam ID
The Steam ID can also be easily read out in CS:GO using a console command. To do this, connect to your CS:GO server and open the console.
The command status
will show you an overview of all players who are currently on the server. Search for your nickname. Your Steam ID is displayed right next to it.
Server configuration
- stop your CS:GO server and connect to it via FTP
- search for the folder
addons/sourcemod/configs/
on your server - open the file
admins_simple.ini
in the directory with a text editor - search for the line
STEAM:0:0000000 rights
. - replace
STEAM:X:XXXXXXX
with your Steam ID Rights
there the administrator rights are used, for exampleX
- after you have entered everything, save your changes in the
admins_simple.ini
. - now start your server
- connect to your server in the game and use the command
sm_admin
in the console- when the administration menu of SourceMod opens, you are now successfully admin on your CS:GO server
Administrator rights
The rights of an administrator, which are entered under STEAM:0:0000000 rights
, can also be edited in a configuration file.
- stop your CS:GO gameserver
- connect via FTP on your server
- search for the folder
addons/sourcemod/configs/
- open the file
admin_levels.cfg
in this directory with a text editor - all relevant rights of administrators can be edited in this file
- then save the file and (re)start your server