1. couldn't create server on port 28015 (startup error)

    @echo off
    cls
    :start
    echo Starting server...

    RustDedicated.exe -batchmode -nographics ^
    +rcon.port 28016 ^
    +rcon.password "anakin123" ^
    +server.ip (my censured ip) ^
    +server.port 28015 ^
    +server.maxplayers 50 ^
    +server.hostname "Andromeda Server [PT-BR] >>10X<< [HOME/KIT/BGRADE/TP/+LOOT/INSTA]" ^
    +server.identity "WAServer" ^
    +server.level "Barren" ^
    +server.seed 12345 ^
    +server.worldsize 3010 ^
    +server.saveinterval 300 ^
    +server.globalchat true ^
    +server.description "10x kits/pvp/raid/bp/voteday" ^
    +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" ^
    +server.url "Oxide"

    echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
    Steamcmd.exe +login anonymous +force_install_dir C:\rustserver +app_update 258550 -autoupdate

    Rust Print Link: Screenshot
     

    Attached Files:

  2. put 0.0.0.0 for the ip and the last line needs to be like this
    +server.url "Oxide" ^
    and this removed
    Steamcmd.exe +login anonymous +force_install_dir C:\rustserver +app_update 258550 -autoupdate
     
  3. Make sure that RustDedicated.exe isn't running in task manager.

    ALSO

    This: +server.ip (my censured ip) ^
    Should be this +server.ip 0.0.0.0^

    You're not supposed to put your actual ip there.
     
  4. Wulf

    Wulf Community Admin

    You can, but it’d need to be an IP assigned to that machine. If behind a router, 0.0.0.0 is easier as long as you don’t have multiple network adapters.
     
  5. I'm not fully sure how that ip thing works. I just know if its behind a router or most dedicated servers it has to be 0.0.0.0. What is this for and how is it used? Just curious
     
  6. Wulf

    Wulf Community Admin

    0.0.0.0 just means to bind to the first available IP address assigned to that machine. For most machines and users, they’d likely only have one IP address.
     
  7. couldnt create server on port 55628 startup error
    i have this problem too
    can you help me please
     
  8. Wulf

    Wulf Community Admin

    That would generally mean you either have another server or program using that port already, else you are trying to bind to an IP address that your machine doesn't have assigned to it such as an external IP instead of internal IP.