PDA

View Full Version : Best Admin tools


Solid
12-18-2004, 07:20 AM
I am just starting to host some CoD and CoD:UO servers and i would like to know what is the best Remote Admin Tool to use with both of them. I have already downloaded CombatsStats V0.2 so that the servers can have stats but i don't know what is the best RAT tool. I already use TightVNC and Timbuck2 for getting access to the actual server, but i need something that my clients can use to access thier server for map changes and such. Any help would be greatly appriciated.

Solid

Bartman
12-18-2004, 04:15 PM
Punkbuster has a webadmin function that allows you to use rcon commands (like quit).

http://www.punkbuster.com/publications/cod-ad/index.htm#webtool

Burner
12-25-2004, 11:32 AM
Okay, looks nice....

I tried to install it, And i got he index working.... but now when i typ in my webkey and press "playerlist"

I dont get anything usefull.... only a website error :S

Have i fotgot something?!

Plasma
01-18-2005, 09:36 AM
okay, i got mine working.. here's what i did

1. open (or create) a file called pbsv.cfg If you have it, it should be located in your call of duty/pb folder

2. add the following
pb_sv_httpPort 8080
pb_sv_httpAddr xx.xx.xx.xx
pb_sv_httpKey putyourpasshere
pb_sv_httpRefresh 30
pb_sv_httpMaps



change the xx.xx.xx.xx to whatever your gameserver's ip is.
change the putyourpasshere to whatever admin password you want to use.

3. save the file in your Call of Duty/pb folder

4. restart the gameserver

5. in a webbrowser, type in http://xx.xx.xx.xx:8080 (make sure you change the xx.xx.xx.xx to your IP) Then hit enter.

6. you should be able to see the PB Webtool. if not, then you need to open up the port 8080.

I'm not totally sure what your problem is, but i just wanted to pass along what i did to get mine working.