If your player has died and you really want to continue using that player, or maybe it was an accident, you're in luck. You can use these steps to bring the character back from the dead.
1. Open the File Manager
2. Navigate to /server-data/Saves/Multiplayer/pzserver
3. Find and download players.db
from this folder. If the folder does not open and times out the page, you can use FileZilla to access these files.
4. Download and install SQLite Browser
5. Open SQLite Browser and click Open Database
6. Select your players.db
file
7. Click Browse Data then networkPlayers in the table dropdown.
8. Find the player you want to revive, and change isDead from 1
to 0
9. Save the file and reupload it to the server, replacing the existing players.db
on the server.
10. Restart the server.