• 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: remote access issues

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: remote access issues

    glaney
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2025 Mar
    Reputation: 1
    #1
    2025-03-29, 02:56 PM
    a total newbie here! this is the first time i'm self-hosting so apologies if my questions are a little silly. i've set up my jellyfin server but i'm having issues connecting remotely. i don't intend to do proxy hosting/opening up my ports because i only intend to use it myself.

    from my understanding, i should be able to just type my ip address with ":8096" at the back but i just can't seem to do so when testing it out on a device that's not connected to the local network. the error shown on the jellyfin app says "unable to reach server". i have enabled remote access in my dashboard but it still doesn't work. i'm not entirely sure what am i doing wrong.
    Go to solution
    jimmyjammy
    Offline

    Member

    Posts: 89
    Threads: 0
    Joined: 2023 Jul
    Reputation: 1
    Country:Canada
    #2
    2025-03-29, 05:24 PM
    Are you using your public or local ip address when trying to connect outside your network?
    glaney
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2025 Mar
    Reputation: 1
    #3
    2025-03-29, 09:00 PM
    i've tried both! i have even tried the ip address of the tailscale vpn i tried on my server deivice. none of them work on an external network but both my local and tailscale ip addresses work on the local networks.
    StreetPreacher
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Mar
    Reputation: 0
    #4
    2025-03-29, 11:26 PM (This post was last modified: 2025-03-29, 11:27 PM by StreetPreacher. Edited 2 times in total.)
    (2025-03-29, 02:56 PM)glaney Wrote: a total newbie here! this is the first time i'm self-hosting so apologies if my questions are a little silly. i've set up my jellyfin server but i'm having issues connecting remotely. i don't intend to do proxy hosting/opening up my ports because i only intend to use it myself.

    from my understanding, i should be able to just type my ip address with ":8096" at the back but i just can't seem to do so when testing it out on a device that's not connected to the local network. the error shown on the jellyfin app says "unable to reach server". i have enabled remote access in my dashboard but it still doesn't work. i'm not entirely sure what am i doing wrong.

    Haha!

    You're not alone, I'm having almost the identical problem.

    For one, even if you're the only person using it, I think you'll still need to do the Port Forwarding if you want to access the server from outside of your local network. Because the Port Forwarding (ie. :8096) is used to send the Remote User to the System on you LAN that's hosting the SERVER.

    For instance, if you check your ROUTER configuration (under 'NAT'/'Virutal Servers') section, the JellyFin PORT will be listed as being associated with the 'internal IP' of the Server/Host computer. In  my case port 8096 directs traffic to 192.168.1.2 which is the IP I assigned to the 'Server' computer.

    So are you able to access the server over your LAN by opening the CLIENT app, and using the server address 'localhost:8096' or whatever the local system IP is with the :8096 'extension'? For example 'http://192.168.1.2:8096)?
    glaney
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2025 Mar
    Reputation: 1
    #5
    2025-03-30, 12:07 PM
    yeah, i'm able to connect to my server from another device if it's under the same network with the "ip address:8096". i'm just not able to do it once it's over another network.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-03-30, 03:54 PM (This post was last modified: 2025-03-30, 03:55 PM by TheDreadPirate. Edited 1 time in total.)
    Did you enable remote connections? And can you share your jellyfin logs via privatebin.net?

    Do you see anything when you try to connect remotely do you see anything?
    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]
    glaney
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2025 Mar
    Reputation: 1
    #7
    2025-03-30, 06:58 PM (This post was last modified: 2025-03-30, 06:58 PM by glaney.)
    yeah, remote connections are enabled. when i tested it on a browser, the page just doesn't load or says that the page doesn't exist. if i use a client app, the app tells me that it's unable to reach server.

    i've shared the logs with you! Smiling-face
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-03-31, 12:58 AM
    And you're typing in the 100. address when not on your WiFi?

    You should also enable IPv6 in Jellyfin. Or disable IPv6 in the OS.
    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]
    glaney
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2025 Mar
    Reputation: 1
    #9
    2025-03-31, 07:12 AM
    yeah, the 100. address is from the tailscale vpn.

    i've enabled the IPv6 and it still doesn't work though. on my OS, it says that my IPv6 has no network access as well. i've disabled it and tested it but also no luck.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2025-03-31, 12:56 PM
    Are you able to ping the tailscale IP when remote? Does your ISP use CGNAT? Their guide says it should be able to navigate CGNAT, but there are edge cases that could prevent tailscale from traversing the network.

    https://tailscale.com/kb/1082/firewall-ports
    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]
    Pages (2): 1 2 Next »

    « 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