Web client connects to WebIQ server.

Hello All,

Sorry if my question is so basic.

As of now, What I tried to publish my WebIQ project into ctrlX core was just in localhost. So, may I know how can I publish into internet as server. So that any webclient from anywhere in the world can access to the server and get the visualization? Of course, ctrlX core has been connected to the internet already.

Thank you!

 

Best reply by webiq-sk

If you can access your HMI via http://localhost:10123/my-app then the only thing required would be to do this:
- replace "localhost" by the *external IP* of your ctrlX
- route all requests through a firewall etc. to that IP on port 10123
- using HTTPS is highly recommended as otherwise the credentials for logging in could be read potentially as they'd be transferred unencrypted

Just to make this clear: all of these topics are related to networking and have nothing to do with WebIQ in general. These steps are exactly the same as if you'd host your own website on that server or anything else - only the port 10123 would be different.

View original
6 replies