Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One tip - don’t use special characters when reseting your password at the the command line. This is because of problems with command lines in each different operating system will often mean your password choice will not work.

Use something simple and reset Keep it simple and pick something like “temppass” and change it in the GUI web user interface later.

Expand
titleStep 1 - Windows instructions to reset your password

Open a DOS prompt.

You will need to navigate to the directory you installed Iguana in. Most likely:

Code Block
cd C:\program files\IguanaX\

Then type the following command:

Code Block
iguana --set_admin_password temppass

This will reset the admin password to use the password “temppass”.

Then you will need to restart your Iguana server.

...