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:
Code Block |
---|
iguana --service start |
and
Code Block |
---|
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:
Code Block |
---|
iguana --service restart |