[GH-ISSUE #12267] feat: mention port when running the serve command #32055

Closed
opened 2026-04-25 05:56:44 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @PaulRBerg on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12267

Check Existing Issues

  • 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

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
Author
Owner

@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)

<!-- 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)`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#32055