Install Jellyfin On Debian

Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=FttEWW1PURU



Category:
Tutorial
Duration: 1:57
2,376 views
31


#Jellyfin #MediaServer #Debian

Full steps can be found at https://i12bretro.github.io/tutorials/0369.html

   01. Log into the Debian device
   02. Run the following commands in terminal
         # install prerequisites 
         sudo apt install apt-transport-https -y
         # add gpg key
         wget -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add -
         # add apt repository
         echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
         # update software repositories
         sudo apt update
         # install jellyfin
         sudo apt install jellyfin -y
   03. Open a web browser and navigate to http://DNSorIP:8096
   04. Follow the setup wizard
   05. Welcome to Jellyfin
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Debian
FOSS
Free Open Source Software
Free Software
Getting Started With Jellyfin
Home Lab
How To
How To Install Jellyfin
How To Setup Jellyfin
Install Guide
Install Jellyfin On Debian
Jellyfin
Jellyfin Media Server
Linux
Media Center
Media Server
Open Source Software
Plex Alternative
Plex Media Center Alternative
Self-Hosted
Starting A Jellyfin Media Server
Tutorial
i12bretro