Reset Grafana admin password

grafana_reset_password

Reset Grafana admin password

  • Grafana admin password can be reset from command line.
  • This is particularly useful if we forget the admin password

Steps

  • Open a command line as an administrator in the Grafana installation folder. For example C:\Program Files\GrafanaLabs\grafana\bin folder
  • Use grafana-cli command line tool to reset admin password as shown below
grafana-cli admin reset-admin-password <newpassword>

Video

Watch the video here

References

Comments