Linux Server Running (shows up in Server Browser) but unable to connect

Status
Not open for further replies.

DracoPlaysGames

New member
Hello,

I am running Ubuntu 18.04 LTS.

I used Linux Game Server Manager to set up my server.

The setup was seamless, but when I finally tried to connect to my server, it would hang and then would say that the connection failed after some time.

Here are my logs related to this issue.

Now I know what you are thinking, my port forwarding must be off, right?

It doesn't seem that way because I can see my server on the Server List (I am currently not at home, where the server is hosted.):

2.jpg


I am at a loss for what to do here.

Any additional information can be provided upon request.

Thanks!

 
I fixed my own problem.

I saw somewhere that changing

Code:
<property name="ServerDisabledNetworkProtocols" value="SteamNetworking"/>
to

Code:
<property name="ServerDisabledNetworkProtocols" value=""/>
fixes this issue.

Now upon looking at the comments relating to this I should have guessed that this was the problem initially.

 
Status
Not open for further replies.
Back
Top