How to I try to install Gerbera UPnP Server

Gerbera is a free open source, powerful, flexible and full-featured UPnP (Universal Plug and Play) media server. It comes with a simple and intuitive web user interface for easily configuring your web server.

We strongly advise using the packages provided by your distribution if available. Please see below for guides on how to install Gerbera on various distributions. I try to install to Ubuntu/Debian OS on Raspberry.

$ sudo apt install gerbera

This installed the v1.1.0 version of Gerbera UPnP Server and then visited the site:

http://<ip>:49152

Received the Gerbera's UI is disabled...

Solution

Modify the file /etc/gerbera/config.xml set the

<ui enabled="yes"...

Restart Gerbera

$ systemctl stop gerbera
$ systemctl start gerbera
$ systemctl enable gerbera

More links: http://docs.gerbera.io/en/latest/install.html