1. is the a box that your renting if so you need to use the box ip for server and rcon and put these on different lines
    +server.seed 90501750 +server.worldsize 4000 ^
    you will need to change your password now as you let all know it
     
  2. Wulf

    Wulf Community Admin

    Having the items on a separate line wouldn't fix the issue, the separate lines is just for readability. ;)

    @luccaa456, if you can see the server console on the machine and it shows it as started fully, then the issue likely lies with the port setup for the network or firewall with the machine.
     
  3. Code:
    @echo off
    cls
    :start
    echo Starting server...RustDedicated.exe -batchmode -nographics ^
    +server.stability true ^
    +server.hostname "lucas test server" ^
    +server.secure true ^
    +oxide.directory "server/{server.identity}/oxide" ^
    +server.description "Welcome to my sexy server" ^
    +server.headerimage "http://myweb.com/banner.png" ^
    +server.url "http://myweb.com" ^
    +server.seed 90501750 ^
    +server.worldsize 4000 ^
    +server.ip 0.0.0.0 ^
    +server.port 28015 ^
    +server.maxplayers 5 ^
    +rcon.ip 0.0.0.0 ^
    +rcon.port 28016 ^
    +rcon.password 1234 ^
    +server.globalchat true ^
    +server.identity "default" ^
    +server.level "Procedural Map" ^
    +server.saveinterval 300 ^
    -LogFile "C:\Users\Administrador\Desktop\RSM\server\default\serverlog.log"echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
     
  4. I'm was think that too
    but when I tried to connect to other game sever with the same port and I got a connection
    So I deduct the problem is the rust server

    PS- I already reinstall all the server 3 times
    [DOUBLEPOST=1519726005][/DOUBLEPOST]

    Here is your request

    Imgur
     
  5. I really don't know what do
    I already install all
    microsoft retribution c++

    server and connection log - Screenshot
    rust - Screenshot
     
    Last edited by a moderator: Feb 27, 2018