How to Reset a Player's Profile Password in Project Zomboid
If a player forgets their in-game profile password, you can reset it so they can set a new one on next login. There are two approaches: a quick console command (requires admin access), or editing the server database file directly. To set up admin access first, see become admin.
Method 1: Remove the player from the whitelist
- Open the web console in your game panel, or log in to the server with an account that has admin permissions.
- Run the following command, replacing
<username>with the player's in-game name:removeuserfromwhitelist <username> - The next time the player joins the server, they will be prompted to set a new password.
Method 2: Edit the servertest.db file
- Open the File Manager in your game panel.
- Navigate to
Zomboid/db/servertest.db. - Right-click the file and download it to your computer.
- Open the file in SQLite Browser.
- Go to Browse Data and select the Whitelist table from the dropdown.
- Find the player's row and delete their password entry.
- Save the file in SQLite Browser.
- Upload the modified
servertest.dbback toZomboid/db/on the server. - Start the server.