Server Administration
Revision as of 23:11, 5 February 2020 by caine (Caine) (talk | contribs)
RCON Commands
RCON (Remote Console) allows client console commands to be issued to the server remotely for administration purposes, without the need to directly connect to the machine. Since Warfork uses the Qfusion engine, which is a fork of ID Tech 2 (known as the Quake 2 engine) you might notice the similarities.
To issue RCON commands you must open your client console and login (see below). If you're hosting a Local Game then you don't need to login or prefix each command with 'rcon'. Please only share your RCON password with those you trust.
Command | Description |
---|---|
rcon_password "<rconpassword>" | Logs you into RCON so you can execute the commands below. |
rcon status | Shows the Player ID and IP Address. |
rcon kick <playerid> | Kicks the Player with the specified <playerid>. |
rcon map <mapname> | Changes the map to the specified <mapname>. |
1. rcon addip wf <playerip> 2. rcon writeip 3. rcon kick <playerid> |
Bans a Player after you perform a series of commands. 1. Adds the IP to the banlist. 2. Writes the IP to the banlist. 3. Kicks the Player from the server. 'wf' can be defined as anything. This parameter is required, but the data is ignored.
|
Scripts
There are a number of scripts to make your life easier.
Name | Description | Author | Link |
---|---|---|---|
Warfork Version Manager | Simple way to install any version of Warfork FPS on your Linux machine. Use it to play any version of the game with different profiles, or to run multiple isolated servers with different configs! | stylemistake | Link |
Warfork Tool | A tool for maintaining warfork servers. | psymin | Link |
Warfork Version Manager | Logs you into RCON so you can execute the commands below. | stylemistake | Link |
add more