How to change Grafana Localhost Username and password



How to change Grafana Username and password

open Terminal or cmd

sudo grafana-cli admin reset-admin-password newPassword command enter in your terminal then your password is updated,

now go to 

http://localhost:3000/

username: admin
password: newPassword


More question like:'

how to change http://localhost:3000/login username and password

how to modify username and password in grafana local host

Comments

Popular posts from this blog

ERR: error parsing query: found influx, expected SELECT, DELETE, SHOW, CREATE, DROP, EXPLAIN, GRANT, REVOKE, ALTER, SET, KILL at line

How to get Full URL or get absolute url In Django

How To Convert Html File/URL/String Into Image Using Python