Run Iguana from the command line

If you are diagnosing a problem with Iguana, or want to check whether potential problems exist, you can run Iguana from the command line.

Open a command prompt/terminal with administrator rights and run the command:

Windows:

"C:\Program Files\IguanaX" iguana --run

Run Iguana in safe mode to prevent components from automatically starting if set with #autostart:

"C:\Program Files\IguanaX" iguana --run --safe_mode

 

Linux/Mac OS:

cd ~/iguana sudo ./iguana --run

Run Iguana in safe mode to prevent components from automatically starting if set with #autostart:

Â