Jellyfin setup

Windows/

Step 1: Download Jellyfin from the official website: https://jellyfin.org/downloads/windows Noting to download the SERVER installer. Step 2: Follow wizard instructions and complete installation. Step 3: Launch Jellyfin.Windows.Tray.exe if the installer does not already launch the service.

Ubuntu/

apt-get update && sudo apt-get upgrade -y && sudo apt-get install curl && curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash  

the above commands does the following; updates the system, installs curl, and installs Jellyfin in that location.