Changing the Project Zomboid admin password

Project Zomboid Admin Password

Every Project Zomboid server has an admin account. By default the username is admin and the password is admin. We recommend changing the admin password to prevent the admin account from being misused. This guide will show you how to do that in a few simple steps.

Changing the password

  1. Start your server
  2. Pause your server
  3. Open your server's files
  4. Edit the gameserver/server_arguments file
  5. Replace admin in the line -adminpassword admin with a new password
  6. Save the file
  7. Restart your server

Example config file

Here is an example of what your server_arguments file could look like if you wanted to change the admin password to SuperSecurePassword123:

# The admin username
-adminusername admin

# The admin password
-adminpassword SuperSecurePassword123