Jellyfin not found in local network

Hello everyone,

I’m setting up zimaos for the first time. Yesterday I installed Jellyfin and I can’t make it visible in my home network. Nmap can’t see port 8096 and my ISP support (which was realy helpful) says it’s all fine on their end. Pihole managed to use por 53 by itself just fine.

I’ve been tinkering with settings, but can’t find the problem. I can access if from the OS dashboard through a browser, but can’t see the server on the Jellyfin app on my phone or TV.

Anyone had a similar issue?

If you can open Jellyfin from the ZimaOS dashboard but not from your phone/TV, it normally means:

port 8096 isn’t exposed to your LAN

So:

  • Container is running
  • But only accessible internally (via dashboard proxy)

Quick check

Open Jellyfin container settings and look for port mapping:

8096 > 8096

If it’s missing > that’s your issue.


Quick test

From another device:

http://<zima-ip>:8096
  • Works > app discovery issue
  • Doesn’t work > port not exposed

Easy workaround

In the Jellyfin app, just add server manually:

http://:8096


If you’re not sure, send the container ports screenshot.

With Jellyfin from app store the default install is port 8097. host :8097 container :8096.

Should be able to access on 8097. can be confusing following the instructions in jellyfin since it says to access on 8096. the OS dashboard will be taking the browser to 8097. also by default port 7359 for network auto discovery is set to TCP in the docker settings but Jellyfin says should be UDP.