mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #5394] Log in After Installtion #13972
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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