PDA

View Full Version : RCON for admin


imported_CaRnAgE_Few
11-11-2003, 03:53 PM
Does anyone know what the command is for logging in as admin. I've tried a bunch but nothing seems to work. Any ideas would help me out a lot. Thanx

Rogue
11-11-2003, 04:06 PM
There is nothing like what you say AFAIK...

If you mean being able to use rcon you connect to the server, open console

\rconpassword password

then call other commands using

\rcon command

eg

\rcon status
\rcon serverinfo

moose175
11-11-2003, 04:24 PM
to connect to server for rcon (doesn't matter if you are on server or not)
type in console the following:

rconaddress xxx.xxx.xxx.xxx (ip address)
rconpassword xxxxx (password you set in your cfg file)
rcon status (not necessary but nice to see who is on you server)
-------------------------------------------------------------------------
if you wish not to type the above everytime do the following:
(note - you can call the file whatever you desire)

create autologin.txt
rename txt to autologin.cfg
inside place the following:

rconaddress xxx.xxx.xxx.xxx //replace x with ip address
rconpassword xxxxx //replace x with password
rcon status //not necessary but keeps you from having to type it everytime

save the file
place autologin.cfg in your cod\main directory
create or edit the shortcut to CoDMP.exe in the target line at the end of the line place the following:
(note outside of quotes if you have long file names)

+exec autologin.cfg

now use this shortcut to play cod mp and you will automatically be logged on to the your server. just remember to drop the console down and you will see who is on the server. this way you can perform all the rcon commands and don't have to be on the server. ie if the server is full and you want to get on you would use /rcon clientkick # (# being the clientnumber on the server)