Gerbera

Gerbera

Official

Docker app from MagicLegend's Repository

Overview

Gerbera is a lightweight UPnP/DLNA media server for streaming local media on your home network.

Install Gerbera on Unraid in a few clicks.

Find Gerbera in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Gerbera Review the template variables and paths Click Install

Download Statistics

1,386,263
Total Downloads

Related apps

Details

Repository
gerbera/gerbera:3.2.1
Last Updated2026-06-24
First Seen2026-06-29

Runtime arguments

Web UI
http://[IP]:[PORT:49494]
Network
host
Shell
sh
Privileged
false

Template configuration

Config / DatabasePathrw

Persistent Gerbera config (config.xml), SQLite database, and runtime files. Keep on persistent storage so settings and the scanned-content database survive updates. The container user (UID/GID) must have write access here. You can also drop your own config.xml in this folder.

Target
/var/run/gerbera
Default
/mnt/user/appdata/gerbera
Value
/mnt/user/appdata/gerbera
Media FolderPathro

Host path containing the media you want Gerbera to serve. Mounted read-only and automatically scanned by default. Example: /mnt/user/media

Target
/mnt/content
Customization FolderPathro

Optional. Host path for customizing Gerbera. Place custom JavaScript import scripts in a 'js' subfolder (/mnt/customization/js). A shell script at 'shell/gerbera_config.sh' is run every time Gerbera (re)creates config.xml. Leave empty if not needed.

Target
/mnt/customization
UIDVariable

Container runtime UID. On Unraid, 99 is usually nobody. Must have write access to the Config / Database path.

Default
99
Value
99
GIDVariable

Container runtime GID. On Unraid, 100 is usually users.

Default
100
Value
100
MariaDB Disable TLS Peer VerificationVariable

Optional. Only when using a MySQL/MariaDB database instead of the default SQLite. The MariaDB connector assumes SSL/TLS; set this to 1 to skip the certificate check if your database does not use SSL. Leave empty otherwise.

Target
MARIADB_TLS_DISABLE_PEER_VERIFICATION
Web UI / HTTP PortPorttcp

Gerbera HTTP/Web UI/media-serving port. With host networking, this must remain available on the Unraid host.

Target
49494
Default
49494
Value
49494
SSDP MulticastPortudp

UPnP SSDP discovery port. Host networking is recommended because Docker bridge networking does not support the multicast discovery behavior Gerbera needs.

Target
1900
Default
1900
Value
1900