Originally created by @PaulRBerg on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12267
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
First-time users have no idea what port is used when running the `serve` command. The logs do not mention anything about this.
### Desired Solution you'd like
Mention something like this:
> Open WebUI Is running on http://lolcahost:8080
Should be mentioned at the very top INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
<!-- gh-comment-id:2768634847 -->
@tjbck commented on GitHub (Apr 1, 2025):
Should be mentioned at the very top `INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)`
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 @PaulRBerg on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12267
Check Existing Issues
Problem Description
First-time users have no idea what port is used when running the
servecommand. The logs do not mention anything about this.Desired Solution you'd like
Mention something like this:
@tjbck commented on GitHub (Apr 1, 2025):
Should be mentioned at the very top
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)