RCON for Insurgency Sandstorm Print

  • insurgency sandstorm, Insurgency, Rcon
  • 0

 

Click here to order your Insurgency Sandstorm server with Citadel today!

This article will guide you on how to enable RCON and how to set the RCON in your configuration files.

 

 

Rcon can be enabled to provide remote access to the server for administrative tasks that don’t require you to join the server. This is implemented using the Source Engine Rcon Protocol which has clients available for it such as mcrcon.

Enabling Access

Rcon can be enabled either through modifying Game.ini or through the server’s command line. To enable it via the command line you can provide the arguments -Rcon -RconPassword=password -RconListenPort=27015 (Note: replacing the password and port with your preference.)

 

Through Game.ini you can add the following options:

 

[Rcon]

bEnabled=True

Password=password

 

ListenPort= Your RCON port

 

The following additional config variables are also available:

 

Setting

Default

Description

bUseBroadcastAddress

True

If enabled, then the rcon socket will listen on all available network devices.

ListenAddressOverride

0.0.0.0

If bUseBroadcastAddress is False, this is the network IP the rcon socket is bound to.

bAllowConsoleCommands

True

When enabled, any unknown rcon commands will be interpreted as console commands.

MaxPasswordAttempts

3

The maximum number of failed authentication attempts before the IP address is temporarily banned.

IncorrectPasswordBanTime

30

The amount of time (in minutes) a client is banned from attempting to connect to rcon if they’ve reached their maximum number of attempts.

*Please note that the // that you see before a line is used to ignore the text or command on that said line.

If it gets complicated, please don't hesitate to contact our technical support by creating a ticket.

Click here to order your Insurgency Sandstorm server with Citadel today!


Was this answer helpful?

« Back