Jellyfin Forum
SOLVED: Can't reach new Jellyfin install on local network - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: SOLVED: Can't reach new Jellyfin install on local network (/t-solved-can-t-reach-new-jellyfin-install-on-local-network)



Can't reach new Jellyfin install on local network - sekondchakra - 2025-03-11

I've been running Jellyfin on my Synology NAS under docker for awhile, and I was curious if I'd get better performance if I tried running Jellyfin on an old Arch Linux PC I haven't used in a long time (with decent specs).

The install went well, and it's up and running, but I can only access it via localhost:8096 on the PC.  It won't connect from my Mac--and I assume that means it won't connect from my nVidia Shield either?  (Although I haven't actually attempted that yet.)

Is this a Jellyfin thing--or an Arch (EndeavourOS) thing?  Both?

[edit] It must be a firewall thing.  When I ran the following command (based on some googling) I was able to connect from another machine within the network:

$ sudo systemctl stop firewalld

[2nd edit] I figured out how to add the two ports I needed into the firewall settings, and all seems well now.  👍


RE: Can't reach new Jellyfin install on local network - DuskMateno - 2025-03-29

Hey there! I'm currently facing the same problem. I'm also on EndeavourOS, and I can't connect to my server unless I disable firewalld. I've opened all four ports used by Jellyfin (8096/tcp, 8920/tcp, 1900/udp and 7359/udp), but nothing so far has helped. I even tried to do it both through the KDE Settings app and the terminal, but no dice. Could you please tell me how you solved your problem?