2024-02-02, 05:49 PM
(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