Default admin password can't login

v6.6.2

I am using the default admin password (admin)
However, I get a 500 (Internal Server Error)

and if i enter input another password, I get a 401 (Unauthorized).

  •  POST http://[url]/login 401 (Unauthorized)
    
  •  {message: "Invalid username or password"}
    

log is empty.

Yesterday I kept getting an error, and I was logged in by accident,
but today I can’t log in.

when enter another password

Can you look in Grafana’s server logs?

If you installed Grafana using Docker, you can use docker logs <container ID>.

1 Like

If you can ssh to the grafana server, just do this

grafana-cli admin reset-admin-password new_passwd
2 Likes

I restarted…
After restarting, I am logged in as admin/admin again.
I think this is a bug.
There are quite a few bugs in Grapana…

thanks! i will check this later!
Docker right
That’s why the log was not visible.