Problem: Transferring an Existing Terraria World to a Server
Many Terraria server administrators wish to migrate an existing local world save, one they've played on previously, to their dedicated server. A common challenge is that after attempting to upload a world, the server may not load the desired custom world, instead loading a different world or seemingly resetting changes. This article provides a clear, step-by-step guide to successfully transfer a local Terraria world to a Cloud Nord Gaming server.
Solution: Steps to Upload and Activate Your Terraria World
To successfully upload and activate an existing Terraria world on your Cloud Nord Gaming server, follow these instructions:
1. Locate Your Local Terraria World File
The first step is to find the world file on your personal computer. On Windows operating systems, Terraria world saves are typically stored in the following directory:
Documents\My Games\Terraria\Worlds\
You should look for a file named in the format YourWorldName.wld. While a corresponding backup file (.wld.bak) may also be present, only the .wld file is required for the upload process.
2. Upload the World File to Your Server
Access your server's file management interface, such as the Cloud Nord panel. Navigate to your server's Files tab and locate the saves folder. Upload your .wld file directly into this saves directory.
3. Update Your Server Configuration
After the world file has been uploaded, the server needs to be configured to load it. Open the serverconfig.txt file, which is usually found in the root directory of your server's files. Find the line that begins with world=.
Update this line to specify the full path to your newly uploaded world file within the server's file system. For example, if your world file is named MyCustomWorld.wld and you uploaded it to the saves folder, the updated line should appear as follows:
world=/home/container/saves/MyCustomWorld.wld
Ensure that the world name in the path precisely matches the filename of your uploaded .wld file.
4. Start or Restart Your Server
Once the configuration file has been saved with the correct world path, proceed to start or restart your Terraria server. The server should now successfully load your existing world.
Should any difficulties arise during the upload or configuration process, please contact support for further assistance.