Hi. Is it possible to open Webgui ( alarmsgauges.htm ) without login or put credentials of an non privileged user into the URL ? I would like to setup an big Screen running Debian Linux with Cromium in Kiosk Mode for display PRTG. After Booting this System, chromium is starting in fullscreen mode. At the moment i have to forward x11 and enter credentials in case no keyboard is plugged to the Screen.


Article Comments

You can append the username and apssword (or passhash) to the url like this

http://prtgserver/alarmsgauges.htm?username=[myusername]&password=[mypassword]

Mar, 2015 - Permalink

Hello,

thank you very much for the KB - Post. We strongly recommend to use Public Maps for such purposes (and do so ourselves).

best regards.


Mar, 2015 - Permalink

Thank's a lot. Public Maps work perfect !


Mar, 2015 - Permalink

Hi

We have almost the same solution as Peter and have configured a Raspberry Pi to boot with Chromium logged in to PRTG. Unfortunately it doesn't work if we add the filter in the URL.

This works: https://prtg.roskilde.local/alarms.htm?username=[USER]&password=[PASSWORD]

This doens't work: https://prtg.roskilde.local/alarms.htm?filter_status=5&filter_status=13&filter_status=14?username=[USER]&password=[PASSWORD]

We only want to show errors and also to sort them so newest errors on top.

Does anyone have a solution for this?


Dec, 2019 - Permalink

Hi Ditlev,

An url alows the use of one "?" only
So your second "?" (before "username") needs to be a "&"

https://prtg.roskilde.local/alarms.htm?filter_status=5&filter_status=13&filter_status=14&username=[USER]&password=[PASSWORD]

Sensors | Multi Channel Sensors | Tools | Notifications

Kind regards,

[[http://prtgtoolsfamily.com]] PRTG Tools Family


Dec, 2019 - Permalink