Skip to content
PassiveLemon edited this page Apr 4, 2023 · 3 revisions

Welcome to the wiki for tmodloader1.4-docker. Just follow the instructions in order on the right.

For a quick setup:

  1. Setup a directory for you server files. Can be something like /opt/TerrariaServer/ or C:\TerrariaServer\.
  2. Add your modpack to the previous directory in the sub-directory ModPacks/
  3. Run the container: (Make sure to modify any values that you need.)
  • docker run -d --name tmodloader1.4 -p 7777:7777/tcp -v /opt/TerrariaServer/:/tmodloader/config/ -e MODPACK=(your modpack) -e WORLD=superworld -e VERSION=2022.09.47.44 passivelemon/tmodloader1.4-docker:latest
  1. Set up port forwarding.