Reset txAdmin Password

Did you forget your txAdmin password?

Every single admin has a backup password, you can log in using that instead of the Cfx.re button!

Before modifying admins.json you need to stop and kill your server! If you own the server and forgot your password:

  • Shut down your server completely (stop & kill)

  • Use https://bcrypt-generator.com/ to generate a new password hash;

  • Open txData/admins.json, replace the hash for the user and save the file;

  • Start txAdmin and try to login.

If you are creating a new server and don't have a master account:

Last updated