# Install Jellyfin on Linux

By
Adrien

# System Specification

Recommanded
Processor 2 vCore
Memory 4GB RAM
Storage 10Go (minimum)

# Steps to follow

apt install curl gnupg
apt install ca-certificates
curl -fsSL https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/jellyfin.gpg
echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" | tee /etc/apt/sources.list.d/jellyfin.list
apt update
apt install jellyfin

# Global commands

sudo service jellyfin status
sudo systemctl restart jellyfin
sudo /etc/init.d/jellyfin stop

# Startup option

Set PVE option : "start at boot" to yes, "order" to 2