Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
How to make Mango server online. Currently localhost.
-
I'm running a Mango server on my machine which has a HTTP Receiver data source which collects data from my Apache web server (local) about CPU usage, temp etc. I would now like to collect data from other machines which are not on the network, i.e, get data from other machines via the Internet.
My local web server is currently sending data to localhost:8080/httpds, so I'd like it to be something like xxx.xxx.xxx.xxx:8080/httpds, where xxx is my IP. I already have a static IP address.