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
Comments
Post a Comment