• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Guides, Walkthroughs & Tutorials Linux Jellyfin Permissions

     
    • 0 Vote(s) - 0 Average

    Linux Jellyfin Permissions

    LINUX - Ultimate and Definitive Guide for Jellyfin Permissions --- hopefully....
    Generator
    Offline

    Junior Member

    Posts: 49
    Threads: 0
    Joined: 2025 May
    Reputation: 2
    #2
    2025-05-09, 08:37 PM
    Over complicated guide, forget Windows partitions on Linux, just use Linux partitions and add both user and jellyfin to same group

    Code:
    sudo groupadd media
    sudo usermod -aG media $USER
    sudo usermod -aG media jellyfin
    newgrp media

    Create a root path/folder and set default group to media

    Code:
    sudo mkdir -p /media/jellyfin
    sudo chown :media /media/jellyfin
    sudo chmod g+s /media/jellyfin
    sudo chmod 2775 /media/jellyfin


    Restart jellyfin service
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Linux Jellyfin Permissions - by Kwakers - 2025-05-09, 05:36 PM
    RE: Linux Jellyfin Permissions - by Generator - 2025-05-09, 08:37 PM
    RE: Linux Jellyfin Permissions - by Kwakers - 2025-05-09, 09:29 PM
    RE: Linux Jellyfin Permissions - by Generator - 2025-05-09, 09:39 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode