Players can't join my server
So I made my first Rust server for me and my friends to have like a 2v2. I have already port forwarded my router and opened a port on my firewall, but they still can't join.
If you know how to fix this please help me.
How are your friends trying to join? Could you provide a screenshot of your forward setup?
Thanks for replying.
Here is the screenshot of my port forward setup.
https://imgur.com/a/Ch1H2s9.

My friends ar trying to join trough console with connect [my external ip]:28015
The forwaring looks fine. Do you see anything in the server console when they try to connect, and how are they trying to connect?
5e13a8d5b2bc5.jpg Wulf
The forwaring looks fine. Do you see anything in the server console when they try to connect, and how are they trying to connect?

no I don't see anything. even if i try to connect with my external ip it doesn't connect. they are trying to connect trough console with "connect [ip]:28015.

Try disabling any firewall.
5df121d013ded.png runescape
Try disabling any firewall.
I opened a port on the firewall
Try disabling it temporarily to see if that is what is preventing your friends from joining.
5df121d013ded.png runescape
Try disabling it temporarily to see if that is what is preventing your friends from joining.

I disabeled it and it still doesn't connect

Keep in mind that if your pc endpoint is located behind provider's NAT, it might be unreachable from the web. If that is the case, the only way to let players connect will be either talking to your ISP support and requesting a straight IP from them (might be paid service), or using some tunneling software such as Hamachi.
5ba0b9633e817.png?uid=5ba0b9716c220 2CHEVSKII
Keep in mind that if your pc endpoint is located behind provider's NAT, it might be unreachable from the web. If that is the case, the only way to let players connect will be either talking to your ISP support and requesting a straight IP from them (might be paid service), or using some tunneling software such as Hamachi.

i have a minecraft server and it works and it is just weird that the rust server doesn't with the same people



Merged post

This might help
echo off :start RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.seed 50500 +server.worldsize 2500 +server.maxplayers 10 +server.hostname "RustyMato" goto start