Sign inSign up

ich777/terrariaserver

By ich777

•Updated 5 months ago

Image
5

500K+

ich777/terrariaserver repository overview

⁠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

NameValueExample
SERVER_DIRFolder for gamefiles/serverdata/serverfiles
GAME_PARAMSCommandline startup parameters-config serverconfig.txt
UIDUser Identifier99
GIDGroup Identifier100

⁠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 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:6d9a9de24…

Size

42.7 MB

Last updated

almost 2 years ago

docker pull ich777/terrariaserver