Dear everyone and Mikhail,
I’ve installed rapid scada 5.8.2 on Ubuntu 16.04 running on Google cloud,
Locally, I’ve test it oke. But I’ve tried to publish the web to the Internet but now the access from Internet can not reach (although, I opened port 10000 and 10002 on the command line and firewall).
Please give me a hand to solve this problem.
Thank you a lot.
To make the web application available from the internet you should open the port 80 for HHTP and port 443 for HTTPS. You should search how to open these TCP ports on Google cloud.
Thanks Mikhail,
I opened 80 for http and 443 for https by firewall rule,
but I forgot checking port 80 and 443 on the instance.
Now, it works, when I opened port 80 and 443 on the Instance Ubuntu.
Thanks a lot Mikhail.