How to redirect root index to a dashboard page

Hi all,

I would like to set my index page to a dashboard page instead of home page.
such that:
http://xxxxxxxx.com
will redirect to:
http://xxxxxxxx.com/dashboards

I already skipped sign-in page, but able to skip home page would be better.

I have already set users.home_page = /dashboard
But it doesn’t work.
Does anyone know how to do this?

Thank you!

:wave: @npdou

try configuring the home_page
Configure Grafana | Grafana documentation

1 Like

I have already set users.home_page = /dashboards

But it doesn’t work.

according to the docs, the redirect will only work if you have set up a home dashboard first