Server Administration: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
Line 42: Line 42:
==Rcon Commands==
==Rcon Commands==
==Rcon Commands==
==Rcon Commands==
{| WIDTH=1088 BORDER=0 CELLPADDING=4 CELLSPACING=0<COL
|-
|  | Guide Contents
|  |
||
|-
|  | Dedicated Server
Installation
|  | Stock
ModWarfare Setup
|| Server
Administration
|-
|  |#1.1.Step 1 - Install The Server Files|outline"Step
1 - Install The Server Files
|  |#Step 1 - The ModWarfare Server Files|outline"Step
1 - The ModWarfare Server Files
||#7.1.Logging Into Rcon|outline"Logging
Into Rcon
|-
|  |#1.2.Step 2 - Install The Punkbuster Files|outline"Step
2 - Install The Punkbuster Files
|  |#Step 2 - Edit The Startup Command Line|outline"Step
2 - Edit The Startup Command Line
||#7.2.Custom Desktop Shortcut|outline"Custom
Desktop Shortcut
|-
|  |#Step 3 - Copy The Game Files|outline"Step
3 - Copy The Game Files
|  | <PCustom Mod Setup
|| #7.3.Rcon Commands|outline"Rcon
Commands
|-
|  |#Step 4 - Create The Startup Shortcut|outline"Step
4 - Create The Startup Shortcut
|  |#Step 1 - Get The Mod File Set|outline"Step
1 - Get The Mod File Set
||#7.4.Remote Admin Tools|outline"Remote
Admin Tools
|-
|  |#Step 5 - The Server Configuration File|outline"Step
5 - The Server Configuration File
|  |#Step 2 - Setup The Server|outline"Step
2 - Setup The Server
|| Punkbuster Information
|-
|  |#Step 6 - Starting and Joining The Server|outline"Step
6 - Starting and Joining The Server
|  |#Step 3 - Create the Redirect Download Files|outline"Step
3 - Create the Redirect Download Files
||#8.1.Anti Cheat Groups|outline"Anti
Cheat Groups
|-
|  |#Remote Start/Stop Tools |outline"Remote
Start/Stop Tools
|  |#Step 4 - Setup The HTTP Redirect Download|outline"Step
4 - Setup The HTTP Redirect
||#8.2.General Information|outline"General
Information
|-
|  | Multiple
Server Installation
|  |#Step 5 - Edit The Startup Command Line|outline"Step
5 - Edit The Startup Command Line
||#8.3.The Server Files|outline"The
Server Files
|-
|  |#Option 1 - Multiple Game File Installs|outline"Multiple
Game File Installs
|  | Adding Custom
Maps
||#8.4.Checking and Updating PB|outline"Checking
and Updating
|-
|  |#Option 2 - Single Game File Install|outline"Single
Game File Install
|  |#Step 1 - Create the Server Files|outline"Step
1 - Create the Server Files
||#8.5.Additional Features|outline"Additional
Features
|-
|  | Home PC Server
Installation
|  |#Step 2 - Create the Redirect Download Files|outline"Step
2 - Create the Redirect Download Files
||#8.6.Server Messages/Tasks|outline"Server
Messages/Tasks
|-
|  |#Router Requirements|outline"Router
Requirements
|  |#5.Step 3 - Testing|outline"Step
3 - Testing
||
|-
|  |#Determine Server Size|outline"Determine
Server Size
|  |#Cleaning a Map .IWD File|outline"Cleaning
a Map .IWD File
||
|-
|  |#Server Setup|outline"Server
Setup
|  |
||
|}

Revision as of 13:08, 15 October 2008

Server Administration

Logging Into Rcon

The rcon password is set in the server.cfg file, you must first login to rcon on the server before you can issue admin commands. Join your server and open the console with the tilde key (~). Type in '/rcon login yourpassword' (without the quotes) and hit Enter. Note: Always use, and never forget, the forward slash "/" when logging in or you will broadcast your rcon password to the other players on the server. Note: To expand console to full screen, hold down Shift and hit the tilde (~) key.

Custom Desktop Shortcut

This creates a custom shortcut directly to your server, gives you rcon, and puts you in a private slot if you have that configured in your server.cfg.

Right click your MP desktop shortcut and choose Copy. Right click your desktop and choose Paste. Right click your new shortcut and choose Rename. Rename it to w/e you want it to be called. Right click the shortcut and choose Properties. In the Target field you will see this:

"C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\iw3mp.exe" 

At the very end, after the quote mark, click there so you have a blinking cursor, then hit space one time.

Copy this and paste it in:

+rcon login ***** +password ***** +connect xxx.xxx.xxx.xxx:28960" 

It should look like this when done:

"C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\iw3mp.exe" 
+rcon login ***** +password ***** +connect xxx.xxx.xxxx:28960" 
 NOTES
Replace the *****'s with your passwords for rcon and private slot. 
Replace the x's with your server IP. 
This will take you right into the server with the last profile you selected in multiplayer. 
Also note that you can edit in the IP and Port and share this as is, the rcon and password 
settings will be ignored.

Rcon Commands

Rcon Commands