• 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 Does Jellyfin have Remote Access?

     
    • 0 Vote(s) - 0 Average

    Does Jellyfin have Remote Access?

    Luftwaffle
    Offline

    Junior Member

    Posts: 5
    Threads: 0
    Joined: 2025 Jun
    Reputation: 0
    Country:Canada
    #15
    2025-06-20, 04:59 AM
    Ok, so after spending several nights trying to get my own Jellyfin server onto the 'interweb', here's my tuppence worth of thoughts:

    1. Plex and Jellyfin employ totally different methods of connecting to remote viewers: as mentioned elsewhere, Plex (the app) uses a central server run by Plex (the company) and any client always connects to that central server first.

    2. Theoretically you are correct: you should be able to open port 8096 on your router and redirect incoming traffic to the machine on your local network that runs the jellyfin server. Just keep in mind that you are opening a door to the wild west and any and every crook in the world is sitting just outside your router. (You also need to tell Jellyfin to allow remote access in the settings).

    3. There are several levels of security and the VPN option is certainly one of the best, but do you want to explain to your 80 year old aunt Lydia in Timbuktu how to VPN into your server? Believe me, you don't.

    4. As everything in life, a compromise is the best option: I decided to go for Caddy and it seems to be working quite well. Aunt Lydia is quite apt to key in 'jellyfin.myserver.com' in a web browser or one of the many Jellyfin clients available for smart TVs.

    5. So what do you actually need?

      5.1 A domain name. Either get one from a free service like noip.com or dynv6.com. You choose a subdomain of theirs (mysplendidname.noip.com). Alternatively you can register your own domain. Not as complicated as it sounds. Costs about $15/pa and it's yours (like a personalised numberplate). Note that there are ISPs that offer free ddns service if you purchase the domain from them (mine does). So you got two birds with one stone.

      5.2 A helper programm on your machine that periodically checks your external IP and tells the ISP when it has changed (thus tying your dynamic IP to your superduperdomain.com). I use ddns-updater.

      5.3 Caddy. I am very impressed how simple and easy it is to set up:
          you literally have two lines in the config:
          mysuperduperdomain.com {
            reverse_proxy localhost:8096
          }

          Once you fire up Caddy, it will connect to Let's Encrypt and obtain a certificate for your domain. Automatically and free of charge. It will also renew it every 60 days. Quite impressive.

    That's it! (well, besides of Jellyfin, but I guess you're already running that)

    Interesting note (which I have not found mentioned anywhere!) DO NOT FORWARD port 8096!
    You only forward port 80 (http) and 443 (https) form your router to Caddy. Caddy will direct incoming traffic onto port 8096 (where hopefully Jellyfin is listening).

    Finally, in the Jellyfin settings you need to tell it a) there is remote traffic coming in and b) it runs via a reverse proxy. You find that in Dashboard/Networking. (Important: DO NOT enable https! Caddy is taking care of that already). Scroll down to Server Address Settings and in the field 'Known Proxies' you enter 'mysuperduperdomain.com'. A bit further down under 'Remote Access Settings' you find the tickbox 'Allow remote connections to this server'. This MUST be ticked for it to work! (Obviously. Duh!)

    End of story. Your aunt Lydia can now type in 'mysuperduperdomain.com' and connect. Notice: no port number here either!

    Hope this helps.
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Does Jellyfin have Remote Access? - by King Mustard - 2025-03-18, 07:40 PM
    RE: Does Jellyfin have Remote Access? - by TheDreadPirate - 2025-03-18, 07:55 PM
    RE: Does Jellyfin have Remote Access? - by toazt_ - 2025-03-19, 06:28 PM
    RE: Does Jellyfin have Remote Access? - by Efficient_Good_5784 - 2025-03-19, 06:40 PM
    RE: Does Jellyfin have Remote Access? - by toazt_ - 2025-03-20, 11:47 AM
    RE: Does Jellyfin have Remote Access? - by jimmyjammy - 2025-03-20, 12:37 PM
    RE: Does Jellyfin have Remote Access? - by StreetPreacher - 2025-03-24, 07:58 PM
    RE: Does Jellyfin have Remote Access? - by Efficient_Good_5784 - 2025-03-24, 08:22 PM
    RE: Does Jellyfin have Remote Access? - by StreetPreacher - 2025-03-29, 10:14 PM
    RE: Does Jellyfin have Remote Access? - by TheDreadPirate - 2025-03-24, 08:30 PM
    RE: Does Jellyfin have Remote Access? - by TheDreadPirate - 2025-03-30, 03:56 PM
    RE: Does Jellyfin have Remote Access? - by gizmomelb - 2025-04-09, 12:57 PM
    RE: Does Jellyfin have Remote Access? - by Luftwaffle - 2025-06-16, 05:40 AM
    RE: Does Jellyfin have Remote Access? - by nanouk76 - 2025-06-16, 09:14 AM
    RE: Does Jellyfin have Remote Access? - by Luftwaffle - 2025-06-20, 04:59 AM

    • 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