Versions Compared

Key

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

If you can get to the command line the computer running Iguana you will be able to reset the password for the admin user of IguanaX.

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.

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

Expand
titleStep 1 - Windows instructions to reset your password

Open a DOS prompt.

Change your directory to the 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).

You 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.

Expand
titleStep 1 - Linux instructions to reset your password

Navigate to the directory you have the Iguana binary installed in. Often times this is home directory of the user account that Iguana is running under. Then execute this command:

Code Block
./iguana --set_admin_password temppass

You will then need to restart your Iguana server.

...

titleStep 2 - Restart Iguana

...

What operating system are you running?

...