• 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.
    EinfachFinn
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #1
    2024-09-15, 01:15 PM
    Hello there!
    After what feels like forever of trying, rebooting, reinstalling etc. I'm posting this now.

    The problem:
    After setting up my jellyfin server, I can access it via app or web browser.
    For the first few seconds everything works fine, but after trying some media I get disconnected and cannot reconnect.
    Restarting the Jellyfin server does not work, nor does rebooting the PC.
    Only on my server-pc itself I can access my jellyfin library with the browser.

    My home server setup:
    Hp Elitedesk G3 running a fresh install of Kubuntu:
    External NTFS harddrive 1tb, mounted and also in fstab file;
    Router: FritzBox7510
    My log: https://pastebin.com/UZrvBuRQ

    I'm so done with this, I spend my whole weekend on this project and I want to quit this all so bad!

    I hope somebody can help me!
    I'm happy to provide any information needed!

    Thank you all in advance!
    Finn
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-15, 04:32 PM
    First, it looks like Jellyfin can't even read the NTFS drive. Read this post about setting that up.

    https://unix.stackexchange.com/questions...mount-ntfs

    How are you trying to access Jellyfin? Did you allow port 8096 in Linux firewall?

    Code:
    sudo ufw enable
    sudo ufw allow 8096
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Host-in-the-Shell
    Offline

    Member

    Posts: 167
    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)


    • 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