Jellyfin Forum
SOLVED: connection issues - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: connection issues (/t-solved-connection-issues)



connection issues - username69 - 2023-07-25

Hi guys,

I installed JF on fresh Ubuntu Mate. Allowed ufw for port 8096. And my local devices still can't see it. Should I try open that port in my router? I had that issue with PiVPN, and that helped in that case.

thx


RE: connection issues - TheDreadPirate - 2023-07-25

Verify that something is actually listening on port 8096.

Code:
sudo netstat -napo | grep 8096

Does that return anything?

Code:
sudo systemctl status jellyfin

Is jellyfin running?


RE: connection issues - username69 - 2023-07-25

this is what is showing:

tcp 0 0 0.0.0.0:8096 0.0.0.0:* LISTEN 26949/jellyfin off (0.00/0/0)

sudo systemctl status jellyfin = active


RE: connection issues - TheDreadPirate - 2023-07-25

Can I see the output of

Code:
sudo ufw status

All your local devices are on the same subnet as the jellyfin server? Does your router have some sort of device isolation mode enabled?


RE: connection issues - username69 - 2023-07-25

Status: active

To Action From
-- ------ ----
8096 ALLOW Anywhere
8096 (v6) ALLOW Anywhere (v6)


RE: connection issues - TheDreadPirate - 2023-07-25

It sounds like from the server side, everything is ok.

Check your router for anything resembling "AP Isolation" or something that would prevent your devices from seeing other devices.


RE: connection issues - username69 - 2023-07-25

ok it works somehow started working wtf???