Reset Password
In case you have forgotten your password, there are a few ways you can reset password in Zoraxy.
Reset Password Email
If you have correctly setup your SMTP account, when you click "Reset Password" on the login interface, you should be able to receive an email for reset password link and token. Enter the token and password in the reset password page (Require direct IP access, the URL is different depends on where you host your Zoraxy and its IP address, e.g. http://192.168.0.100:8000/reset.html), then you should be able to update your password to the newly entered one.
Remove Auth table in database
If you do not have SMTP account setup, you can remove the auth table in the database using tools like boltbrowser. Locate and delete the "auth" table within the database (database file commonly located at /sys.db) and restart Zoraxy. You should be able to see the new account setup interface.
Delete database manually
If you do not have access to SMTP service, you can choose to delete the database entirely. This will also remove part of the configurations like access rules and inbound configs. Optionally, you can first restart Zoraxy in no auth mode by using the -noauth=true startup flag and backup your configurations before deleting the sys.db file.
Notes: You will need to manually note down all the settings (except those stored as config files which you can find under the ./conf/ folder, like HTTP proxy and redirection rules), since the build-in backup tool also backup your account info which you want to reset.