Jellyfin Media Server Install on Debian 13

This will show how I set up a Jellyfin Media Server on Debian 13. This can be on bare metal,VM or container. If using a Proxmox container, make sure it is a privaliged container. This will enable it to mount NFS shares from an external nfs server. If you are using a Proxmox CT or VM, you will need to ssh into the machine via a local terminal.



Setup the Jellyfin Server.

You can use the terminal section in Cockpit to install Jellyfin.

To Install: (All on one line)

curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

Access in web browser with:

http//:<ip-address>:8096

Note: If Jellyfin refuses to start, install ICULIB

sudo apt install libicu-dev

Then, restart Jellyfin with:

sudo systemctl restart jellyfin