Files
2026-07-08 13:13:46 -04:00

628 B

Web Client Directory

This directory is used to host the Jellyfin web client files.

Place your web client files (HTML, CSS, JavaScript, etc.) in this directory. The Jellyfin server will automatically detect and serve these files when the web client is enabled.

Configuration

The server will automatically look for this wwwroot folder in the solution root directory. If not found, it will fall back to the default jellyfin-web folder in the application base directory.

You can also override the web directory location using:

  • Command line option: --webdir <path>
  • Environment variable: JELLYFIN_WEB_DIR=<path>