Hello,

I have a RP server and i have portforward port 30120, and a normal server…

The normal server stands in the list of servers, but the rp server not… i can only play on that server with the localhost… How can i fix this?

Greetings,
DJ

PS: u can also respond in dutch. (I don’t know if it’s in the right category?)

Hello,

Are you sure both servers are running on a separate port and not the same port?

1 Like

Hello,

First of all thankyou for your fast reply!

No i have both on 30120, which port can I use for a second server? Is that also when i am not running the normal server but only the roleplay?

Greetings,
DJ

That would not work, as each server instance needs its own port. You can choose any port (30121, etc…) given that the chosen port is not taken by any other application. You will need to set the port number of the second server on top of its server.cfg file.

And how do i need to set that into the server.cfg? As port: 30121 or something?

If you are using port 30121, make sure that port has been port forwarded correctly. On the top of the cfg file, you will see

endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

Simply alter that to

endpoint_add_tcp "0.0.0.0:30121"
endpoint_add_udp "0.0.0.0:30121"

Allright thankyou, I’m gonna try that!

I’m sorry, that I disturb you again but i did the portforward exactly the same as the other server only now with port 30121 but no result… it didn’t show up in the list and can’t direct access it with the extern IP.

<PS it’s working>

when you try to direct connect are you including the port number? because if its not the default port then you need to put the ip and the port.

example: 23.66.234.65:30121

Hello Painwithin,

I did including the port number, but it is now working!

Greetings,
DJ

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.