Jellyfin Installation Guide on Linux (One-Click Installation)
Prerequisites
Before installing Jellyfin, make sure you have the following:
- A VPS running Debian or Ubuntu (versions supported by Jellyfin)
- SSH access with root privileges
- The required minimum resources (CPU, RAM, disk space)
Before proceeding with the installation, ensure your VPS is up to date:
apt update && apt upgrade -y
Running the Quick Installation
Run the following command to install Jellyfin:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
If the installation runs correctly, the script will display your operating system information.
Example: Found the following details from '/etc/os-release': Real OS: debian Repository OS: debian Repository Release: bookworm CPU Architecture: amd64 If this looks correct, press enter now to continue installing Jellyfin.
Then simply press Enter to continue.
Conclusion
Congratulations, Jellyfin is now installed on your VPS.
To complete the configuration, open the Jellyfin web interface at the address below and follow the on-screen instructions.
https://<your-ip-or-domain>:8096


















