
Ensure that you have placed SpaceEngineers-Dedicated.cfg at. appdata/space-engineers/config/World/.Ĭontainer is missing the dedicated server config file SpaceEngineers-Dedicated.cfg. MmmaxWorld is not placed in the right folder, or the volume mounts are mounted incorrectly. v $(pwd)/appdata/space-engineers/config/SpaceEngineers-Dedicated.cfg:/appdata/space-engineers/SpaceEngineersDedicated/SpaceEngineers-Dedicated.cfg\
v $(pwd)/appdata/space-engineers/bins/steamcmd:/home/se/.steam\ v $(pwd)/appdata/space-engineers/bins/SpaceEngineersDedicated:/appdata/space-engineers/SpaceEngineersDedicated\ v $(pwd)/appdata/space-engineers/config/World:/appdata/space-engineers/World\ Pull and run from dockerhub without docker-compose:ĭocker run -restart always -p "27016:27016/udp" \ appdata folder, unzip an empty star system from star-system.zip and start the server.
Change directory into the cloned repo with cd space-engineers-dedicated-docker-linux. Usage: -RECOMENDED- Pull from dockerhub and run with docker-compose The container won't run until you stop the container, delete the empty SpaceEngineers-Dedicated.cfg folder, and replace it with the actual file. If you start the docker container without placing SpaceEngineers-Dedicated.cfg in the correct location, docker will create an empty folder where it should be. appdata/space-engineers/config/Plugins and update the config file as needed from then on. If it spans multiple lines, you must replace it with, exactly like that.
If you are running plugins, the first time your run this, check your SpaceEngineers-Dedicated.cfg file for the Plugins element. You can press ctrl+ c to detach from the logs and keep the server running. start script will start the server using docker-compose in detached mode, and then attaches to the log output. appdata/space-engineers/config to make a backup, including the SpaceEngineers-Dedicated.cfg file. docker-compose (recommended, not required to run container). for opening issues or contributing to an issue conversation that improved the repo. for all around helping when testing and getting this started. Devidian for advancing the docker implementation to a working state!. Reduced container size (~4gb decompressed). appdata/space-engineers/config with your favorite backup tool. Easy to implement offsite backups, just copy everything in. Automatically updates element in SpaceEngineers-Dedicated.cfg. Installs default star system world on first run.
Mmmaxwwwell/space-engineers-dedicated-docker-linuxĪll of the space engineers dedicated server on wine containers I found wouldn't build, and I embarked on a journey to create my own.