• 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 Troubleshooting Networking & Access jellyfin-server dissappears after few seconds.

     
    • 0 Vote(s) - 0 Average

    jellyfin-server dissappears after few seconds.

    I get disconnected after 20 seconds and can't reconnect. Not in the application, not in my browser. The server is invisible and cannot be accessed by any device other than the server itself.
    Host-in-the-Shell
    Offline

    Member

    Posts: 169
    Threads: 10
    Joined: 2023 Jun
    Reputation: 14
    #3
    2024-09-15, 04:48 PM
    Also, once properly mounted, does your media directory has the correct permissions set up for the jellyfin server to access its content? 

    If Jellyfin is running under its own user, I would probably try

    Code:
    sudo chmod -R 755 /path/to/your/media

    then add the jellyfin user to your user group, and assign owners:

    Code:
    sudo usermod -aG yourusername jellyfin
    sudo chown -R yourusername:yourusername /path/to/your/media

    Make sure your media is somewhere outside your home directory. If you want the jellyfin user to be able to write files, such as nfo and other metadata, I think you need to use 775 instead of 755, at least that's how it works for me. If you don't have a group for your user, you can make one with

    Code:
    sudo groupadd yourusername

    but Kubuntu being Ubuntu based I imagine it's already created by default.
    Server specs => OS: Debian 12 | GPU: Arc A380 | CPU: Ryzen 5 5600X | 64GB RAM | 56TB
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    jellyfin-server dissappears after few seconds. - by EinfachFinn - 2024-09-15, 01:15 PM
    RE: jellyfin-server dissappears after few seconds. - by TheDreadPirate - 2024-09-15, 04:32 PM
    RE: jellyfin-server dissappears after few seconds. - by Host-in-the-Shell - 2024-09-15, 04:48 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