EAK Just Debian Guru Page :) Just another Linux weblog

2Jan/10Off

Administration-Remote Control (RCON)

"RCON" is short for remote control; it allows you to make changes to the server and gives you access to administrative commands when you're connected to a remote server. To use the RCON, you first need to enter the password by typing:
/rconpassword [yourpassword]

After you have enter the RCON password you can access all the RCON capabilities, by typing:
/rcon [command]
RCON Commands

These commands allow individuals to remotely administer a server. Their use is based on having the RCON password. These commands are to be used in the console.
Kicking

There are two ways to do this. The first is to kick them using their player name:
/rcon kick [playername]

The second is to use their user number on the server:
/rcon status (this is to get a list of players and their user numbers)
/rcon clientkick [usernumber]
Restart Server

While you can't actually restart the server, you can reload the server.cfg, which amounts to about the same thing.
/rcon exec server.cfg
Ban an IP

The first thing that you have to do before banning anyone is to add this line to the server.cfg file:
set filterBan 1

Now you can add an IP to the ban list by typing at the console:
/rcon addIP [ip_address] (you can also use IP masks)

To remove an IP from the list:
/rcon removeIP [ip_address]

To list the IPs currently banned use the banlist.txt file.
Referees

Referees are a feature that has been added to help server admins manage their servers. The referee is like a less powerful version of RCON: you can set a password and give it out to trusted players. Unlike RCON, the referee has limited control over how they can affect the server. It gives them the ability to do things like mute annoying players, kick them and even ban them from the server for up to 3 hours. All referee commands start with the ref command. The basic referee command looks something like this:
ref {refcommand} [{parameters} ...]

Referee commands can only be used by a client who has logged on as a referee using the reflogin command with a valid password. If a password has not been set, or if the server has disabled the referee function, no one will be able to login as a referee.
Enabling Referees

To enable a referee, a server admin first needs to set the referee password:
/g_refpass "password"

Then set whether the referee can ban people:
/g_refNoBan 0 (to give them ban power)
/g_refNoBan 1 (to stop them from banning players)

Finally enable referees:
/g_referee 1

Be very careful with allowing referees to ban players on your server, unless you can trust them to use the power responsibly. Otherwise, you might find angry players boycotting your server!
Log on as Referee

To login as a referee you need to ask the server administrator for the referee password. Once you have it, you can login by pulling down the Quake III console and typing:
/reflogin "password"

If you enter the password correctly and the server is set up to allow referees, then you will receive a message telling you that you have successfully logged in. Once logged in you can use all the referee commands. These commands and their effects are listed below.

Comments (0) Trackbacks (0)

Sorry, the comment form is closed at this time.

Trackbacks are disabled.