• 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 WebOS

     
    • 0 Vote(s) - 0 Average

    Jellyfin WebOS

    Can't connect to Jellyfin server on LG TV (webOS) on local network
    anne
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #1
    2024-02-02, 09:57 AM
    Can't connect to Jellyfin server on LG TV (webOS) on local network

    Hello everyone,

    Brand new user  here.......

    I installed jellyfin server on my linux laptop and I'm trying to connect to it via the Jellyfin app on my LGTV.
      
    The address and port to my laptop is correct (http://192.168.x.xx:8096 )

    When I click connect on th TV to connect,  I get the message "Are you sure you are connecting to a Jellyfin server?".

    I can log in the Jellyfin server via my FF Browser which is on the same laptop,  and play movies make changes etc.

    I am lost....

    Anne
    Host-in-the-Shell
    Offline

    Member

    Posts: 166
    Threads: 10
    Joined: 2023 Jun
    Reputation: 14
    #2
    2024-02-02, 02:58 PM (This post was last modified: 2024-02-02, 02:58 PM by Host-in-the-Shell.)
    Hey there, Anne. Welcome to the forums.

    It would be very helpful for us if you could describe your installation method, and particular distribution of Linux used to host Jellyfin at. That said, this sounds to me like a firewall issue. As suggested by the documentation, you want to make sure you are correctly forwarding the ports that Jellyfin uses, and to configure your firewall accordingly so it can provide access to said ports for other devices.
    Using ufw as an example:

    Code:
    sudo ufw allow 8096/tcp
    sudo ufw allow 8920/tcp
    sudo ufw allow 1900/udp
    sudo ufw allow 7359/udp

    You can verify if the rules were added with

    Code:
    sudo ufw status
    Server specs => OS: Debian 12 | GPU: Arc A380 | CPU: Ryzen 5 5600X | 64GB RAM | 56TB
    anne
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #3
    2024-02-03, 04:28 AM
    My system is latest Linux Mint
    My Jellyfin Server installation method was via Software Manager
    My Jellyfin install on the TV was via the LG TV Install App

    This is my ufw satus
    139,445/tcp ALLOW Anywhere
    137,138/udp ALLOW Anywhere
    8096/tcp ALLOW Anywhere
    8920/tcp ALLOW Anywhere
    1900/udp ALLOW Anywhere
    7359/udp ALLOW Anywhere
    139,445/tcp (v6) ALLOW Anywhere (v6)
    137,138/udp (v6) ALLOW Anywhere (v6)
    8096/tcp (v6) ALLOW Anywhere (v6)
    8920/tcp (v6) ALLOW Anywhere (v6)
    1900/udp (v6) ALLOW Anywhere (v6)
    7359/udp (v6) ALLOW Anywhere (v6)

    139,445/tcp ALLOW OUT Anywhere
    137,138/udp ALLOW OUT Anywhere
    139,445/tcp (v6) ALLOW OUT Anywhere (v6)
    137,138/udp (v6) ALLOW OUT Anywhere (v6)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-02-03, 04:53 AM
    The Mint software manager is probably installing a flatpak or snap or something. Those are not maintained by Jellyfin.org. Please remove those and install the package installer for debian/ubuntu, which should work the same on Mint.

    Code:
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
    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]
    1
    anne
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #5
    2024-02-03, 08:15 AM
    ****** Thank You !!! ******

    1. I did a remove of the Jellyfin Server using the Mint Software Manager
    2. I used terminal to run curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

    3. I used my browser to address http://192.168.x.xx:8096
    and my original jellyfin server is alive and well ???????

    4. HOWEVER.... I can now access the jellyfin server with my TV...

    5. SUCCESS

    6. But I am confused as to whymy original Jellyfin Server was still there for the new install to fins ???

    BUT all is well that ends well..
    1
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-02-03, 04:20 PM
    I am pretty sure that the flatpak/snap keeps all its files within the flatpak/snap directory structure. Your original files in /etc/jellyfin and /var/lib/jellyfin were probably still there.
    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]
    « 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