How to Add a Savegame to Your Terraria Server ​
You can transfer a local world to your server to continue playing with an existing world. In regular Terraria a world consists of a single .wld file.
Find the local savegame ​
Open the worlds folder
PressWindows Key + R, enter the following path and confirm with Enter:%userprofile%\Documents\My Games\Terraria\WorldsNote
On Linux the worlds are located in
~/.local/share/Terraria/Worlds, on macOS in~/Library/Application Support/Terraria/Worlds.Select the world
Pick the desired.wldfile, e.g.MyWorld.wld. Avoid spaces in the file name and use underscores instead, e.g.My_World.wld.
Upload and apply the savegame ​
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Upload the world
Upload the.wldfile to the following directory:/saves/Worlds/Set the world name
Open the dashboard, navigate to the Settings and enter the file name of your world in the World Name field – without the.wldextension (e.g.My_WorldforMy_World.wld).Start the server
Save the settings and start your server.
Important
The world name is matched exactly as you enter it, including upper and lower case. If the server does not find a matching .wld file in /saves/Worlds/, it automatically generates a new, empty world with that name on startup. So if your file is named MyWorld.wld and you enter myworld, you end up in a freshly generated world instead of your uploaded one.
Warning
Do not edit the file serverconfig.txt by hand to switch worlds. The values worldpath, worldname, world, difficulty, autocreate, port, maxplayers, motd, seed, password and npcstream are rewritten from the dashboard settings on every server start. Always change the matching setting in the panel instead.
Switching worlds
If you want to replace an old world completely, also remove the old .wld file and its .bak backup files from the /saves/Worlds/ folder. This prevents mix-ups later on.
Note
If the folder /saves/Worlds/ does not exist yet, start the server once so the folder structure is created. Stop the server again before uploading the file.
tModLoader
.twld files belong to tModLoader and are not used by a regular Terraria server. A tModLoader world belongs on a tModLoader server: Add savegame (tModLoader).
Tip
Create a backup of your existing server world before uploading, in case you want to switch back later.