Gateway ports separating

Is it possible to redirect the connection to the mobile client via a separate port other than the gateway port?
For example:
connection to the gateway execute via http://localhost:8088 and connection to the mobile client execute via http://localhost:9099/main/system/mobile.

We want to do this in order to isolate the possibility of connecting to the gateway configurator.

P.S.:I saw similar questions but i not found answer.

It is not possible to configure mobile to use a different endpoint, no.

You can’t do this natively in Ignition, but you may be able to do this with a web application proxy, like nginx or apache.

2 Likes