Server Administration

From Warfork
Revision as of 19:05, 15 April 2020 by caine#4092 (Discord-533592226459025418) (talk | contribs) (Scripts)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 <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.


Scripts

There are a number of scripts to make your life easier:

Name Description Author
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
Warfork Tool A tool for maintaining warfork servers. psymin