Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
I'm currently having a problem running a hidden: source server on my VDS. When I run the GUI of the server, set my parameters, and start it up the server works and I can join and play etc. When I launch srcds.exe using startup parameters and run it with console mod on, it says it launches and is up, but I can not join, nor do I see it in the server browser. The logs say it reports to steam master server list etc. and shows the FPS/players/map but can't join.
My current shortcut to srcds.exe:
I am currently running Windows 2008 R2 if that makes any difference. If that is thought to be the problem I could switch to Linux perhaps. I just chose windows as that is what I am most familiar with.
Please excuse the triple post but it seems editing is disabled. All of a sudden the server showed up on the master server list and I tried connect through that instead of using the connect console command and it worked. Very odd...
Windows 2008 has a bug that Windows 2008 R2 might also have, regarding the default IP, and this could be causing the problem here. Try adding an explicit IP specification to your command line, like this:
Edge100x wrote:Windows 2008 has a bug that Windows 2008 R2 might also have, regarding the default IP, and this could be causing the problem here. Try adding an explicit IP specification to your command line, like this:
-ip xxx.xxx.xxx.xxx
I have a feeling that will work.
Also, if you are running the server as a service and then mistakenly launch your desktop shortcut to srcds.exe, it creates another server with the same config, ip, but the port number changes by default. I had that happen a few times until I figured out that I either needed to run it as a service, or as a standalone application.