How to make theself an “operator” on the own dedicated server

counter-strike-global-offensiveserver-administration

When playing Counter-Strike: Global Offensive on my own dedicated server, I cannot execute certain commands (Ex. "sv_cheats 1", "noclip") via my console. I receive the error:

"Can't change replicated ConVar sv_cheats from console of client, only server operator can change its value."

So the question is, how can I make my server recognize me as the server operator?

Best Answer

Did you set an rcon password? If so then, rcon_password somesuperlongandawesomepassword will elevate your permissions to OP. Once elevated you may then use rcon sv_cheats 1 to turn on cheats.

BREAKDOWN:

rcon - issue remote console command

sv_cheats - cheats for server command

1 - enabled

If not you may still be able to set one from the dedicated server console, OR issue the commands you want there.

HERE is a guide I found to set your rcon_password on the server at server launch in the cvar_list.

OTHER RESOURCES

Command List

Sorted Command List

Related Topic