Jellyfin Media Server | scripts-underground Jellyfin Media Server | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

Jellyfin Media Server

CPU: cores RAM: MB Disk: GB
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/lxc/jellyfin.sh)"

Jellyfin Media Server

Jellyfin is a free and open-source media server and suite of multimedia applications designed to organize, manage, and share digital media files to networked devices.

Notes

  • With Privileged/Unprivileged Hardware Acceleration Support
  • FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg
  • For NVIDIA graphics cards, you’ll need to install the same drivers in the container that you did on the host. In the container, run the driver installation script and add the CLI arg –no-kernel-module
  • Log rotation is configured in /etc/logrotate.d/jellyfin. To reduce verbosity, change MinimumLevel in /etc/jellyfin/logging.json to Warning or Error (disables fail2ban auth logging).
Copied!