Windows - Stop and Start Iguana

IguanaX runs as a windows service called IguanaX.

You can stop and start Iguana from the Services window.

You can also start and stop it from the command line using:

iguana --service start

and

iguana --service stop

Iguana is just running as a service typically named IguanaX so you can use other tools that work with services to stop and start it.

If you want to ‘bounce’ Iguana then you can also use the restart command:

iguana --service restart

Â