2024-08-21, 08:33 PM
Jellyfin is already running via systemctl. Typing "jellyfin", as you stated in the opening post, will trigger it to try to run another instance. But without all of the variables and options jellyfin expecting.
If you're having trouble accessing the instance already running, double check that your server's LAN IP didn't change and that port 8096 is open on the firewall.
If UFW is not enabled or port 8096 hasn't been allowed through:
If you're having trouble accessing the instance already running, double check that your server's LAN IP didn't change and that port 8096 is open on the firewall.
Code:
sudo ufw status
If UFW is not enabled or port 8096 hasn't been allowed through:
Code:
sudo ufw enable
sudo ufw allow 8096