RCON
RCON, short for remote console, is a protocol used to remotely administer computer or game servers. It enables an administrator to connect over a TCP-based network and issue commands to the server as if typing at a local console. Access is controlled by a password, and successful authentication allows the client to send command strings and receive textual output in response.
RCON is widely used in gaming and server software, including popular game servers and development tools. It
The protocol is generally simple and text-oriented. A client connects, authenticates with a password, and, once
Security considerations are important: RCON traffic is typically unencrypted, making it susceptible to interception if exposed
See also: remote administration, SSH, VPN, TLS, game server management.