1. Hello.
    I launched my server. Everything works fine.
    But can't connect to RCON...
    Безымянный.png
     
  2. Wulf

    Wulf Community Admin

    If you can't start something on a port, it's generally because something else is already using it, likely a server.
     
  3. I can for example be used for RCON port: 28017?
     
  4. Wulf

    Wulf Community Admin

    Sure, try that or another port. Also make sure you have no hidden RustDedicated.exe processes running in Task Manager.
     
  5. Not helped! Don't understand...
    Here is my bat file, start the server:
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.port 28015 +rcon.port 28017 +rcon.ip 178.22.49.198 +rcon.password "*****" +server.hostname "Name" +server.identity "RS" +server.maxplayers 30 +server.saveinterval 60 -logFile "log.txt"
    What's wrong?((
    The server visible on the Internet. But RCON is not working!
     
  6. Wulf

    Wulf Community Admin

    Are you still getting errors?
     
  7. Yes
    Безымянный.png
    [DOUBLEPOST=1434473639][/DOUBLEPOST]Here's a directory of my server:
    Безымянный.png
    [DOUBLEPOST=1434473692][/DOUBLEPOST]If you don't mind, can I give data to remote desktop....
    [DOUBLEPOST=1434473951][/DOUBLEPOST]Here is the port forwarding:
    Screenshot_1.png
    [DOUBLEPOST=1434476592][/DOUBLEPOST]
    Help!!!
     
  8. write the local ip of the router
     
  9. Code:
    @echo off
    RustDedicated.exe -batchmode +server.port 28015 +rcon.ip 178.22.49.198 +rcon.port 28016 +rcon.password "*****" +server.hostname "******" +server.identity "RS" +server.maxplayers 30 +server.saveinterval 60 -logFile "log.txt"
    [DOUBLEPOST=1434796234][/DOUBLEPOST]no it's not working!
     
  10. Wulf

    Wulf Community Admin

    Code:
    @RustDedicated.exe -batchmode +server.port 28015 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "*****" +server.hostname "******" +server.identity "RS" +server.maxplayers 30 +server.saveinterval 60
     
  11. I have the same error ..

    Ok i found the prob :p

    Code:
    @echo off & setlocal enabledelayedexpansion
    pushd "%~dp0"
    for /f "tokens=2 delims=[]" %%h in ('ping -4 -w 250 -n 1 -a l2tahiti.ddns.net') do set "ip=%%h"
    @start /high RustDedicated.exe -batchmode -ip:!ip! +server.port 28015 +server.hostname "Another World Tahiti Playa" +rcon.port 28025 +rcon.password "********" +rcon.ip 0.0.0.0 +server.maxplayers 20 +server.identity "*****" +server.saveinterval 60 -server.worldsize 4000 -datadir "save/rust/" -cfg "save/server.cfg" -oxidedir "save/oxide"
     
    Last edited by a moderator: Jun 22, 2015
  12. Wulf

    Wulf Community Admin

    I don't see any issue aside from unneeded parts in your script. The -datadir, -cfg, and -oxidedir will never be used.
     
  13. Ok thank you :)
     
  14. and I never got anything... Not working RCON and all.((((
     
  15. Wulf

    Wulf Community Admin

    Did you try what was mentioned in the previous posts? The only way it could not work is if you are trying to use an invalid IP, or if the port is taken.
     
  16. Yes I tried! The error is the same as the first screenshot... RCON is not connected in any way.
    The server visible on the Internet. (((( Ports on the router open!

    On my server also has a server ARK Survival Evolved, there is Arma 3. They are visible in the Internet and no problem to connect to it via RCON.
    But Rust is such a problem... Help me please.
    [DOUBLEPOST=1437320610][/DOUBLEPOST]My IP: 178.22.49.198
    Ports: 28015, 28016
    These ports are never used.
    [DOUBLEPOST=1437321081][/DOUBLEPOST]Here's RCON:
    Screenshot_1.png
    [DOUBLEPOST=1437323606][/DOUBLEPOST]As soon as I started already. Still error:
    Безымянный.png
     
    Last edited by a moderator: Jul 19, 2015
  17. Wulf

    Wulf Community Admin

    What is your +rcon.ip set to currently? It should be 0.0.0.0 or the local IP, not external IP.
     
  18. That is in run.bat I must not prescribe:
    +rcon.ip 178.22.49.198
    and my local IP:
    +rcon.ip of 0.0.0.0
    or
    +rcon.ip 192.168.1.236
    Do I understand correctly?
     
  19. Wulf

    Wulf Community Admin

    Yup, try that and see how it goes.
     
  20. You are my Savior!!!!!!!!!!! There are no words! It worked!
    Anyway, I was prescribed to run.bat:
    +rcon.ip 192.168.1.236

    And now looks like this:
    @echo off
    @RustDedicated.exe -batchmode +server.port 28015 +rcon.ip 192.168.1.236 +rcon.port 28016 +rcon.password "***" +server.hostname "Russian Survival [WARGAM.NET]" +server.identity "RS" +server.maxplayers 6 +server.saveinterval 60

    But I do not understand why so?