Server is hosted on a dedicated server with Ports Opened. I can connect to my server via Direct Connect but not via the server browser, this is the same for my friends too. the sv_master1 “” cvar is commented out in the server.cfg also. I have both 30120 and 30110 open just to be sure as i could see from the console output of the server that it listens on 30110 for the master server connection.
# you probably don't want to change these!
# only change them if you're using a server with multiple network interfaces
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
start mapmanager
start chat
start spawnmanager
start sessionmanager
start gokart
start DankiesDrift
start fivem
start hardcap
start ■■■■■■■
start keks
start mellotrainer
start spawnmenu
start driftcounter
start simpledrift
start addoncars
start speedo
sv_scriptHookAllowed 0
# change this
rcon_password changedforsecurity
sv_hostname "DANKIES:DRIFT [ In Development ]"
# nested configs!
#exec server_internal.cfg
# loading a server icon (96x96 PNG file)
load_server_icon logo.png
# convars for use from script
set temp_convar "Welcome to Dankies:Drift"
# disable announcing? clear out the master by uncommenting this
#sv_master1 ""
# want to only allow players authenticated with a third-party provider like Steam?
#sv_authMaxVariance 1
#sv_authMinTrust 5
# hide player endpoints in external log output
sv_endpointprivacy true
# server slots limit (default to 30)
sv_maxclients 32
set sv_licensekey "hiddenforsecurity"
that is my server.cfg, what is missing? this is driving me mad… i also waited for 2x Heartbeats and its still not showing. But i can connect to the server via direct connect so it cant be a firewall issue im sure im missing something small to rectify this.