Docker build for managing a Terraria server with Tshock.
Version TShock 4.3.9 for Terraria 1.3.0.8 (github)
Fast & Easy server setup :
docker run -d -p 7777:7777 -v {PathToTerrariaFolder}:/terraria --name terraria -e TERRARIA_WORLD_SIZE=3 -e TERRARIA_WORLD_NAME="myservername" turzam/terraria
You can map the plugins directory to add your plugins with -v {PathToPluginDirectory}:/tshock/ServerPlugins
Edit your config files in {PathToTerrariaFolder}/config
See your log files in {PathToTerrariaFolder}/logs
Backup your world from {PathToTerrariaFolder}/world
Add dll plugins in {PathToPluginDirectory}
You can map the REST port with -p 7878:7878 after changing "RestApiEnabled": false, in {PathToTerrariaFolder}/config/config.json
docker run -it -p 7777:7777 -p 7878:7878 -v {PathToPluginDirectory}:/tshock/ServerPlugins -v {PathToTerrariaFolder}:/terraria --name terraria -e TERRARIA_WORLD_SIZE=3 -e TERRARIA_WORLD_NAME="myservername" turzam/terraria{PathToTerrariaFolder}/config/docker start terraria** You can activate REST api in your config file and add your server on http://www.tserverweb.com/ to manage it. **
Content type
Image
Digest
sha256:3bc3b1b47…
Size
262.9 MB
Last updated
almost 11 years ago
docker pull turzam/terraria