2022-11-04 06:38:10 +01:00
2022-10-25 11:27:37 +02:00
2022-11-04 06:38:10 +01:00
2021-04-06 18:50:28 +02:00
2020-06-11 23:01:34 +02:00

Terraria Dedicated Server in Docker optimized for Unraid

This Docker will download and install Terraria and run it.

SERVER PASSWORD: Docker

Update Notice: The Container will check on every start/restart if there is a newer version of the game available and install it if so.

WEB CONSOLE: You can connect to the Terraria console by opening your browser and go to HOSTIP:9012 (eg: 192.168.1.1:9012) or click on WebUI on the Docker page within Unraid.

Env params

Name Value Example
SERVER_DIR Folder for gamefiles /serverdata/serverfiles
GAME_PARAMS Commandline startup parameters -config serverconfig.txt
UID User Identifier 99
GID Group Identifier 100

Run example

docker run --name Terraria -d
-p 7777:7777/udp -p 9012:8080
--env 'GAME_PARAMS=-config serverconfig.txt'
--env 'UID=99'
--env 'GID=100'
--volume /mnt/user/appdata/terraria:/serverdata/serverfiles
--restart=unless-stopped
ich777/terrariaserver:latest

This Docker was mainly created for the use with Unraid, if you dont use Unraid you should definitely try it!

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

Description
No description provided
Readme 2.6 MiB
Languages
Shell 81.5%
Dockerfile 18.5%