I have a Raspberry Pi4 running the latest OS, SignalK, InfluxDB and Grafana. I’ve created a dashboard which is basically working on the Pi, still some work to do there. I’d like to be able to access Grafana over my network, if i enter the IP for the Pi (192.168.43.5:3000) i get the login page for Grafana, but when i enter the username and password i get the message “invalid username or password”. I have tried the same username and password that i use to log into Grafana on the Pi and the “admin” username, but neither work.
I’m seeing the same issue on my Windows machine running Grafana 14.x
Works fine on the same machine using either community.grafana.com or the “machineIP”:3000.
When I move to a different machine on the same lan and try to connect on “machineIP”:3000 I get to the login screen and on entering my username and password, it fails with a popup that says: “Invalid username or password”
hmm… set the http_addr to the ip of my machine. Restarted grafana.
Now on the same machine, localhost doesn’t work, but the IP does. Other machines on the lan still see the login page but get the same error for an invalid username or password.