Jellyfin Forum
Connection Failure - 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: Connection Failure (/t-connection-failure--9470)



Connection Failure - Paul Flikindorf - 2024-12-08

Hi.
I am a new Jellyfin user.
1. I have installed on QNAP NAS using Container Station
2. I have created the web user and added the multimedia folders
3. When I try to connect (in local net) the TV, the phone or from the web, I get a Connection Failure message.

   

I have tried:
- with public and private network
- I have deleted cookies
- I have tried Firefox, Chrome and Edge
- Jellyfin is running on the NAS

Istallation app

services:
  jellyfin:
    image: jellyfin/jellyfin
    user: 0:0
    network_mode: "host"
    restart: "unless-stopped"
    volumes:
      - /share/jellyfin/config:/config
      - /share/jellyfin/cache:/cache
      - /share/Multimedia:/media

Jellyfin version: 10.10.3
Platform: QNAP NAS DOCKER Debian GNU/Linux 12 (bookworm)

Thanks in advance


RE: Connection Failure - TheDreadPirate - 2024-12-08

You need to publish port 8096.