MirrorNest
← Todas las guías

Jellyfin

Free, open-source media server — stream your own movies, TV, and music to any device, no subscription or tracking.

Sistema: Ubuntu / Debian or DockerMediaSitio oficial ↗Documentación oficial ↗
Esta guía se elaboró a partir de la documentación oficial de Jellyfin, enlazada arriba — verifica siempre ahí los nombres exactos de paquetes/versiones antes de ejecutar estos comandos en un servidor de producción, ya que las versiones de la distribución y del proyecto cambian con el tiempo.
  1. 1Run the official install script

    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

    This is Jellyfin's own documented one-line installer for Debian/Ubuntu, adding their repo and installing the server + web client together.

  2. 2Open the setup wizard

    http://your-server-ip:8096 — point it at your media folders and create the admin account.