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

Version 1 Current »

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

  • No labels