Terraria is a 2D action-adventure, open-world sandbox / platformer in which the player controls a single character in a pre-generated world. Dig, Fight, and Build your way through the world of player-created mods on Terraria with tModLoader – this DLC makes modding Terraria a reality!Ā In this step by step guide I will show you how to install theĀ Terraria tModLoader Server on your Synology NASĀ using Docker & Portainer.
STEP 1
Please Support My work by Making a Donation.
STEP 2
ā ļøNote: It’s Mandatory to have the original Terraria game installed on your PC.
STEP 3
ā ļøNote: It’s Mandatory to have tModLoader installed on your PC.
STEP 4
InstallĀ Text EditorĀ via Synology āPackage Centerā.Ā If you already have Text Editor installed on your Synology NAS, skip this STEP.
STEP 5
InstallĀ Portainer using my step by step guide. If you already have Portainer installed on your Synology NAS, skip this STEP. Attention: Make sure you have installed the latest Portainer version.
STEP 6
Go toĀ File StationĀ and open the docker folder. Inside the docker folder, create one new folder and name itĀ terrariaworlds. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.
STEP 7
Download (click on the blue link below) then upload the enabled.json file below in the terraria-tmodloader folder that you have previously created at STEP 6. Follow the instructions in the image below. šNote: Support my work to unlock the password. You can use this password to download any file on mariushosting forever!
STEP 8
Log into Portainer using your username and password. On the left sidebar in Portainer, click on StacksĀ thenĀ + Add stack. Follow the instructions in the image below.
STEP 9
In the Name field type in tmodloader. Follow the instructions in the image below.
version: "3.9" services: terraria-tmodloader-server: image: hexlo/terraria-tmodloader-server:latest container_name: Terraria-tModLoader hostname: terraria-tmodloader-server stdin_open: true tty: true mem_limit: 6g cpu_shares: 768 security_opt: - no-new-privileges:true ports: - 7782:7777 volumes: - /volume1/docker/terraria-tmodloader:/root/.local/share/Terraria/ModLoader/Worlds/:rw - /volume1/docker/terraria-tmodloader/enabled.json:/root/.local/share/Terraria/ModLoader/Mods/enabled.json:ro environment: world: /root/.local/share/Terraria/ModLoader/Worlds/MyModWorld.wld autocreate: 3 # 1(small), 2(medium), 3(large) difficulty: 0 # 0(normal), 1(expert), 2(master), 3(journey) secure: 1 # 1(no cheats), 0(cheats allowed) language: en/US # or en/US or de/DE maxplayers: 8 worldname: MyModWorld password: mariushosting motd: Welcome to mariushosting Terraria tModLoader server! restart: on-failure:5
Note: Before you paste the code above in the Web editor area below, change the value for language. Examples: en_US for English, de_DE for German, fr_FR for French etc. (Select your current Default Language from this list.)
Note: Before you paste the code above in the Web editor area below, change the value for worldname. Choose a name for your world. MyModWorld is an example of a World name.
Note: Before you paste the code above in the Web editor area below, change the value for password. Type in your own password. mariushosting is an example for a password.
Note: Before you paste the code above in the Web editor area below, change the value for motd. Type in your own welcome message to the World Server. Welcome to mariushosting Terraria tModLoader server! is an example for a welcome message.
STEP 10
Scroll down on the page until you see a button namedĀ Deploy the stack. Click on it. Follow the instructions in the image below. The installation process can take up to a few minutes. It will depend on your Internet speed connection.
STEP 11
If everything goes right, you will see the following message at the top right of your screen: āSuccess Stack successfully deployedā.
STEP 12
Go back toĀ STEP 1Ā or you will deal with karma š
STEP 13
Wait approximately 5 minutes until the world server is completely installed.
STEP 14
Open your Terraria tModLoader game (STEP 3) on your computer. Click Multiplayer. Follow the instructions in the image below.
STEP 15
Click Join via IP. Follow the instructions in the image below.
STEP 16
Type in your own NAS IP. Follow the instructions in the image below.
STEP 17
Type in 7782 as the Server Port. Follow the instructions in the image below.
STEP 18
Type in the server Password that you have previously created at STEP 9. Follow the instructions in the image below.
STEP 19
Wait until your Mod is loaded. Follow the instructions in the image below.
STEP 20
Your own Terraria tModLoader Game Server at a glance!
STEP 21
To enable or disable mods on the server, modify the enabled.json file in File Station with the names of the mods (the exact names as below). Some mods may clash with each others, especially big content mods. Mods include: AlchemistNPC, AlchemistNPClite, BossChecklist, CalamityMod, CalamityMusicMod, ExtensibleInventory, Fargowiltas, FargowiltasSouls, FargowiltasSoulsDLC, MagicStorageExtra, RecipeBrowser, SpiritMod, TerrariaOverhaul, ThoriumMod, Tremor, WingSlot, WMITF.
Note: To be able to edit the enabled.json file, you will need Text Editor installed on your Synology NAS as per the instructions at STEP 4.
Note: After you edit and save the enabled.json file, it’s mandatory to restart the Terraria-tModLoader container to apply the changes.
Enjoy Terraria tModLoader Server!
Note: Can I run Docker on my Synology NAS?Ā See the supported models.
Note: How to Back Up Docker Containers on your Synology NAS.
Note: Find outĀ how to update the Terraria tModLoader containerĀ with the latest image.
Note: How to Free Disk Space on Your NAS if You Run Docker.
Note: How to Schedule Start & Stop For Docker Containers.
Note: How to Activate Email Notifications.
Note: How to Add Access Control Profile on Your NAS.
Note: How to Change Docker Containers Restart Policy.
Note: How to Use Docker Containers With VPN.
Note: Convert Docker Run Into Docker Compose.
Note: How to Clean Docker.
Note: How to Clean Docker Automatically.
Note: Best Practices When Using Docker and DDNS.
Note: Some Docker Containers Need WebSocket.
Note: Find out the Best NAS Models For Docker.
Note: Activate Gmail SMTP For Docker Containers.
This post was updated on Saturday / February 24th, 2024 at 8:28 PM