Difference between revisions of "Server Administration"

From Warfork
Jump to: navigation, search
 
(Scripts)
Line 33: Line 33:
 
!Description
 
!Description
 
!Author
 
!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
+
| [https://github.com/Warfork/wvm ''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 || Link
+
| [https://github.com/Warfork/wf_tool ''Warfork Tool''] || A tool for maintaining warfork servers. || psymin
|-
 
| Warfork Version Manager || Logs you into RCON so you can execute the commands below. || stylemistake || Link
 
 
|-
 
|-
 
|}
 
|}
 
 
add more
 

Revision as of 21:29, 27 February 2020

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