PDA

View Full Version : Remote connection protocol


-FROGQc-MTG
07-17-2004, 10:01 AM
Hi,

I am looking for the commands and protocol to send to the COD server to configure it remotlly using the /rcon commands.

I'm guessing that it is on port 28960.

MOMMA
07-17-2004, 10:49 AM
/rconaddress (IP)
/rconpassword (password)
/rcon (any rcon command)

Is that what your looking for? Possibly if you could be more specific about what your trying to do, it might help.

There are lot's of ways to remotely administer your server. Almost all admin tools will allow you to enter RCON commands outside the game. I also will use All Seeing Eye which will allow you to do all RCON and PB commands to remotely manage the server.

-FROGQc-MTG
07-17-2004, 11:50 AM
Thanks MOMMA,

I made a server status software and i wanted to add control of the server. Kinnda like ASE

What i was looking for is the sequance of characters to send the server when sending an rcon command remotlly.

I did find something that was more in the sense of rcon "password" command.
I'm guessing that this would be when you are already connected to the server.

What you posted must be when connecting to a server wich is very helpfull as well.

Thank you