mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #7479] Cannot change WebUI port on bare metal python installation #53429
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 @i0ntempest on GitHub (Nov 29, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7479
Bug Report
Installation Method
pip with venv
Environment
Open WebUI Version: 0.4.6
Ollama (if applicable): 0.4.6
Operating System: macOS 15.0.2
Browser (if applicable): N/A
Confirmation:
Expected Behavior:
WebUI port is configurable per official guide
Actual Behavior:
It is hardcoded in
__init__.pyDescription
Bug Summary:
Setting env var
PORTdoes not change WebUI portReproduction Details
Steps to Reproduce:
Follow the official guide to set the environment variable
PORT=38080and runopen-webui serve. The webui port stays on 8080.Logs and Screenshots
Browser Console Logs:
N/A
Docker Container Logs:
N/A
Screenshots/Screen Recordings (if applicable):
N/A