1. this my start.bat
    @echo off
    cls
    :start
    echo Starting server...

    RustDedicated.exe -batchmode -nographics ^
    +rcon.ip 0.0.0.0 ^
    +rcon.port **** ^
    +rcon.password "******" ^
    +server.ip ***** ^
    +server.port 28015 ^
    +server.maxplayers 50 ^
    +server.hostname "********" ^
    +server.identity "my_server_identity" ^
    +server.level "Procedural Map" ^
    +server.seed 75093232 ^
    +server.worldsize 3500 ^
    +server.saveinterval 300 ^
    +server.globalchat true ^
    +server.description "GameServer" ^
    +server.headerimage "https://i.imgur.com/*****.jpg" ^
    +server.url "Client Validation"

    echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
     

    Attached Files:

    • ss.png
      ss.png
      File size:
      358.8 KB
      Views:
      11
  2. why hide the server ip when you did not hide rcon ip keep server ip to 0.0.0.0

    Code:
    @echo off
    cls
    :start
    echo Starting server...RustDedicated.exe -batchmode -nographics ^
    +server.stability true ^
    +rcon.ip 0.0.0.0 ^
    +rcon.port 28016 ^
    +server.secure true ^
    +rcon.password 1234 ^
    +server.ip 0.0.0.0 ^
    +server.port 28015 ^
    +server.maxplayers 50 ^
    +server.hostname "Rust" ^
    +server.identity "my_server_identity" ^
    +server.level "Procedural Map" ^
    +server.seed 75093232 ^
    +server.worldsize 3500 ^
    +server.saveinterval 300 ^
    +server.globalchat true ^
    +server.description "Welcome to Rust\nA Good size map for your exploration needs.\nWhere you can build your base and combat your neighbours." ^
    +server.headerimage "https://i.imgur.com/*****.jpg" ^
    +server.url "Client Validation"echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
     

  3. Don't work
     

    Attached Files:

  4. What way are you connecting with client connect or from the mod tab and can you post the image being used and url being used as its hard to fully help if you dont post that info