Replies: 3 comments 4 replies
-
|
it is just a binary file you can put it anywhere, and it is same, if you can't login, try to delete the |
Beta Was this translation helpful? Give feedback.
-
|
@hengfeiyang I tried this but still no luck. I think I am missing some files/folders. I am downloading the |
Beta Was this translation helpful? Give feedback.
-
|
Same here, in a docker compose file openobserve:
image: public.ecr.aws/zinclabs/openobserve:latest
restart: unless-stopped
environment:
ZO_ROOT_USER_EMAIL: "dev@website.com"
ZO_ROOT_USER_PASSWORD: "pa$$w0rd"
ports:
- "5080:5080"Does not work : |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just installed openobserve Release v0.10.2-rc1 on Ubuntu Server 22.04.4 LTS. The install was fine and the web page is available. I start OpenObserve with the command from the quick start guide: "ZO_ROOT_USER_EMAIL="root@example.com" ZO_ROOT_USER_PASSWORD="Complexpass#123" openobserve". When I enter root@example.com for the username and Complexpass#123 for the password, I keep getting "Invalid username or password" errors. I have tried other email accounts and passwords, but nothing is accepted.
How do I get logged in the first time to setup my admin account?
v/r
Jon
If it matters, I put the openobserve file in /opt/ with execute privs and added /opt to the system path.
Beta Was this translation helpful? Give feedback.
All reactions