Is there anything special that needs to be done to access Allmon3 from a public IP? I've gotten other dashboards to work (DVSwitch & WPSD) but the Allmon3 dashboard refuses to load and I've tried everything trick I know of.
A minimum that port 80
(or whatever port you are using)
Is forwarded to the local ip of the computer hosting allmon.
(how else would it know where to go)
And that the firewall on that system is open on that port for http.
If I open port 16080 on the router firewall, and redirect it to port 80, I get the cockpit page. If I then click on "node links" it still times out and doesn't load the allmon3 page.
your outside ip:16080/allmon3
Although you must have done it, but just a reminder, don't forget to change allmon3 default user and password as shown in User Management - AllStarLink Manual
Thanks. Finally got it figured out. My browser was defaulting to https. Changed it to http and all is good now.
Already done. Thanks.
Thanks to everyone who helped. Got it working now.
Just for future reference,
When you hit a http port, the browser is looking for
'index.html/index.php'
And that is what it will load if present.
To go anywhere outside of that, you have to specify the exact location and or landing page in the uri path.
If you just change directories, it will still look for index.html/php in that directory.
That is not a asl thing,
it is a apache and standard for the internet browsers default.