Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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.

 Step 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:

cd C:\program files\IguanaX\

Then type the following command:

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.

 Step 1 - Macos instructions to reset your password

Open the Terminal program (instructions here).

Then navigate to inside the Applications package you have Iguana in:

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

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

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

 Step 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:

./iguana --set_admin_password temppass

You will then need to restart your Iguana server.

 Step 2 - Restart Iguana

See Stopping and Starting Iguana for detailed instructions on how to do this.

  • No labels