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
You can also run Iguana in safe mode to prevent components from starting:
"C:\Program Files\IguanaX" iguana --run --safe_mode
Linux/Mac OS:
cd ~/iguana sudo ./iguana --run
You can also run Iguana in safe mode to prevent components from starting:
cd ~/iguana sudo ./iguana --run --safe_mode