nuclide/Documentation/Multiplayer/RCon.md

632 B

Multiplayer Systems

Remote Administration (RCon) System

Not a Nuclide specific feature, but you can make use of rcon to control a game-server from within a client or a third-party rcon utility.

Console Variables

rcon_password [string]

Sets the rcon password to the given string.

rcon_address

When empty, will send rcon commands to the current server. Otherwise, commands issued with [rcon](@ref rcon_cmd)

Console Commands

rcon [...]

Executes a command as the server. Only possible when rcon_password is set to the same value on client & server console.