Jellyfin Forum
Ubuntu Network Device Connections 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)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: Ubuntu Network Device Connections Issues (/t-ubuntu-network-device-connections-issues)

Pages: 1 2 3


RE: Ubuntu Network Device Connections Issues - tmsrxzar - 2024-02-02

(2024-02-02, 05:40 PM)PiGuy Wrote: [I'm not sure how that would have changed, I stuck with the default during my entire setup process, and it was working on multiple devices.
It is working now though, so I appreciate your help!

in the future it would be faster to use netstat to find out what jellyfin is listening on after you've determined it is running

'netstat -nlp' n for numeric output (instead of translated ports), l (lowercase L) for listening ports, p to show the owning process

reference https://linux.die.net/man/8/netstat
or use 'man netstat' to view it in your terminal