- Size: 32x32 pixels
- Format: PNG or ICO
- Location: Mount to
/app/backend/static/favicon.pngin container - Transparency: Recommended
- Size: 512x512 pixels (or larger, will scale)
- Format: PNG with transparency or SVG
- Location: Mount to
/app/backend/static/logo.pngin container - Usage: Displayed in header and login page
- Size: Same as main logo
- Format: PNG with transparency or SVG
- Location: Mount to
/app/backend/static/logo-dark.pngin container - Usage: Automatically used in dark mode
-
Place your logo files in
configs/open-webui/directory:configs/open-webui/ ├── favicon.png (32x32) ├── logo.png (512x512) └── logo-dark.png (optional) -
Logos will be automatically mounted when you start the stack
-
Clear your browser cache after updating logos
You can also customize the application name in .env:
OPEN_WEBUI_NAME="Your Custom Name"This name appears in the browser tab and header.