Home > Software engineering >  What is a default Username and Password for the eventstore Docker image?
What is a default Username and Password for the eventstore Docker image?

Time:12-13

What is a default Username and Password for the eventstore Docker image?

When I start enter image description here

Where can I find out these credentials? Or where can I configure them?

CodePudding user response:

It's:

  • user: admin
  • password: changeit

See more in https://developers.eventstore.com/server/v21.10/installation/#quick-start.

You can change it through HTTP API: https://developers.eventstore.com/clients/http-api/v5/api/#change-password

  • Related