SRCDS Steam group


Problems with getting Garrysmod Dedicated server to appear for others, and connect.
#1
Well currently, I've been trying to host my own dedicated server, I've opened plenty of ports which is enough, and I every method I've been trying to use is proven useless, I'm trying to aim for a dedicated server that can show up on the masterlist and be able to have other people to connect it, and no, I am not hosting it on my computer by which I'll be playing it, I have a entirely seperate computer for hosting the server. But my biggest concern to why it is not going up properly is how I am currently launching the server.
Here's the SRCDS launch up .bat

Code:
@echo off
cls
echo Protecting srcds from crashes…
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait orangebox\srcds.exe -console -nocrashdialog -nohltv -game garrysmod -port 27015 +clientport 27005 +hostport 27015 +tv_port 27020 -maxplayers 10 -ip “75.80.33.92” +map gm_construct
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Reply
#2
Remove +clientport 27005, +hostport 27015, +tv_port 27020.

As long as your port forward your ports correctly for the server, you don't need to define them in the startup command line unless you want to change them. You already defined the server's port with -port so you should remove +hostport.

Put -port 27015 and -ip 75.80.33.92 in the startup command line.

Code:
srcds.exe -console -game garrysmod  -ip 75.80.33.92 -port 27015 -maxplayers 10 +map gm_construct -nocrashdialog -nohltv
Earn Points, get Free Rewards with your Amazon Points!
Points2Shop

Reply
#3
Post a screenshot of your port fowarding. Forwarding too many ports can be blame for this problem. Especially if you start playing with the 27005's
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)