![]() |
SOLVED: Port 8096 not listening - 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: Port 8096 not listening (/t-solved-port-8096-not-listening) |
Port 8096 not listening - DaveHub - 2025-05-09 Hi, To clean up my media volume locations, I re-installed JellyFin on my Synology NAS. All software is the latest. Now it is refusing any connections on TCP 8096. I confirmed this by using 'netstat -l' on the NAS. Nothing was listening on the port. The settings look correct. Tried restarting everything. Thanks for any guidance! Dave RE: Port 8096 not listening - interrobang - 2025-05-09 Did you install from Synocommunity? What do the the logs say? RE: Port 8096 not listening - DaveHub - 2025-05-09 I'm not familiar with synocommunity. I used the standard jellyfin/jellyfin:latest . I'm just starting to get a handle on container management. One odd thing in the logs: [15:35:51] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] No mention of its port number. I guess that is everyobody on the subnet. A couple of warnings about overlay_vulkan, and no CUDA, and no Playlists. Other than that it looks clean. Thanks. RE: Port 8096 not listening - bitmap - 2025-05-09 Sounds like docker. Did you expose or publish that port from the container? Can you provide a compose file/run command? RE: Port 8096 not listening - DaveHub - 2025-05-09 I just re-installed off of synocommunity and it is now listening on 8096 just fine. Now to just reconfig my libraries I think! Thanks for the tip about synocommunity. Dave |