1. Hello, so I decided to open a rust server, I am using a program to help me called Rust server manager. I did all the port forwarding but whenever I start the server it never appears on the server list. I do connect localhost:28015 and im connected, but when I tell my friends to do it, they say the server name is Amsterdam 2. As well as that my friends get an error about something under the line of "no address". I am running out of luck does anyone know what is going on and how I can fix my server?
     
  2. Open ports in windows firewall as well as router. Can you post your bat file
     
  3. Seeing "Amsterdam 2" is normal for a locally hosted server.
    I don't know if there's a way to 'fix' that, but it's what I've always seen.

    When you access your server using localhost:28015, that translates as thisPhysicalComputer:28015.

    If your friends use the same address they'll be trying to join a rust server on their own computer, which won't exist.
    You need to give them your public-facing IP address which you can get from your router, or from googling "what is my ip".

    If your friends are on the same local network as you (I.E. using your internet), you can give them your local machine address instead; Often 192.168.*.*
    You can find this in the details tab for your computer's network connection.

    As above, you'll need to open windows firewall ports.
    The same goes for any additional security software you might have.

    You may or may not be able to join your own server (from inside) using the public IP, depending on your router, so don't panic if that doesn't work.

    Safer to rely on feedback from someone on the outside.
     
    Last edited by a moderator: Mar 30, 2018
  4. How do I open the ports on windows firewall, also I gave my friends my public ip, my ipv4 and none of those worked
    [DOUBLEPOST=1522429859][/DOUBLEPOST]
    https://i.gyazo.com/9491b65e202f740f5ea0ea4c9359bec5.png
     
  5. Just to rule it out, they will still need to add the port number.
    Say your IP is 123.4.5.6, they should use 'client.connect 123.4.5.6:28015
     
  6. Ok, change RCON port to 28016.
    Not sure if that would prevent people from connecting or not, but it should always be a different port to the game connection port.
     
  7. You still need to open the port 28015 only in windows firewall
     
  8. Ok I'm testing if it works with the changed rcon port
    [DOUBLEPOST=1522431390][/DOUBLEPOST]
    How do I do that
    [DOUBLEPOST=1522431405][/DOUBLEPOST]Didn't work guys :(
     
  9. I'm not a windows guy and it'll be a little different per version, but you can google instructions no problem.
     
  10. Go to control panel/windows firewall/advanced settings/inbound rules then make a new rule
     
  11. I did inbound tcp/udp and outbound tcp/udp and nothing has fixed it :(
     
  12. Start server once its fully started open your cmd and type netstat -an
     
  13. Tcp says its listening, cant find udp
     
  14. So strange! it says it is closed but I opened it and I port forwarded it!
     
  15. In your startup bat file is the server.ip 0.0.0.0 and I am going to bed now so I hope you can work it out or someone can help you
     
  16. Depending on your router it may say closed for you regardless.
    Best to have someone outside of your network check this.
     
  17. The ports aren't blocked either, this sucks guys I need solution :(
     
  18. In the OP when you say "I did all the port forwarding", can you tell us exactly what you did?

    In your router set up page you should have created a fwding rule that points incoming TCP traffic on port 28015 to your server computers local IP address.