Difference between revisions of "Rcon"
m |
m |
||
| 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 therefore can be a security risk. | + | 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 [https://developer.valvesoftware.com/wiki/Source_RCON_Protocol here] | + | 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.