Sign inSign up

dockrbyter/terraria

By dockrbyter

Updated over 4 years ago

Terraria Dedicated Server

Image
0

3.1K

dockrbyter/terraria repository overview

Terraria Dedicated Server

Docker Pulls Image Size

How To

Open Firewall Ports:
  • 27300/TCP
Create Data Location
mkdir -p $HOME/terraria/world
Config File

Download config file

Edit the config file, then copy it on the docker host to:
$HOME/terraria
Run Container
docker run --name terraria -it --rm -e PORTGAME=27300 -p 27300:27300/tcp -v $HOME/terraria/terrariaserverconfig.txt:/terraria/terrariaserverconfig.txt -v $HOME/terraria/world:/.local/share/Terraria/Worlds dockrbyter/terraria

Infos

Environment Variables (and their defaults)
  • PORTGAME=27300
Locations
  • Config File: ~/terraria
  • Save Games: ~/terraria/world

Tag summary

Content type

Image

Digest

Size

136.8 MB

Last updated

over 4 years ago

docker pull dockrbyter/terraria