merlin3of5
Refugee
Not sure if anyone has seen this issue but I seem to be having an issue getting the Steam server browser to see my dedicated server. I spun up a dedicated server in docker using "vinanrra/7dtd-server". Server is able to fully come up and I can join the server without issue through the 7dtd server browser built into the game. The issue I am finding is that for some reason, if I go to to "servers" from within steam, and then search for my server, it does not pull anything up. I made sure that I am port forwarding the below ports through my firewall. (PFSense) Since, the server is up and able to connect, the only thing I can think of is that I do not have a correct port for the steam server browser set somewhere in the docker container? If anyone has any advice, I would greatly appreciate it!
#Ports specified in documentation.
26900
26901
26902
26903
#Port for WEBSERVER https://7dtd.illy.bz/wiki/Server fixes. Funny enough, even this works.
8082
# Added to see if this would allow steam server browser to work. No luck.
27015
27016
#Note, I also set both server network protocols to disabled. This seems to make no difference in being able to view the server through Steam's server browser.
<property name="ServerDisabledNetworkProtocols" value="LiteNetLib, SteamNetworking"/>
#Ports specified in documentation.
26900
26901
26902
26903
#Port for WEBSERVER https://7dtd.illy.bz/wiki/Server fixes. Funny enough, even this works.
8082
# Added to see if this would allow steam server browser to work. No luck.
27015
27016
#Note, I also set both server network protocols to disabled. This seems to make no difference in being able to view the server through Steam's server browser.
<property name="ServerDisabledNetworkProtocols" value="LiteNetLib, SteamNetworking"/>