• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Server does not show up in server list

Niccoli

Active member
May 16, 2009
35
5
Is there something in particular that needs to be set so that the server will show up in the list of servers from the game client?

I have both ports 7777 and 27015 open (even opened both TCP and UDP for each) so firewall shouldn't be the cause.

I'm betting that I am missing something simple, but I can't find the solution in the threads here. There was a thread on this in beta, but a version update fixed it. With some servers showing up in the list, it's most likely an error on my side. :confused:
 
I'm having this same problem as well. Server seems to run fine and I can manually join it from the game's console by typing open ro2.turpasauna.org. It just won't show up on the server browser on either ranked on unranked list.

The server runs behind a NAT router on a 192.168.0.0/16 network and has ports 7777(UDP), 27015(UDP) and 8080(TCP) forwarded to it from a public IP-address on one of the router's ethernet interfaces. So the IP address the RO2 server binds to on the server host is not the same as the one used to connect to it.

Probing the server from port 27015 using a standard UDP query also works fine. I wrote a quick PHP script to test it:

Code:
Request:
ff ff ff ff 54 53 6f 75 72 63 65 20 45 6e 67 69 6e   ....TSource.Engi
65 20 51 75 65 72 79 00 07 08 09 0a 0b 0c 0d 0e 0f   ne.Query.
25 bytes

Response:
ff ff ff ff 49 07 54 75 72 70 61 73 61 75 6e 61 2e   ....I.Turpasauna
6f 72 67 20 52 4f 32 20 73 65 72 76 65 72 20 5b 32   .org.RO2.server.[
39 2e 46 6b 52 5d 00 46 46 2d 53 74 61 74 69 6f 6e   29.FkR].FF-Statio
00 72 6f 32 00 52 4f 20 47 61 6d 65 00 7a 8a 00 20   n.ro2.RO.Game.z..
01 6c 77 00 01 31 2e 30 2e 30 2e 30 00 b1 61 1e 03   ..lw..1.0.0.0..a.
a8 2b 1d ac 0a 40 01 52 4f 47 61 6d 65 49 6e 66 6f   [email protected]
46 69 72 65 66 69 67 68 74 00 7a 8a 00 00 00 00 00   oFirefight.z.....
00   ..
120 bytes

Response header : 0xffffffff
Server type     : 0x49
Server version  : 0x07
Server version  : Turpasauna.org RO2 server [29.FkR]
Current map     : FF-Station
Game directory  : ro2
Game description: RO Game
Steam appID     : 35450
Players         : 0 / 32
Bots            : 1
Server type     : Listen
Server OS       : Windows
Needs password  : No
VAC Secured     : Yes
Game version    : 1.0.0.0
Server port     : 7777
Game tags       : ROGameInfoFirefight
Server SteamID  : 0x01400aac1d2ba803

One thing that caught my eye is the server SteamID. The address returned by the query in decimal is 90083726887462900 but looking at the console of the server, I noticed this:

Code:
[0027.23] Log: Initializing Steam game server (Server ID is steam.90071992547409920)

In hexadecimal, the ID in the log is 0x140000000000000. Doesn't look quite right but this could just mean that the ID is assigned afterwards.
 
Upvote 0
hey could anybody help me ?

i orderd a server but the server dont shows up in the server list .

The problem is that i couldnt join over direct ip also .

Can anybody help me ?

could anybody confirm the latest server version ?

1rjdy.jpg
 
Upvote 0
ok my server works now and i would like to make him to a ranked server .

On the Ranked server side the script tells me


88.198.10.66:7757 is NOT a valid IP in CIDR notation.

which ip i must give in ?

It's the ip address and mask in /network bits format.

So 88.198.10.66/## (something between 24 and 30 most likely)

255.255.255.0 /24
255.255.255.128 /25
255.255.255.192 /26
255.255.255.224 /27
255.255.255.240 /28
255.255.255.248 /29
255.255.255.252 /30
 
Upvote 0