ItsMods

Full Version: Setting Password On Server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
As u know !setpw has bug and doesn't work.
I need a method for setting and removing password on server from inside of game.

Thanks
any hint ?
For MW2 on 4x1 *better not be using the other alter guys* it's in your server.cfg
set privateMatch_serverPassword
IF you using 4x1, set in server config:

set rcon_password "Lookma'Password"
set privateMatch_serverPassword "" <-leave it blank ""

Start your server without password & when you want to set a password, then press 0 for console & type:

rcon login Lookma'Password (this will login to your server RCON acess)
press enter,
then

rcon privateMatch_serverPassword "wtfisPW"

Now your server is passworded.
To unset it, use same method:

rcon login Lookma'Password
press enter,
then

rcon privateMatch_serverPassword ""

Or use:

rcon exec server.cfg <- (this will load the blank privateMatch_serverPassword "" command from the configfile)

If you don't want to use the rcon you can use:

rcon logout


IF you using another client, then use the same commands as I wrote, just use an RCON tool.
I have MANU and don't have consol in the game !
what about now mate?
(06-27-2012, 12:09)worldclass Wrote: [ -> ]I have MANU and don't have consol in the game !
what about now mate?

"IF you using another client, then use the same commands as I wrote, just use an RCON tool."

Google: RCON Tool download
I have done what u said.
But there is only one problem.
When MANU is connected to server,Rcon Tool can not connect.but as i disconnect MANU,it can.
how can is solve this ?
any hint?
It is must connect, I don't know why it can't connect when manu is connected.
Maybe ask your server hosting about their firewall.