PDA

View Full Version : Fresh Install of arma2 server: goal is to password protect it~



INSkiller
Aug 5 2009, 13:38
I have a newly installed arma2 server, everything works fine but my only issue is to have the server password protected.


///
// DefconServers.com ArmA2 server configuration file
// by S.Tope, 9th July 2009. http://www.defconservers.com
//

// Password for private servers. Uncomment this if you wish to run a private server
// password = "false";


Sounds simple, should be simple ~~~

i can enter the server no matter what i try, with out it asking for password.




thx everyone

oyman
Aug 5 2009, 14:00
you could try removing the two "//" before password = "false";


so that it looks like this


// Password for private servers. Uncomment this if you wish to run a private server
password = "false";

Mosh
Aug 5 2009, 14:03
Not much info to go on here, but I'll take a stab... assuming that is a cut and paste of your actual code...

Did you take out the //


// password = "false"; should be
password = "false";

Does your shortcut even point to the .cfg?



EDIT - yeah, what the other guy said first

nuxil
Aug 5 2009, 14:06
shoulden this be in troubleshooting.

is your server using the server.cfg ?

check on your server shortcut that you have -config=server.cfg in the target.


did you uncomment that part :?

// Password for private servers. Uncomment this if you wish to run a private server
// password = "false";

to
password="MYPASSWORD"
in server.cfg ?

INSkiller
Aug 5 2009, 15:02
Got it working: I removed the //


Thanks Everyone!!!