Change service port in webdev module

It is possible to change the port of a service in the WebDev module, I know that by default it works in 8088, but I would like to change only the service in specific without changing the others.

No. Webdev is bound to the platform's webserver overall.

You could put a 'reverse proxy' in front of Ignition and configure it to selectively allow traffic through on a different port to Webdev.

1 Like

Thank you!