Jellyfin on Raspberry PI

Here is a complete maniual of installing Jellyfin on the Raspberry PI

https://pimylifeup.com/raspberry-pi-jellyfin/

In short use this:


sudo apt update

sudo apt full-upgrade

sudo apt install apt-transport-https lsb-release


curl https://repo.jellyfin.org/debian/jellyfin_team.gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/jellyfin-archive-keyring.gpg >/dev/null


echo "deb [signed-by=/usr/share/keyrings/jellyfin-archive-keyring.gpg arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian $( lsb_release -c -s ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list


sudo apt update


sudo apt install jellyfin


hostname -I

to retrieve your IP address.

in a browser:

http://[IPADDRESS]:8096

when prompted for a login press F5 to refresh the login page and the setup procedure begins.