Sign inSign up

ich777/starmade-server

By ich777

Updated almost 2 years ago

Image
1

10K+

ich777/starmade-server repository overview

StarMade Server in Docker optimized for Unraid

This container will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup.

UPDATE: The container will check on every restart if there is a newer version of StarMade available.

Env params

NameValueExample
DATA_DIRFolder for gamefile/starmade
RUNTIME_NAMEEnter your extracted Runtime folder name. Don't change unless you are knowing what you are doing!basicjre
GAME_PARAMSExtra startup Parameters if needed (leave empty if not needed)
XMX_SIZEEnter your XMX size in MB (XMX=The maximum heap size. The performance will decrease if the max heap value is set lower than the amount of live data. It will force frequent garbage collections in order to free up space).1024
XMS_SIZEEnter your XMS size in MB (XMS=The initial and minimum heap size. It is recommended to set the minimum heap size equivalent to the maximum heap size in order to minimize the garbage collection).1024
EXTRA_JVM_PARAMSExtra JVM startup Parameters if needed (leave empty if not needed)
STARTER_PARAMSOnly change if you know what you are doing!-nogui
UIDUser Identifier99
GIDGroup Identifier100
UMASKUser file permission mask for newly created files000
DATA_PERMData permissions for main storage folder770

Run example

docker run --name StarMade -d \
	-p 4343:4343 \
	--env 'RUNTIME_NAME=basicjre' \
	--env 'XMX_SIZE=1024' \
    --env 'XMS_SIZE=1024' \
    --env 'STARTER_PARAMS=-nogui' \
    --env 'UID=99' \
    --env 'GID=100' \
	--env 'UMASK=000' \
	--env 'DATA_PERM=770' \
	--volume /mnt/user/appdata/starmade:/starmade \
	ich777/starmade-server

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

Support Thread: https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/

Tag summary

Content type

Image

Digest

sha256:3f97d9800

Size

36.9 MB

Last updated

almost 2 years ago

docker pull ich777/starmade-server