Rcon: Difference between revisions
Jump to navigation
Jump to search
(Redirected page to Source RCON Protocol) Tag: New redirect |
(Removed redirect to Source RCON Protocol) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
{{This is a|console command|name=rcon}} It can be used to issue commands on server as a client. Server must have cvar <kbd>rcon_password</kbd> set as non-empty string and the client must have it set to the same value to be able to issue commands. | |||
Syntax: | |||
<code>rcon <command></code> | |||
For example: <code>rcon say This say command will be issued from the server console</code> | |||
== See also == | |||
* [[Source RCON Protocol]] |
Revision as of 14:36, 11 May 2025
rcon
is a console command available in all 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>
For example: rcon say This say command will be issued from the server console