Setting Up Jellyfin Media Server on Ubuntu 22.04: Installation and Configuration Guide

Опубликовано: 21 Октябрь 2024
на канале: The SysAdm
460
6

Welcome to our comprehensive guide on setting up the Jellyfin Media Server on your Ubuntu 22.04 instance! Jellyfin is an excellent open-source media server software that allows you to organize, stream, and enjoy your media collection from various devices.

Whether you're a movie enthusiast, music lover, or simply want to centralize your media collection, this tutorial will guide you through the entire process, from installation to customization.

Don't forget to like, subscribe, and hit the notification bell to stay updated with our Linux tutorials and media server setup guides. If you have any questions or encounter any issues during the configuration, please leave a comment below, and we'll be happy to assist you.

Thanks for watching, and let's get started with Jellyfin on Ubuntu 22.04!

---

*Installation Steps*

apt update

an installer script to easily configure the Jellyfin APT repository. All you need to do is run this command on your system:
---------------------------------------------------------------------------------------------------------------------------
curl https://repo.jellyfin.org/install-deb... | sudo bash
wget O https://repo.jellyfin.org/install-deb... | sudo bash

*****************************************************************************************************************************


If you don't trust the script or want to do everything manually, the full steps are as follows:
-----------------------------------------------------------------------------------------------
apt install curl gnupg
add-apt-repository universe

Download the GPG signing key (signed by the Jellyfin Team):
-----------------------------------------------------------
mkdir -p /etc/apt/keyrings
curl -fsSL https://repo.jellyfin.org/jellyfin_te... | sudo gpg --dearmor -o /etc/apt/keyrings/jellyfin.gpg

Add a repository configuration at /etc/apt/sources.list.d/jellyfin.sources:
---------------------------------------------------------------------------
cat EOF | sudo tee /etc/apt/sources.list.d/jellyfin.sources
Types: deb
URIs: https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release )
Suites: $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release )
Components: main
Architectures: $( dpkg --print-architecture )
Signed-By: /etc/apt/keyrings/jellyfin.gpg
EOF

Update APT repositories:
------------------------
apt update

Install Jellyfin:
------------------
apt install jellyfin

Manage the Jellyfin system service:
-----------------------------------
systemctl status jellyfin
systemctl enable --now jellyfin

mkdir -p /video/movie

open browser & use the below url to open the dashboard
-------------------------------------------------------
http://Server-IP:8096



If forgot the user creds
------------------------
cd /etc/jellyfin/
ls
vim system.xml
systemctl status jellyfin
systemctl restart jellyfin
vim system.xml


Jellyfin Media Player
----------------------
https://github.com/jellyfin/jellyfin-...


Reference URL
-------------
https://jellyfin.org/docs/general/ins...

________________________________________________________________________________________________________________________________________________

#linuxbasics #learnbengali #linux #learnlinux #rhel #linuxos #linuxforbeginners #linuxadministration #linuxtutorial #youtube #subscribe #linuxoperatingsystem #media #ubuntu #bms #bgmi #ubuntulinux #beginners #homeentertainment