Dashboard without logind

Is it possible to set dashboard without login ?
I am using Grafana on production and I would like to set one dashboard without login and others with login and password (standard).

You can use the anonymous authentication
Only you need updating the config file and restar the service

More information here :
https://grafana.com/docs/grafana/latest/auth/grafana/#anonymous-authentication

If I change the authentication to true, all users be able to open the dashboards?

I need only one dashboard without login, but rest must login.

You can create other org. that only have the dashboard for anonymous

#################################### Anonymous Auth ######################
[auth.anonymous]
# enable anonymous access
enabled = false ---To Enable

# specify organization name that should be used for unauthenticated users
org_name = Main Org. --- New Org

# specify role for unauthenticated users
org_role = Viewer

# mask the Grafana version number for unauthenticated users
hide_version = false

Okay, I have two organization name: Org1, Org2 and I set in file:

[auth.anonymous]
# enable anonymous access
enabled = true
# specify organization name that should be used for unauthenticated users
org_name = Org2

and I go to xxx.xxx.xxx.xxx:3000 then how Grafana know which organization to load?
I mean it will load Org2 without login or Org1 with login?

Check it, when you go to the address you can view a default dashboard, but when your logging you enter on your org. , that are org2 and/or org1. (address :3000/admin/orgs)

You can chossen that user can view org1 or only org2

How to set some dashboards without login or automatically login ?
I have 5 dashboards and each for them must be displayed by different people.

If I enable anonymous access, everyone see the same dashboard and rest people must login to grafana to see others dashboards.

Maybe there is a solution to create a link to the dashboard without login?

1 Like

This topic was automatically closed after 365 days. New replies are no longer allowed.