0

I have tried to run minidlna, but I can't manage to access it from the network.

sevku
  • 71
  • If my answer was helpful, please remember to accept my answer by clicking the checkmark and up-arrow icons just to the left of my answer. Thanks! – heynnema Feb 02 '20 at 02:26

1 Answers1

0

MiniDLNA uses UDP port 1900 & TCP port 8200. If using a firewall the the ssdp (1900/udp) and trivnet1 (8200/tcp) ports will need to be opened.

Also forward these ports in your router if you're trying to reach it from the outside (but be aware of the security implications).

See https://help.ubuntu.com/community/MiniDLNA

heynnema
  • 70,711