1. Hello! been having issue starting up my server, its dropping out this error...
    Imgur: The most awesome images on the Internet
    So im baffled what to do? heres the config.
    @echo off
    cls
    :start
    echo Starting server...

    RustDedicated.exe -batchmode -nographics ^
    +rcon.ip 0.0.0.0 ^
    +rcon.port 28016 ^
    +rcon.password "removedthisfornow" ^
    +server.ip 0.0.0.0 ^
    +server.port 28015 ^
    +server.maxplayers 100 ^
    +server.hostname ":: Rust Life 2 :: Vanilla Wipe 16.08 17:00 CEST" ^
    +server.identity "my_server_identity" ^
    +server.level "Procedural Map" ^
    +server.seed 31699637 +server.worldsize 3000 ^
    +server.saveinterval 300 ^
    +server.globalchat true ^
    +server.description "Noob Friendly | Vanilla | Ban Happy Admins | Bi Weekly Wipe or Low Pop" ^
    +server.headerimage "http://i.imgur.com/jKuah6G.png" ^
    +server.url "Oxide"

    echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
    [DOUBLEPOST=1502842886][/DOUBLEPOST]nvm solved, there was rcon password causing issues due to symbols in it! :p
     
  2. You also need to fix a few things here are the fixes
    Code:
    @echo off
    cls
    :start
    echo Starting server...RustDedicated.exe -batchmode -nographics ^
    +rcon.ip 0.0.0.0 ^
    +rcon.port 28016 ^
    +rcon.password "removedthisfornow" ^
    +server.ip 0.0.0.0 ^
    +server.port 28015 ^
    +server.maxplayers 100 ^
    +server.hostname "Rust Life 2 Vanilla Wipe 16.08 17:00 CEST" ^
    +server.identity "my_server_identity" ^
    +server.level "Procedural Map" ^
    +server.seed 31699637 ^
    +server.worldsize 3000 ^
    +server.saveinterval 300 ^
    +server.globalchat true ^
    +server.description "Noob Friendly | Vanilla | Ban Happy Admins | Bi Weekly Wipe or Low Pop" ^
    +server.headerimage "http://i.imgur.com/jKuah6G.png" ^
    +server.url "Oxide" ^echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
     
  3. New issue, i can connect to the server, but it doesent seem to appear on playrust.io others can connect to it as well.. any ideas? all ports are open from 0-65535
     
  4. How are you trying to connect
     
  5. Do you have Rust:io installed?
     
  6. rust:io is installed and the only rcon that works is rcon:io all other just fail to authenticate
     
  7. Try adding a "start" before RustDedicated.exe