Change port webgui

Hey,

I have a very stupid question. As im the progress of setting up a InfluxDB2 container for collection metrics from different systems. I was wondering if it is possible to have the Webui to run on a different port then the API. As the DB will be exposed to different networks, I would like to have the webgui to be only accessible on the local network. Would it be possible to run the webgui for example on 8087 and the API for the db to be on 8086

@svenvg93 There currently isn’t any configuration option that would allow this. You can customize the InfluxDB bind adress, but the UI and the API have to use the same port. However, this may be worth submitting a feature request.

Thanks! submitted the FR. Will see what happens :sweat_smile: