The Applications dashboard is available directly via a URL reference without requiring an interactive Uptime Infrastructure Monitor login. This feature can be used to allow users with generic credentials to display critical Application status information.

To access the applications dashboard, enter a URL in the following format:

http://<hostname>:<port>/applicationPortal.php?userid=<user>&password=<pass>

Example: http://myuptime:9999/applicationPortal.php?userid=manager&password=1234

If the username or password contains special characters, be sure to use URL encoded character string in place of the regular character. 

Example: the un-encoded password, 'pass!@#$%^&*', would be entered as 'pass!%40%23%24%25%5E%26*'