bsmithio / OPNsense-Dashboard

A functional and useful dashboard for OPNsense that utilizes InfluxDB, Grafana, Graylog, and Telegraf.
523 stars 66 forks source link

Graphana login denied, how to change logins? #65

Closed aries223 closed 5 months ago

aries223 commented 5 months ago

How can I change the Graphana logins?

Changing the 'GF_SECURITY_ADMIN USER/Pass' in the compose.yaml file and recreating the container doesn't work..

aries223 commented 5 months ago

In case anyone cares..

(Using Docker)

$ docker exec -it <containername> /bin/bash
$ cd /usr/share/bin/grafana-cli
$ grafana cli admin reset-admin-password <new password>

Restart container afterwards...