Jump to content

Dedicated Server Doesn't show on server list


Recommended Posts

1 hour ago, SgtAndrade said:

I'm trying to start a dedicated server but it doesn't show on the server list. Neither on the online as the lan list. I'm running it on a different machine inside my network.

Here are the logs, configs and port forward info. Please, someone help me!

cluster.ini

Change "cluster_key = dst" into something very unique- this is used for the master server chain to get the two servers linked.

Remove "offline_server = false" -> deprecated

master_port = 10999

 

masterserver.ini (Ensure this is called server.ini)

server_port = 11000

master_server_port = 27018

authentication_port = 8768

 

cavesserver.ini (Ensure this is called server.ini)

server_port = 11001

master_server_port = 27019

authentication_port = 8769

 

Port forward 11000 and 11001, no need for 10999 as that's an internal one used for server<->server communication on the localhost.

Link to comment
Share on other sites

27 minutes ago, CarlZalph said:

cluster.ini

Change "cluster_key = dst" into something very unique- this is used for the master server chain to get the two servers linked.

Remove "offline_server = false" -> deprecated

master_port = 10999

 

masterserver.ini (Ensure this is called server.ini)

server_port = 11000

master_server_port = 27018

authentication_port = 8768

 

cavesserver.ini (Ensure this is called server.ini)

server_port = 11001

master_server_port = 27019

authentication_port = 8769

 

Port forward 11000 and 11001, no need for 10999 as that's an internal one used for server<->server communication on the localhost.

Thanks for your fast response. But that changes wasn't enoght. Still not showing on server browser.

On masters log I keep getting the error:

Quote

[00:01:16]: Failed to send server listings
[00:01:16]: Failure error code received: 504
[00:01:16]: With Body:
[00:02:18]: Failed to send server listings
[00:02:18]: Failure error code received: 504
[00:02:18]: With Body:

I've changed the portforward as you've suggested.

2016-05-28 (2).png

netstat -nap shows:

Quote

steam@xbmc:~$ netstat -nap |grep dont
(Nem todos os processos puderam ser identificados, informações sobre processos
 de outrem não serão mostrados, você deve ser root para vê-los todos.)
tcp       70      0 192.168.1.7:59164       54.243.234.176:443      ESPERANDO_FECHAR 4914/dontstarve_ded
tcp        0      0 192.168.1.7:52061       23.215.116.169:80       ESTABELECIDA 4924/dontstarve_ded
tcp        0   1893 192.168.1.7:52957       52.86.184.111:443       ESTABELECIDA 4914/dontstarve_ded
tcp        0      0 192.168.1.7:34361       189.72.175.83:80        ESTABELECIDA 4914/dontstarve_ded
tcp        0      0 192.168.1.7:34363       189.72.175.83:80        ESTABELECIDA 4924/dontstarve_ded
tcp       70      0 192.168.1.7:59165       54.243.234.176:443      ESPERANDO_FECHAR 4924/dontstarve_ded
tcp        0      0 192.168.1.7:52059       23.215.116.169:80       ESTABELECIDA 4914/dontstarve_ded
udp        0      0 0.0.0.0:27018           0.0.0.0:*                           4914/dontstarve_ded
udp        0      0 0.0.0.0:27019           0.0.0.0:*                           4924/dontstarve_ded
udp        0      0 127.0.0.1:10999         0.0.0.0:*                           4914/dontstarve_ded
udp        0      0 0.0.0.0:11000           0.0.0.0:*                           4914/dontstarve_ded
udp        0      0 0.0.0.0:11001           0.0.0.0:*                           4924/dontstarve_ded
udp        0      0 0.0.0.0:40125           0.0.0.0:*                           4924/dontstarve_ded
udp        0      0 0.0.0.0:8768            0.0.0.0:*                           4914/dontstarve_ded
udp        0      0 0.0.0.0:8769            0.0.0.0:*                           4924/dontstarve_ded
udp        0      0 0.0.0.0:46166           0.0.0.0:*                           4924/dontstarve_ded
 

I don't know what are those other ports.

Link to comment
Share on other sites

2 minutes ago, SgtAndrade said:

Thanks for your fast response. But that changes wasn't enoght. Still not showing on server browser.

On masters log I keep getting the error:

I've changed the portforward as you've suggested.

I don't know what are thoso other ports.

27015-27030 is part of Steam's P2P server handling stuff to allow clients to join in, and you don't need to port forward those.

Just 11000-11001 TCP and UDP.

 

Also error 504 is a gateway timeout, which seems to imply that you still have some routing issues most likely pointing something at yourself somewhere.

Link to comment
Share on other sites

I have these settings in cluster.ini

Quote

[SHARD]
shard_enabled = true
bind_ip = 127.0.0.1
master_ip = 127.0.0.1
master_port = 11001
cluster_key = xxx

Caves/server.ini

Quote

[NETWORK]
server_port = 11003

Master/server.ini

Quote

[NETWORK]
server_port = 11002

And port forwarded from the router just udp 11002 for Master and 11003 for Caves and it's working fine.

Edit: I mentioned only the [NETWORK] part so you can make an idea on how I set ports but I also have the [SHARD] and [STEAM] parts I haven't added cos you should already have them (haven't checked yet).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...