Jellyfin server install in LibreElec

  • Hi Guys,

    Quick one, i have Jellyfin Server and Kodi running on a same pc, OS is Xubuntu

    I would like to move his setup to LibreElec, so question....Is there a way to install a Jellyfin Server in Libreelec?, i tried to enable SSH, putty to LibreElec and run the Jellyfin install commands without success.

    Any pointers if this is doable?

  • Hi Guys,

    Quick one, i have Jellyfin Server and Kodi running on a same pc, OS is Xubuntu

    I would like to move his setup to LibreElec, so question....Is there a way to install a Jellyfin Server in Libreelec?, i tried to enable SSH, putty to LibreElec and run the Jellyfin install commands without success.

    Any pointers if this is doable?

    The LibreELEC Jellyfin addon runs well.

  • Sorry to revive this.

    I have my media on a QNAP NAS, and I know I can run jellyfin directly on there, but it seems like it will be a real pain.

    Is it possible to run jellyfin on LibreElec, and point it at the media on the NAS, and to then be able to use a jellyfin app on AppleTV or similar to be able to watch those videos from a remote location?

  • Sorry to revive this.

    I have my media on a QNAP NAS, and I know I can run jellyfin directly on there, but it seems like it will be a real pain.

    Is it possible to run jellyfin on LibreElec, and point it at the media on the NAS, and to then be able to use a jellyfin app on AppleTV or similar to be able to watch those videos from a remote location?

    Mount your NAS share on Libreelec and Jellyfin addon on Libreelec will see your media.

  • Thanks for the very helpful reply.

    So at the moment I don't mount the NAS share. For Kodi, I used advancedsettings.xml to point to a database.

    So my understanding/hope is that jellyfin won't mess with my existing Kodi setup unless I was to enter the jellyfin client plugin.

    Basically, I've been using plex on my NAS to allow me to watch media on the go, but they are putting the price up, so I would like a cheaper (ideally free) option.

  • ..

    Basically, I've been using plex on my NAS to allow me to watch media on the go, but they are putting the price up, so I would like a cheaper (ideally free) option.

    Main part of NAS cost is hardware kit and storage devices. Kodi/Libreelec is stuff that you attach to your tv. Jellyfin and NAS are things attached to your network. You can put your Jellyfin server on your media kit next to tv or on your NAS kit in your basement. Libreelec does not have NAS functions for storage management and resilience. If you are looking for your qnas replacement, you are on wrong forum.

  • Sorry, you have misunderstood me.

    My media are on my NAS, and always will be. Kodi works and I have my media configured using an sql database.

    So my question relates to configuration of jellyfin on LibreElec. In order for jellyfin to 'find' my media, do I actually need to mount the NAS share, or can I direct jellyfin to find it?

    I've had a play around, and it looks like I do.

    However, I don't think jellyfin works in quite the same way as plex, so it looks like if I want to allow remote access to the server, I have to 'open up' my network, which would carry risk. It also requires that my home IP address is static, and that I have a bit more networking expertise that I currently have!

  • sorry to resurrect an old post, but from my understanding of what OP was looking for was to run a jellyfin server on the same box as libreelec.

    after many attempts I was able to get it working, and although I do not know if I will miss some details here I'll give you the short version, for anyone else that wants to do this.

    I installed the Linuxserver.io repo some time ago, and they have a jellyfin docker container.

    the problem I ran into, was that I could never get logged into jellyfin because root access is disabled, and libreelec uses root for most everything.

    after countless hours, many attempts and scouring the forums, I stumbled across a post talking about SMB, and that there is an account called nobody.

    I looked in the /etc/passwd, which contains basic information about each user, such as the username, user ID (UID), group ID (GID).

    in the jellyfin docker configuration, I changed the corresponding UID/GID to "nobody"

    rebooted, just as a precaution but it probably would've worked by just starting the docker.
    and then I logged into the web interface as nobody with no password.

    I was then able to set up users inside jellyfin.

    I hope these breadcrumbs help someone else

  • I'm afraid I don't follow.

    Jellyfin has its own users, it doesn't rely on system users. The first time you visit its gui, you go through a wizard to create the jellyfin admin user.


    Linuxserver's docker addons do not run as root. They run as user nobody on LE. But that has nothing to do with the user password used in jellyfin gui.


    I looked in the /etc/passwd, which contains basic information about each user, such as the username, user ID (UID), group ID (GID).

    I don't follow this part. Are you looking inside the container?


    With the addon, you simply install it from the repo, wait a bit for it to download the image and create the container, and then you visit http://serverip:8096 in a browser to go through the wizard.


    The uid/gid setting is only needed if you're accessing existing media on a remote share and you need to match the perms. Otherwise you don't need to change anything.