2024-08-01, 02:03 AM
(This post was last modified: 2024-08-01, 02:05 AM by TheDreadPirate. Edited 1 time in total.)
I am going to second theguymadmax. You tried to run jellyfin by literally just typing "jellyfin" when the service was already running in some state, possibly not fully setup.
It is literally two commands to install Jellyfin on Ubuntu.
Done.
It is literally two commands to install Jellyfin on Ubuntu.
Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
sudo ufw allow 8096
Done.