All apps · 0 apps
Enshrouded_Proton
Docker app from Nodiaque's Repository
Overview
This Docker will download and install SteamCMD. It will also install Enshrouded and run it using Proton.
Server Name: Enshrouded Docker
Configuration: Set the variable below accordingly and edit the config file.
To edit the config file, start the docker at least once, stop it, edit enshrouded_server.json and then start back again.
By default, there is 3 user group based on default config file with 3 different password. You can delete those you don't want.
Variables from template will overwrite config file settings (server name, query port and slots)
WARNING: IF YOU USED MY OTHER ENSHROUDED DOCKER IN WINE, DO NOT USE SAME SERVERFILES MOUNT!
ATTENTION: First Startup can take very long since it downloads the gameserver files!
Update Notice: Simply restart the container if a newer version of the game is available.
If upgrading from earlier version, just do the following in the Unraid template (keeping them have no effect but is useless):
GAME_PORT WAS REMOVED FROM EARLIER CONFIG FILE. PRESENTLY, THE GAME COPY THAT VALUE OVER QUERY_PORT
Update the following:
QUERY_PORT => You're current GAME_PORT value (default 15637)
UDP - Queryport => You're current GAME_PORT value (default 15637, don't forget to recreate the port forward to the new port)
Remove the following:
Variable: GAME_PORT
Port Forwarding: UPD - GAME_PORT
Variable: SERVER_PASSWORD
Set your password in the config file (see above)
You can also run multiple servers with only one SteamCMD directory!
Readme
View on GitHubSteamCMD in Docker optimized for Unraid
This Docker will download and install SteamCMD and the according game that is pulled via specifying the Tag.
Please see the different Tags/Branches which games are available.
Example Env params for CS:Source
| Name | Value | Example |
|---|---|---|
| STEAMCMD_DIR | Folder for SteamCMD | /serverdata/steamcmd |
| SERVER_DIR | Folder for gamefile | /serverdata/serverfiles |
| GAME_ID | The GAME_ID that the container downloads at startup. If you want to install a static or beta version of the game change the value to: '232330 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install). | 232330 |
| GAME_NAME | SRCDS gamename | cstrike |
| GAME_PARAMS | Values to start the server | -secure +maxplayers 32 +map de_dust2 |
| UID | User Identifier | 99 |
| GID | Group Identifier | 100 |
| GAME_PORT | Port the server will be running on | 27015 |
| VALIDATE | Validates the game data | blank |
| USERNAME | Leave blank for anonymous login | blank |
| PASSWRD | Leave blank for anonymous login | blank |
Run example for CS:Source
docker run --name CSSource -d \
-p 27015:27015 -p 27015:27015/udp \
--env 'GAME_ID=232330' \
--env 'GAME_NAME=cstrike' \
--env 'GAME_PORT=27015' \
--env 'GAME_PARAMS=-secure +maxplayers 32 +map de_dust2' \
--env 'UID=99' \
--env 'GID=100' \
--volume /path/to/steamcmd:/serverdata/steamcmd \
--volume /path/to/cstrikesource:/serverdata/serverfiles \
ich777/steamcmd:latest
This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!
his Docker is forked from ich777, thank you for this wonderfull Docker.
Support Thread: https://forums.unraid.net/topic/151809-support-nodiaque-gameserver-docker
Install Enshrouded_Proton on Unraid in a few clicks.
Find Enshrouded_Proton in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
nodiaque/steamcmd:enshrouded_protonRuntime arguments
- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--restart=unless-stopped
Template configuration
- Target
- /serverdata/steamcmd
- Value
- /mnt/user/appdata/steamcmd
- Target
- /serverdata/serverfiles
- Value
- /mnt/cache/appdata/enshrouded_proton
The GAME_ID that the container download at startup. If you want to install a static or beta version of the game change the value to: '2278520 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).
- Value
- 2278520
The server name
- Default
- Enshrouded Docker
- Value
- My Enshrouded Docker
The number of player slots
- Default
- 16
- Value
- 8
The Query Port used by the server. Don't forget to delete and redo port forwarding for UDP - Queryport of you change
- Default
- 15637
- Value
- 15637
UDP Queryport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also don't forget to click an 'Show more settings ...' and change the port number)
- Target
- 15637
- Default
- 15637
- Value
- 15637
Enter your game parameters
- Target
- GAME_PARAMS
Set this value to 'true' to enable the automated backup function from the container, you find the Backups in '/Backups/'. Set to 'false' to disable the backup function.
- Target
- BACKUP
- Default
- false|true
- Value
- true
The backup interval in minutes (ATTENTION: The first backup will be triggered after the set interval in this variable after the start/restart of the container)
- Target
- BACKUP_INTERVAL
- Default
- 120
- Value
- 120
Number of backups to keep (by default set to 12 to keep the backups of the last 24 hours)
- Target
- BACKUPS_TO_KEEP
- Default
- 12
- Value
- 12
Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard).
- Target
- USERNAME
Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard).
- Target
- PASSWRD
- Value
- 99
- Value
- 100