Marketplace
Media

Jellyfin

Free, open-source media server.

Deploy this app

About

Installs Jellyfin from its official apt repository — organize and stream your movie, TV and music library to any device on your network or, with a floating IP, the internet.

Attach a large volume under /var/lib/jellyfin/media (or your own path) before importing a big library.

Ports opened by the installer

8096/tcp · Jellyfin web UI

Install script (runs as cloud-init user-data on first boot)

#!/bin/bash
set -e
export DEBIAN_FRONTEND=noninteractive
apt-get update -y
apt-get install -y curl gnupg
curl -fsSL https://repo.jellyfin.org/install-debuntu.sh | bash

Minimum requirements

vCPU
2
Memory
2 GB
Disk
40 GB
Base image
ubuntu