I have tried to run minidlna, but I can't manage to access it from the network.
Asked
Active
Viewed 2,867 times
1 Answers
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).

heynnema
- 70,711
-
I'm not trying to reach it from outside, just in the local network. But it only works on the same computer somehow. – sevku Jan 21 '20 at 11:15
-
-
yep, just remembered that I've been playing around with the firewall. It works now. – sevku Jan 21 '20 at 21:56
-