• 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 SOLVED: Connecting to my local server

     
    • 0 Vote(s) - 0 Average

    SOLVED: Connecting to my local server

    soldatchristi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Apr
    Reputation: 1
    Country:India
    #1
    2024-04-26, 02:13 PM
    I cannot seem to connect to my local server. It starts with 192.168.x.x but when I put that on the android TV app, it doesn't work. It says it can't connect. I have a VPN but it is disabled. What could be wrong?
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-04-26, 02:16 PM
    Check two things first.

    1. Is your firewall open on the server to allow connections to it?
    2. Do you have "AP Isolation", or something similar, turned on in your router settings? This would prevent wireless devices from communicating with other devices on your network.
    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]
    soldatchristi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Apr
    Reputation: 1
    Country:India
    #3
    2024-04-26, 02:21 PM (This post was last modified: 2024-04-26, 02:23 PM by soldatchristi.)
    I am using Windows Firewall. I'm on Windows 11. I have allowed port 8096 but is there anything else I have to do? As for the router, I will check that now.

    Set AP Isolated is set to "No". I am using an ASUS router.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-04-26, 02:28 PM
    What server version are you running? And what version of the Jellyfin for Android TV app? Are you using https?
    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]
    soldatchristi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Apr
    Reputation: 1
    Country:India
    #5
    2024-04-26, 02:30 PM
    Server Version is: Version: 10.8.13
    Android Version is: 0.16.7
    I'm not using https, or at least I don't think so. I don't have it checked in the settings.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-04-26, 02:31 PM
    Can you share your Jellyfin logs via pastebin?

    C:\ProgramData\Jellyfin\Server\log
    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]
    soldatchristi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Apr
    Reputation: 1
    Country:India
    #7
    2024-04-26, 02:33 PM
    Sure.

    https://pastebin.com/nzGV3UCb
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-04-26, 02:47 PM
    There is something going on with your network config, but I don't know what specifically.

    Code:
    [2024-04-26 19:28:11.237 +05:30] [ERR] [16] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from "127.0.0.1" to "239.255.255.250:1900"
    System.Net.Sockets.SocketException (10049): The requested address is not valid in its context.
    ...
    [2024-04-26 19:28:53.886 +05:30] [ERR] [10] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/releases/plugin/manifest-stable.json"
    System.Net.Http.HttpRequestException: The requested address is not valid in its context. (repo.jellyfin.org:443)

    In Windows on your server, click on the start menu and type in "resource monitor".  Once that is open click on the Network tab then expand the "Listening Ports" window.  Find jellyfin.exe on port 8096.  What does it say in the firewall status column.
    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]
    soldatchristi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Apr
    Reputation: 1
    Country:India
    #9
    2024-04-26, 02:50 PM (This post was last modified: 2024-04-26, 02:50 PM by soldatchristi.)
    It appears I have fixed it.

    Apparently, I allowed 8096 in the outbound port, instead of the inbound. Silly mistake.

    (2024-04-26, 02:47 PM)TheDreadPirate Wrote: There is something going on with your network config, but I don't know what specifically.

    Code:
    [2024-04-26 19:28:11.237 +05:30] [ERR] [16] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from "127.0.0.1" to "239.255.255.250:1900"
    System.Net.Sockets.SocketException (10049): The requested address is not valid in its context.
    ...
    [2024-04-26 19:28:53.886 +05:30] [ERR] [10] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/releases/plugin/manifest-stable.json"
    System.Net.Http.HttpRequestException: The requested address is not valid in its context. (repo.jellyfin.org:443)

    In Windows on your server, click on the start menu and type in "resource monitor".  Once that is open click on the Network tab then expand the "Listening Ports" window.  Find jellyfin.exe on port 8096.  What does it say in the firewall status column.
    « 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