How to Add a Savegame to Your 7 Days to Die Server
You can upload an existing singleplayer world to your server.
Find savegame
Your local savegame can be found on your PC at:
%AppData%/7DaysToDie/%AppData%/7DaysToDie/There are two important folders:
GeneratedWorlds/— contains the world data (terrain, buildings)Saves/— contains the save files (player progress, placements)
Upload savegame
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Upload world data
Upload the folder of your world fromGeneratedWorlds/to the following directory on the server:/.local/share/7DaysToDie/GeneratedWorlds//.local/share/7DaysToDie/GeneratedWorlds/Upload save data
Upload the folder of your save fromSaves/to the following directory on the server:/Saves//Saves/Edit serverconfig.xml
Open the fileserverconfig.xmland adjust the following values:xml<property name="GameWorld" value="YourWorldName"/> <property name="GameName" value="YourSaveName"/><property name="GameWorld" value="YourWorldName"/> <property name="GameName" value="YourSaveName"/>Replace
YourWorldNamewith the name of your world folder andYourSaveNamewith the name of your save folder.Start the server
Save the file and start your server.
Warning
The folder names must exactly match the values in serverconfig.xml.