PDA

View Full Version : Server Question


rovens
August 31st, 2005, 01:51 PM
If i am hosting a game on steam how do i set a password to restrict entry to the game?

PD-
August 31st, 2005, 01:57 PM
" sv_password chooseapassword " in console from hlsw. If you are on the server, it might require you to use " rcon " infront.

This might help you: http://griffinrun.com/support/rcon.shtml

rovens
September 1st, 2005, 12:19 AM
Thanks for that. Though being dumb im missing one thing somewhere. Do i need to sign somewhere to get an rcon password?

Josey Wales
September 1st, 2005, 11:07 PM
A line in the server.cfg:
rcon_password "password"

Rob_F
September 2nd, 2005, 11:23 PM
There are some exploits still rumoured to be floating around where you can download server configs; it's best to put the rcon password on the HLDS command line.

You'd do that by appending "+rcon_password <password>" on your HLDS start string.