Instalar servidor jellyfin ubuntu 20.04

Instalación de servidor jellyfin
  • Instalamos
sudo apt install apt-transport-https
wget -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add -
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
sudo apt update
sudo apt install jellyfin
  • Para que inicie al arrancar el sistema
sudo systemctl enable jellyfin
sudo systemctl start jellyfin
sudo systemctl status jellyfin
  • Para configurar
http://localhost:8096
  • Seleccionamos el idioma
  • Creamos usuario
  • Agregamos medios
  • Seleccionamos el idioma
  • Habilitamos acceso remoto
  • Terminamos