1. Hi Guys .
    I rent an Dedicated Machine in OVH but is the first time i have one and i dont undertand very much of it.
    i have an problem when i launch the bat file who runs the rust server, someone can give some help why this hapens?

    [​IMG]

    I have this on start.bat
    Code:
    @echo off
    cls
    :start
    echo Starting server...RustDedicated.exe -batchmode -nographics +oxide.directory "server/rustserver/oxide" +server.ip ********* +rcon.ip ********** +server.port 28015 +rcon.port 28017 +rcon.password "changeme" +server.maxplayers 200 +server.hostname "My Oxide Server" +server.identity "crazyrust" +server.level "Procedural Map" +server.seed 100517 +server.worldsize 4000 +server.saveinterval 1200 +server.globalchat true +server.description "Powered by Oxide" +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" +server.url "http://oxidemod.org"echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
     
  2. Wulf

    Wulf Community Admin

    Check your RustDedicated_Data/output_log.txt for errors.
     
  3. I dont have any output_log.txt file
     
  4. Wulf

    Wulf Community Admin

    Should be, you aren't changing the path for it. That log is created by Unity (the engine Rust uses) when you start the server.
     
  5. May be you cant download rust
     
  6. Maybe verify your sever files and reinstall oxide?