10K+
<LoadWorld> element in SpaceEngineers-Dedicated.cfgThank you to:
./start script will start the server using docker-compose in detached mode, and then attaches to the log output. You can press ctrl+c to detach from the logs and keep the server running.<Plugins />, exactly like that. The server will automatially enumerate the plugins directory and update the config file as needed.git clone https://github.com/mmmaxwwwell/space-engineers-dedicated-docker-linux.git.cd space-engineers-dedicated-docker-linux../start. This will initialize the ./appdata folder, unzip an empty star system from star-system.zip and start the server.From this directory run :
docker run --restart always -p "27016:27016/udp" \
-v $(pwd)/appdata/space-engineers/config/World:/appdata/space-engineers/World\
-v $(pwd)/appdata/space-engineers/bins/SpaceEngineersDedicated:/appdata/space-engineers/SpaceEngineersDedicated\
-v $(pwd)/appdata/space-engineers/bins/steamcmd:/home/se/.steam\
-v $(pwd)/appdata/space-engineers/config/SpaceEngineers-Dedicated.cfg:/appdata/space-engineers/SpaceEngineersDedicated/SpaceEngineers-Dedicated.cfg\
mmmaxwwwell/space-engineers-dedicated-docker-linux:latest
| Exit Code | Reason |
|---|---|
| 129 | Container is missing /appdata/space-engineers/World folder, volume mounts are mounted incorrectly. |
| 130 | Container is missing /appdata/space-engineers/World/Sandbox.sbc, World is not placed in the right folder, or the volume mounts are mounted incorrectly. Ensure your world is in ./appdata/space-engineers/config/World/. |
| 131 | Container is missing the dedicated server config file SpaceEngineers-Dedicated.cfg. Ensure that you have placed SpaceEngineers-Dedicated.cfg at ./appdata/space-engineers/config/SpaceEngineers-Dedicated.cfg. |
Content type
Image
Digest
Size
1.4 GB
Last updated
over 4 years ago
docker pull mmmaxwwwell/space-engineers-dedicated-docker-linux