2024-08-14, 01:12 AM
"jellyfin start" is not the right way to start jellyfin. The jellyfin service is managed by systemctl.
Let's start over. Follow these instructions exactly.
Code:
sudo systemctl status jellyfin
Let's start over. Follow these instructions exactly.
Code:
sudo apt purge jellyfin*
sudo rm -rf /var/lib/jellyfin /etc/jellyfin /var/cache/jellyfin
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
sudo ufw allow 8096