ARKSurvivalEvolved
Docker 应用程序 from Mainfrezzer's Repository
概述
This Docker will download and install SteamCMD. It will also install ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).
WARNING: You have to set the value vm.max_map_count to at least 256000 on the host as root with the command:echo 265000 > /proc/sys/vm/max_map_count
To make that value persistent on Unraid please use a User Script that runs on startup or with the command from above or put it in your go file.
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.
You can also run multiple servers with only one SteamCMD directory!
运行时参数
- 网络
bridge- 外壳
bash- 特权
- false
- 额外参数
--ulimit nofile=2048:65530 --restart=unless-stopped
模板配置
Container Path: /serverdata/steamcmd
- 目标
- /serverdata/steamcmd
- 价值
- /mnt/user/appdata/steamcmd
Container Path: /serverdata/serverfiles
- 目标
- /serverdata/serverfiles
- 价值
- /mnt/cache/appdata/ark-se
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: '376030 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).
- 价值
- 376030
Set the Variable to 'true' if you want to validate the installation otherwise leave it blank.
- 目标
- VALIDATE
UDP Gameport (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
- 目标
- 7777
- 价值
- 7777
Container Port: 7778
- 目标
- 7778
- 价值
- 7778
Container Port: 27015
- 目标
- 27015
- 价值
- 27015
Container Port: 27020
- 目标
- 27020
- 价值
- 27020
Container Variable: MAP
- 目标
- MAP
- 默认值
- TheIsland
- 价值
- TheIsland
This field accepts no spaces
- 目标
- SERVER_NAME
- 价值
- ASE_Docker
This field accepts no spaces
- 目标
- SRV_PWD
- 价值
- Docker
This field accepts no spaces
- 目标
- SRV_ADMIN_PWD
- 价值
- adminDocker
Enter your game parameters seperated with ? and start with a ? (don't put spaces in between eg: ?MaxPlayers=40?FastDecayUnsnappedCoreStructures=true)
- 目标
- GAME_PARAMS
- 价值
- ?Port=7777?QueryPort=27015?MaxPlayers=50?RCONEnabled=True?RCONPort=27020
Type in your Extra Game Parameters seperated with a space and - (eg: -DisableDeathSpectator -UseBattlEye)
- 目标
- GAME_PARAMS_EXTRA
- 价值
- -server -log
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).
- 目标
- 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).
- 目标
- PASSWRD
Container Variable: UID
- 价值
- 99
Container Variable: GID
- 价值
- 100
详细信息
ghcr.io/mainfrezzer/ase-docker在Unraid 上运行 ARKSurvivalEvolved 。
ARKSurvivalEvolved 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。