Cannot get steam server listing working (solved)

Bigun

New member
I cannot get the server listed when my users search for my server.

I have the following ports forwarded correctly:

TCP 26900

UDP 26900-26903

I have "SteamNetworking" disabled per the XML config recommendations.

I see the server listed via a 3rd party site:  https://www.battlemetrics.com/servers/7dtd/15241685

and the players can connect directly via IP without issues.

I just cannot get the server listed or this new server filter is filtering my server out for some reason, and I don't know why.
 

Any help is appreciated.

 
Last edited by a moderator:
I just cannot get the server listed or this new server filter is filtering my server out for some reason, and I don't know why.
First, is this setting correct in your serverconfig?

<property name="ServerVisibility"                value="2"/>

And second, are these two lines in your serverconfig?

<property name="Region"                            value="NorthAmericaEast" />

<property name="Language"                        value="English" />

 
And second, are these two lines in your serverconfig?

<property name="Region"                            value="NorthAmericaEast" />

<property name="Language"                        value="English" />
ServerVisibility was set to 2.

The other two didn't exist in the config.

Added them, testing now.

 
Last edited by a moderator:
Back
Top