1. Hi there, Ive just got my vps setup

    Everything is fine for me, I can connect to it, The rcon everything works
    But my players cannot connect to it lol, Port checker says rcon port is open but server port is closed,
    New to dedicated hosting so am i doing something wrong? Why isnt it open my server.bat is open

    Code:
    @echo off
    cls
    :start
    echo Starting server...RustDedicated.exe -batchmode -nographics ^
    +server.stability true ^
    +server.ip 0.0.0.0 ^
    +server.port 28015 ^
    +server.secure true ^
    +server.worldsize 3600 ^
    +server.seed 675309309 ^
    +server.maxplayers 200 ^
    +server.hostname "Redbull testserver 2" ^
    +oxide.directory "C:\Users\Desktop\test\server\oxide" ^
    +server.identity "my_server_identity" ^
    +server.level "Procedural Map" ^
    +rcon.ip 0.0.0.0 ^
    +rcon.port 28017 ^
    +server.globalchat true ^
    +rcon.password "*****" ^
    +server.saveinterval 300 ^
    +server.description "test" ^echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
    according to battlemetics its online aswell. Im confused, no one can connect
     
    Last edited by a moderator: May 2, 2018
  2. server works fine - i just connected to redbull test server fine.

    Also hide your passwords.
     
  3. First you need to open the ports on Windows Firewall.

    Do you now have a gameserver from OVH or Soyoustart? If yes, you have to define the ports for rust on gamefirewall.
    Go to IP > Configure the IP's GAME firewall:
    upload_2018-5-2_6-59-7.png


     
  4. Thats another test server :p not my dedicated one,
    [DOUBLEPOST=1525252207][/DOUBLEPOST]
    Thanks i try that when it stops crashing lol, Somehow i try to put it on boot from harddisk and then reboot but it keeps crashing external desktop doesnt work right now been like crashing all night
     
  5. Change what you have for ip for server and rcon to box ip also change the directory to +oxide.directory "server/{server.identity}/oxide" ^
     
  6. Thanks alot for the help, Im copying server files now and opening those ports, Completly missed it in the control panel lol, Thank for your help everyone my hope is back :D