Sign inSign up

ich777/csmm-7dtd

By ich777

•Updated 10 months ago

Image
2

50K+

ich777/csmm-7dtd repository overview

⁠CSMM for 7DtD Server in Docker optimized for Unraid

This Docker will install and download CSMM for 7DtD (Catalysms Server Monitor & Manager).

It's a powerfull Server Manager with Server automation, Discord notifications, High ping kicker, Country ban, Player tracking, Ingame commands, Economy system, Discord integration, Support ticket system, Server analytics,... for 7DtD.

⁠Env params

NameValueExample
HOSTNAMEThe hostname from where you connect (must be in this exact format: 'https://www.server.org⁠' without quotes, no path or locations allowed only subdomains and with no trailing '/').)https://www.server.org⁠
STEAM_API_KEYSteam API Key goes here (you can get it from: https://steamcommunity.com/dev/apikey⁠)secret
BOTTOKENYour Discord Bot Token (you can get it from here: https://discordapp.com/developers/applications⁠)secret
CLIENTSECRETYour Discord Client Secret (you can get it from here: https://discordapp.com/developers/applications⁠)secret
CLIENTIDYour Discord Client ID (you can get it from here: https://discordapp.com/developers/applications⁠)secret
DB_BKP_INTERVSpecify the database backup interval in seconds (saved to the ../Database/7dtd.sql)90
FORCE_UPDATESet to 'true' to force an updateblank
CSMM_DL_URLSet to 'true' if you want to update the server manually (otherwise leave blank)https://github.com/CatalysmsServerManager/7-day⁠...
UIDUser Identifier99
GIDGroup Identifier100

⁠Run example

docker run --name CSMM -d \
    -p 1337:1337 -p 3306:3306 \
    --env 'HOSTNAME=https://www.server.org' \
    --env 'STEAM_API_KEY=placeyourkeyhere' \
    --env 'DB_BKP_INTERV=90' \
    --env 'CSMM_DL_URL=https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/archive/master.zip' \
    --env 'UID=99' \
    --env 'GID=100' \
    --volume /mnt/user/appdata/csmm:/csmm-7dtd \
    ich777/csmm-7dtd

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:7acffe8ea…

Size

158.9 MB

Last updated

10 months ago

docker pull ich777/csmm-7dtd