Skip to content

Updating Dedicated Server and Running your Server

taylor1123 edited this page Oct 10, 2023 · 2 revisions

Update Server

  1. Create text document on your desktop called Updateserver.bat with the below contents

    taskkill /im IcarusServer.exe
    C:\steamcmd\steamcmd +runscript icarus.txt

  2. Create a text doc under c:\steamcmd called Icarus.txt with the below contents

    // icarus.txt
    login anonymous
    app_update 2089300 validate
    quit

  3. Everytime you need to update the server run the updateserver.bat on your desktop and wait for the cmd window to end

  4. Once its finished you can now open your dedicated server.

Run Server

  1. Create Bat file on your desktop called RunServer.bat with the below contents

    "C:\steamcmd\steamapps\common\Icarus Dedicated Server\IcarusServer.exe" -log -QueryPort=27015 exit

  2. Everytime you want to run server double-click RunServer.bat on your desktop