Open WebUI Default Port Guide | Generated by AI

Home 2026.02

Question: What is the default port for Open WebUI?

Answer:

The default port for Open WebUI (the application itself) is 8080.

You can change the port using the PORT environment variable (e.g., -e PORT=9999 in Docker) or the --port flag when using the serve command.

The version shown in your message (v0.5.10) is quite old β€” current versions (as of 2026) still use 8080 as the default internal/container port.

References:


Back Donate