MirrorNest
← Tutte le guide

Jellyfin

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

Sistema: Ubuntu / Debian or DockerMediaSito ufficiale ↗Documentazione ufficiale ↗
Questa guida è redatta a partire dalla documentazione ufficiale di Jellyfin, linkata sopra — verifica sempre lì i nomi esatti di pacchetti/versioni prima di eseguire questi comandi su un server di produzione, poiché le versioni della distribuzione e del progetto cambiano nel tempo.
  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.