Upload a World to Your 7 Days to Die Server

To upload a world to your 7 Days to Die server: Locate your world files, upload them to your server using SFTP, and configure your server in Command Center to load your world.

Generate a World on Your Computer

🚧

We recommend generating worlds on your own computer rather than on the server. The world generation process requires a lot more memory than you may have allocated to your server.

  1. Load up 7 Days to Die and click on New Game.
  2. Change Game World to New Random World
  3. Make a note of the Game Name, Generated World Name and World Size that you use. For this example, we're using TutorialWorld as the Game Name, Voluya Territory as the Generated World Name (This name is automatically generated) and 8192 as the World Size.

  1. Click Start and wait for the generation to finish.

Locate Your Files on Your Computer

  1. Hit Windows Key+R on your keyboard.
  2. In the field that pops up, type %appdata%
  3. Double-click on Roaming and then on 7DaysToDie. Doing so should put you in a folder that looks similar to this:

Under the GeneratedWorlds and Saves folders will be folders named the same as the Generated World Name from above (such as Voluya Territory) . Those will be the folders you will upload to your server, so make note of them.

Upload Your Files to Your Server

❗️

Before uploading anything and changing the settings, shut down your server first.

  1. Connect to your server using SFTP.
  2. Drag the folder from the GeneratedWorlds folder on your PC to the following folder on your server: /7-days-to-die/Data/Worlds
  3. Drag the folder from the Saves folder on your PC to the following folder on your server: /7-days-to-die/Saves

📘

You can also just drag the Saves folder from your PC to the /7-days-to-die folder since the Saves folder might not exist yet on the server.

Configure Your Server to Use Your Files

  1. Open Command Center
  2. Click on Manage next to the server you've been uploading files to.
  3. Click on the Files tab and then click on serverconfig.xml
  4. Look for the following section:
<!-- World -->
<property name="GameWorld" value="Navezgane"/>
<property name="WorldGenSeed" value="asdf"/>		
<property name="WorldGenSize" value="4096"/>
<property name="GameName" value="My Game"/>
  1. Change Navezgane to the Generated World Name you made note of before.
  2. Change WorldGenSize to the World Size you used to generate the world.
  3. Change GameName to the Game Name you used earlier. (This name is also the name of the folder under /7-days-to-die/Saves/[GameWorld]/ on your server, in case you can't remember it.)

📘

Example

If we were using the same information from the example screenshots, then we'd change this section to look like this:

<!-- World -->
<property name="GameWorld" value="Voluya Territory"/>			
<property name="WorldGenSeed" value="asdf"/>				
<property name="WorldGenSize" value="8192"/>				
<property name="GameName" value="TutorialWorld"/>			
  1. Start your server.
  2. Enjoy!