2024-02-02, 04:05 PM
PiGuy. Did you make port changes on Jellyfin? 8096 is the default but, as tmsrxzar pointed out, you are running on 8690. Typo?
Code:
sudo systemctl stop jellyfin
sudo nano /etc/jellyfin/network.xml
***change HttpServerPortNumber from 8690 to 8096***
sudo systemctl start jellyfin