How to view dashboard on Screenly

Hi!

We are running Screenly and we want to display our dashboard on it. I found this thread which answer similar issue but it didnt help.

I used AD test user account but its not working.
https://librenms.it/overview/?dashboard=8&username=testuser&password=testuserpassword

can you please help how can I fix this?

thanks

Make sure username and password are url encoded.

Can you please write the correct syntax to remove any ambiguity?

Many thanks

Tried this but didnt work.
https://slibrenms./?dashboard=8%username=user%password=password
and
https://slibrenms./?dashboard=8%username=user%%password=password%
and
https://slibrenms./?dashboard=8&username=user&password=password&

Anyone help with this?

Any help with this?

Anyone can help with this?

Below url works for me

https://mylibrenms/overview?dashboard=8&username=username&password=password

After overview remove /

Thanks RR1. I will check it.