Skip to main content

Space Engineers Server Installieren

Installation unter Windows


Installiere: Visual C++ 2013 Redistributable (x64) und Visual C++ 2015-2022 Redistributable (x64)

Download die SteamCMD für Windows und entpacke diese z.B. in den Ordner C:\Steamcmd

Füre dann anschließend folgende Befehle in der Windows Eingabeaufforderung (cmd/Terminal) aus:

  1. cd C:\Steamcmd
  2. steamcmd
  3. force_install_dir C:\Steamcmd\SE
  4. login anonymous
  5. app_update 298740


Abkürzung: Hier nochmal alles in einem Befhel:

steamcmd.exe +login anonymous +force_install_dir C:\Steamcmd\SE +app_update 298740 +quit