How to Install Jellyfin on Manjaro
Jellyfin is a free and open source media server that allows you to stream media files on multiple devices. In this tutorial, we will explain how to install Jellyfin on Manjaro.
Prerequisites
- A Manjaro installation with root access or an administrative user
- An internet connection
Step 1: Enable the Jellyfin Repository
By default, Jellyfin is not included in the Manjaro repository. To install it, you need to add the Jellyfin repository to your system. Here are the steps to do it:
- Open a terminal and run the following command to download and add the Jellyfin repository key:
sudo pacman-key --recv-key 9CA6EE0A456C4263
- Verify the key fingerprint by running the following command:
sudo pacman-key --finger 9CA6EE0A456C4263
- Add the Jellyfin repository to your system by running the following command:
sudo pacman -Syyu
sudo pacman -S jellyfin
Step 2: Start Jellyfin Server
After installation, you can start the Jellyfin server by executing the following command:
sudo systemctl start jellyfin.service
You can check the running status of Jellyfin server by running the following command:
sudo systemctl status jellyfin.service
Step 3: Configure Jellyfin
Once you have started the Jellyfin server, you can access its web interface by opening your web browser and navigating to http://localhost:8096. You can also access Jellyfin from any other device on your network by using the IP address or hostname of your Manjaro machine followed by the port number.
Conclusion
That's it! You have successfully installed Jellyfin on Manjaro. You can now configure media libraries and start streaming your media files on your devices. Enjoy!