FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
08-29-2023 02:54 PM
I have a CtrlX instance running succesfully for a datalogging (energy). This device is running from home, and I like to be able to log in from a different location (to use as demo material). Do I only need to port forward the port 80 of this local address?
For example:
192.168.0.10:80 -> 10.11.12.13:3000
With 192.168.0.10 the address of the ctrlX in the local network (LAN IP)
With 10.11.12.13 the WAN IP
With 3000 as an example.
Would this be correct? Because that doesn't seem to work...
Solved! Go to Solution.
08-29-2023 03:02 PM
Hello,
Check out this article and let me know if you have additional questions!
08-30-2023 09:02 AM
Moved to corresponding sub forum Communication.
08-30-2023 06:33 PM
Hi Sgilk,
Thank you for the solution. So in short I had to set this rule:
192.168.0.10:443 -> 10.11.12.13:3000
AND then enter in the browser "https://10.11.12.13:3000"(instead of entering the address:port only).