Favicon of Jellyfin (LinuxServer.io)

Jellyfin (LinuxServer.io)

Manage and stream your movies, shows, music, and photos from your own private server. Enjoy a completely free, privacy-focused media center with no tracking.

Take complete ownership of your entertainment with a volunteer-built media solution. Whether you want to watch movies, binge TV shows, listen to music, or read comics, this platform lets you host everything on your own server and access it from anywhere. It is built on the principle that your media belongs to you, offering a transparent experience without tracking or hidden costs.

Organize your entire collection with beautiful artwork and automatic sorting. Enjoy your media on the go or at home using a wide variety of supported devices.

Key Benefits:

  • Complete Privacy: No tracking, no phone-home features, and no central data collection.
  • Zero Fees: Completely free to download and use, with no premium tiers.
  • Versatile Media Support: Manage movies, TV shows, music, live TV, books, and photos.
  • SyncPlay: Watch movies remotely with friends and family in perfect sync.
  • Open Source: Fully transparent and community-driven.

Directory Structure

jellyfin-linuxserver-io
config
media
movies
tvshows
.env
docker-compose.yml

docker-compose.yml

services:
  jellyfin:
    image: lscr.io/linuxserver/jellyfin:latest
    container_name: jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
      - ./media/tvshows:/data/tvshows
      - ./media/movies:/data/movies
    ports:
      - 8096:8096
      - 8920:8920
      - 7359:7359/udp
      - 1900:1900/udp
    restart: unless-stopped

.env

# No sensitive credentials are required for the initial Jellyfin setup.
# Configuration is handled via the web interface at http://localhost:8096
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Jellyfin (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon