Resetting Player data on 7 Days to Die Server
You may want to reset a players data for multiple on your 7d2d server from time to time. This guide will help you with getting started with removing player data from the server.
Finding the player ID
- Log into your Command Center.
- Under your File tab navigate to the folder path Saves/CurrentWorldName/GameName.
- Open the
players.xml
. The list will contain the player's name and theuserid
. Make note of theuserid
as you'll need that to find them in the Player folder.
Removing the Player data
- Stop your server and take a backup.
- SFTP into your server.
- You will find the player files in the folder path: Saves/CurrentWorldName/GameName/Player
- Locate the
userid
in the player folder and download or delete the .map and .ttp files for thatuserid
. - Star your server and have the player reconnect to test. .
Updated 7 months ago