Commands : 

  1. sudo apt update
  2. sudo apt install apt-transport-https wget software-properties-common
  3. wget -O - https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | sudo apt-key add -
  4. echo "deb [arch=$( dpkg --print-architecture)] https://repo.jellyfin.org/ubuntu $( lsb_release -c -s) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
  5. sudo apt update
  6. sudo apt install jellyfin
  7. sudo systemctl start jellyfin
  8. sudo systemctl enable jellyfin


Access your Server : 
http://your_server_ip:8096

Post a Comment

 
Top