Newly Installed Grafana under Docker User and Password

Latest grafana-enterprise

  • What are you trying to achieve?
    Start Graphana operation

  • How are you trying to achieve it?
    By entering user name and password at Welcome to Grafana screen

  • What happened?
    Login Failed. Invalid username or password

  • What did you expect to happen?
    Normal program operation

  • Can you copy/paste the configuration(s) that you are having problems with?
    No

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    Login Failed. Invalid username or password

  • Did you follow any online instructions? If so, what is the URL?
    See below.

I am attempting to install Graphana on my Azure VM running Ubuntu 22.04 and Docker 26.0.0. via a command line interface. I found instructions at link [Run Grafana Docker image | Grafana documentation] - specifically I used the CLI command

sudo docker run -d -p 3000:3000 --name=grafana grafana/grafana-enterprise

This command seemed to work well, producing screen output of various Pull complete and ending with

Status: Downloaded newer image for grafana/grafana-enterprise:latest
e0e659bd526d95628d5f01252aa5897d62f80bf5d93aa25f48bf706635e3fc02

I next used my browser to connect to port 3000 of my/Azure VM. I see the “Welcome to Grafana” screen with Email or User Name and Password to be entered. I previously ran a older version of Grafana/oss. The previous user and password are not accepted by the new Grafana. I am out of guesses.

What user name and password do I use?

Try the default

admin
admin

Hi yosiasz

Yep, that worked. I think I entered admin, admin rather than the capitalized versions. Anyway, I’m in!! I bet that is in documents somewhere…

1 Like

Now I find myself puzzled by the lower-case versions specified at

Antony.

Got bitten by auto capitalize on my phone :rage: