This article's documentation is for anything that uses the Source engine. Click here for more information.

rcon

From Valve Developer Community
Jump to navigation Jump to search

rcon is a console command available in all Source Source games. It can be used to issue commands on server as a client. Server must have cvar rcon_password set as non-empty string and the client must have it set to the same value to be able to issue commands.

Syntax: rcon <command>

Examples

  • rcon say This say command will be issued from the server console
  • rcon sv_cheats 1

See also