1. Hi guys!
    I have a problem, i tried to start my own rust server and I can start them but I can't connect to him.
    I have a remote connection toward a dedicated server.

    My batch config:

    @echo off cls :start echo Starting server... RustDedicated.exe -batchmode -nographics +server.hostname "diego server +server.ip 0.0.0.0 +server.port 28015 -maxplayers 100 +server.identity "Diego server" +server.seed 708811584 +server.level "Procedural Map" +server.globalchat true +server.description "Welcome!!!" +server.headerimage "" +server.url "Welcome! Let's fun." +server.maxplayers 50 +datadir"serverdata/" +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "*********" +server.saveinterval 300 -cfg "server\Diego server\cfg\server.cfg" -server.worldsize 3000 -logFile "log.txt".

    Need help, please. Many thanks
     
  2. Wulf

    Wulf Community Admin

    Do you have the port 28015 open on your router? Also, you can remove the +datadir and -cfg parts, those do nothing and will not be used. If you aren't going to use a static level, you can also remove +server.level. You also have text instead of a URL set for +server.url, so that should be fixed. You're also setting maxplayers twice, so I'd remove the first -maxplayers 100 and leave the +server.maxplayers 50.
     
  3. What do you mean about open port? I made permissions on my firewall to allow that port. Should I do anything else?
     
  4. Wulf

    Wulf Community Admin

    Are you behind a router? If so, it needs to be opened on there too.
     
  5. I'm in a simelar situation. I have open the ports in my router. But still nothing :/ @Wulf
     
  6. "I have a remote connection toward a dedicated server."

    Since you have dedicated server, you'd need to add TCP & UDP rules. Make a new TCP rule for 28015-28016, then repeat the process for UDP.