I installed it on Ubuntu using docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
Problem
After installation following GitHub instructions, the app can be visisted on localhost. It requires email and password to log in, but I don't see any admin or default username and password. Anyone knows what to do next?
Originally created by @aishock on GitHub (Sep 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5394
# Bug Report
## Installation Method
I installed it on Ubuntu using docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
## Problem
After installation following GitHub instructions, the app can be visisted on localhost. It requires email and password to log in, but I don't see any admin or default username and password. Anyone knows what to do next?
You need to enable new sign ups and register a user. First one gets admin rights automatically
<!-- gh-comment-id:2348477090 -->
@bzikst commented on GitHub (Sep 13, 2024):
You need to enable new sign ups and register a user. First one gets admin rights automatically
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @aishock on GitHub (Sep 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5394
Bug Report
Installation Method
I installed it on Ubuntu using docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
Problem
After installation following GitHub instructions, the app can be visisted on localhost. It requires email and password to log in, but I don't see any admin or default username and password. Anyone knows what to do next?
@bzikst commented on GitHub (Sep 13, 2024):
You need to enable new sign ups and register a user. First one gets admin rights automatically