Menu
 

How to Wipe Your Sons of the Forest Server

How to Wipe Your Sons of the Forest Server

Community servers periodically need a world wipe — clearing all built structures, resetting story progression, and giving every player a fresh start on the island. This guide covers both a full wipe and a selective partial wipe so you can preserve what matters most.

🗑️ Full Wipe

Deletes the entire save folder. Everything resets: world objects, companions, story flags, and all player progress.

🔪 Partial Wipe

Deletes specific save files to reset only certain aspects — e.g., clearing structures while keeping story progression.

Step 1: Stop the Server First

Never delete save files while the server is running — the server caches the world in memory and will overwrite deleted files on shutdown:

# Linux (systemd):
sudo systemctl stop sotf.service

Step 2: Back Up Before Wiping

# Linux backup:
cp -r /home/steam/.config/unity3d/Endnight/SonsOfTheForest/Saves/Multiplayer/0 \
      /home/steam/backups/sotf-pre-wipe-$(date +%Y-%m-%d)

Full Wipe: Delete the Save Slot Folder

Linux:

rm -rf /home/steam/.config/unity3d/Endnight/SonsOfTheForest/Saves/Multiplayer/0/

Windows:

Remove-Item -Recurse -Force "$env:APPDATA\..\LocalLow\Endnight\SonsOfTheForest\Saves\Multiplayer\0"

Partial Wipe: Selective File Removal

What to ResetFile to Delete
All placed structuresWorldObjectLocatorManager.saved
Story progressionGameState.saved
Kelvin stateCompanions/Kelvin.saved
Virginia stateCompanions/Virginia.saved
One player's inventoryPlayerInventories/[SteamID].saved

Step 3: Files That Survive a Wipe

Whitelist and config files live in the server root directory — not in the Saves folder — and are unaffected by a wipe:

./userwhitelist.txt
./ownerswhitelist.txt
./banlist.txt
./dedicatedserver.cfg

Step 4: Start the Server and Verify

Watch console output for the new world generation:

[SaveManager] No save found at slot 0. Generating new world...
[WorldGen] Terrain generation complete.
[Server] Listening on port 27016...

Tip: Announce wipes at least 72 hours in advance so players can complete goals or screenshot their builds before the reset.

Professional Hosting

Wipe and restart in one click from our dashboard. Host your Sons of the Forest server with Supercraft — no FTP or SSH required.

Top