Difference between revisions of "Rcon"

From AlliedModders Wiki
Jump to: navigation, search
(Created page with "Rcon is a TCP/IP protocol for remote connections to the server console of a game server that supports it. This connection allows administering console commands directly to the...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Rcon is a TCP/IP protocol for remote connections to the server console of a game server that supports it. This connection allows administering console commands directly to the server.
+
Rcon is a TCP/IP protocol for remote connections to the server console of a game server that supports it. This connection allows administering console commands directly to the server and therefore can be a security risk.
  
More information about this protocol's implementation in source games can be found here:[https://developer.valvesoftware.com/wiki/Source_RCON_Protocol]
+
More information about this protocol's implementation in source games can be found [https://developer.valvesoftware.com/wiki/Source_RCON_Protocol here].

Latest revision as of 13:51, 2 September 2025

Rcon is a TCP/IP protocol for remote connections to the server console of a game server that supports it. This connection allows administering console commands directly to the server and therefore can be a security risk.

More information about this protocol's implementation in source games can be found here.