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.