Skip to content
 
 

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Starbound Server for Docker

Run a Starbound server with Docker!

How to use this image

Typical use - mods managed through steam workshop

docker run --name starbound -d -p=21025:21025 -p=21026:21026 -v starbound-universe:/universe -e STEAM_USER=xxxx -e STEAM_PASSWORD=xxxx -e STEAM_SECRET=xxxx blade1981m/docker-starbound-server

Mods managed manually

docker run --name starbound -d -p=21025:21025 -p=21026:21026 -v starbound-universe:/universe -v starbound-mods:/mods -e STEAM_USER=xxxx -e STEAM_PASSWORD=xxxx -e STEAM_SECRET=xxxx -e CLEANUP_MODS=false blade1981m/docker-starbound-server

Notes

The Starbound game files will be downloaded via steamcmd. This container is built to handle steam accounts that have steamguard enabled. To do this you need to get your shared_secret using one of these methods. Huge credit to Weilbyte for developing steamcmd-2fa that made this possible.

About

Run a StarBound server with Docker!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages