Versions Compared

Key

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

...

Expand
titleStep 1 - Windows instructions to reset your password

Open a DOS prompt.

You will need to navigate Change your directory to the directory one 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.

Expand
titleStep 1 - Macos instructions to reset your password

Open the Terminal program (instructions here).

Then navigate to inside the Applications package you have Iguana inYou will need to change directory to one which is inside the Iguana packaged icon you installed. Assume you put it into /Applications then to change directory to the right place you would use:

Code Block
cd /Applications/IguanaX.app/Contents/MacOS/

Inside this directory you should see the iguana binary. You can invoke it like this:

Code Block
./iguana --set_admin_password temppass

This sets up a temporary password for the admin user which after you restart the server you can use to log in.

...