Hi,
I need to reset the admin password for grafana that is deployd with victron docker container.
Does anyone know how to do this?
Kind Regards
ehsab
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
Hi @ehsab,
you can try this from the console (depending on your OS) supposed you're on the machine you're running Grafana on:
grafana-cli admin reset-admin-password <new password>
I did this just yesterday evening and it worked for me.
See also: Grafana reset admin password
Hi and thanks for replying.
Shouldn't that command be issued inside the container? Not on the host where the containers are running?
I'm running this on a ubuntu server if that helps.
Try logging into the docker container and change the password there:
docker exec -it bb34e6ad0df2 /bin/bash grafana-cli admin reset-admin-password <new password>
22 People are following this question.