Web Configuration File

The configuration file for Iguana’s web server settings is here:

<working directory>/config/settings/web.json

Here’s an example of what is contained in that file:

{ "cert_key": "C:\\ProgramData\\IguanaX2\\config\\settings\\webcert.pem", "color": "", "description": "7654 Server", "guid": "fsajfijsaflkasfa", "port": "7654", "private_key": "C:\\ProgramData\\IguanaX2\\config\\settings\\webkey.pem", "secure": false }

You can make changes to the web.json file to apply configurations to a . You’ll need to restart the service for the changes to take effect.

When the service is stopped, you can also use the following command line utility to change the web port IguanaX is listening on the next time it is run:

iguana --set_web_port 7650

 

Â