Public accessible dashboards

Hi All,

its there a way to access dashboard via URL, something like this

librebms.local/overview/dashboard=6?username=guest&password=guest&bare=yes was working but stopped working a while ago

Cheers

From the code I don’t see any reason why this wouldn’t work - what auth method are you using?

using basic auth

i get some strange message

Shouldn’t your url be like this?
librebms.local/overview/?dashboard=6&username=guest&password=guest&bare=yes

1 Like

arch! thank you don’t know how i ended up with the first one :slight_smile: works now

So the above has been working for me for a few months, but last week it stopped working. Nothing has changed. It now doesnt login and I have to login manually. Any ideas?

Same here - I’m strongly suspecting changes in https://github.com/librenms/librenms/pull/8702. Maybe there’s a new URL structure that hasn’t been documented yet?