Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. Jellyfin over the internet

Jellyfin over the internet

Scheduled Pinned Locked Moved Selfhosted
selfhosted
258 Posts 143 Posters 1 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • a@91268476.xyzA [email protected]

    @TribblesBestFriend @selfhosted Tailscale. I also use a reverse proxy because I like nice names

    T This user is from outside of this forum
    T This user is from outside of this forum
    [email protected]
    wrote last edited by
    #17

    I’m using Tailscale right now but so far no luck on my friend AppleTV. But like I said elsewhere it’s probably a operator error

    a@91268476.xyzA 1 Reply Last reply
    0
    • dataprolet@lemmy.dbzer0.comD [email protected]

      Take a look at Nginx Proxy Manager and how to set it up. But you'll need a domain for that. And preferably use a firewall of some sort on your server and only allow said ports.

      T This user is from outside of this forum
      T This user is from outside of this forum
      [email protected]
      wrote last edited by
      #18

      I’ve look a little on it, didn’t understand most of it. I’m looking for a comprehensive beginner guide before going foward

      wreckedcarzz@lemmy.worldW 1 Reply Last reply
      3
      • F [email protected]

        Who are you using for your domain? I was told if I used cloudfair they would ban me for having streaming traffic over their DNS.

        S This user is from outside of this forum
        S This user is from outside of this forum
        [email protected]
        wrote last edited by
        #19

        That would only be if you use their cloudflare tunnel feature

        1 Reply Last reply
        0
        • F [email protected]

          Who are you using for your domain? I was told if I used cloudfair they would ban me for having streaming traffic over their DNS.

          darkassassin07@lemmy.caD This user is from outside of this forum
          darkassassin07@lemmy.caD This user is from outside of this forum
          [email protected]
          wrote last edited by
          #20

          You can use cloudflares DNS and not use their WAF (the proxy bit) just fine. I have been for almost a decade.

          F 1 Reply Last reply
          1
          • N [email protected]

            I would not publicly expose ssh. Your home IP will get scanned all the time and external machines will try to connect to your ssh port.

            30p87@feddit.org3 This user is from outside of this forum
            30p87@feddit.org3 This user is from outside of this forum
            [email protected]
            wrote last edited by
            #21

            fail2ban with endlessh and abuseipdb as actions

            Anything that's not specifically my username or git gets instantly blocked. Same with correct users but trying to use passwords or failing authentication in any way.

            M 1 Reply Last reply
            36
            • T [email protected]

              What’s your go too (secure) method for casting over the internet with a Jellyfin server.

              I’m wondering what to use and I’m pretty beginner at this

              B This user is from outside of this forum
              B This user is from outside of this forum
              [email protected]
              wrote last edited by
              #22

              Tailscale, with nginx for https.

              Very easy, very simple, just works, and i can share my jellyfin server with my friends

              O 1 Reply Last reply
              7
              • T [email protected]

                What’s your go too (secure) method for casting over the internet with a Jellyfin server.

                I’m wondering what to use and I’m pretty beginner at this

                C This user is from outside of this forum
                C This user is from outside of this forum
                [email protected]
                wrote last edited by [email protected]
                #23

                Pangolin with Newt and CrowdSec on a VPS hosted in Europe, domain registered through cloudflare.

                1 Reply Last reply
                0
                • T [email protected]

                  What’s your go too (secure) method for casting over the internet with a Jellyfin server.

                  I’m wondering what to use and I’m pretty beginner at this

                  kingthrillgore@lemmy.mlK This user is from outside of this forum
                  kingthrillgore@lemmy.mlK This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #24

                  Set up a VPN, use PiVPN

                  T 1 Reply Last reply
                  1
                  • T [email protected]

                    I’m using Tailscale right now but so far no luck on my friend AppleTV. But like I said elsewhere it’s probably a operator error

                    a@91268476.xyzA This user is from outside of this forum
                    a@91268476.xyzA This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #25

                    @TribblesBestFriend @selfhosted I don’t use appletv but a workaround could be using airplay maybe?

                    T 1 Reply Last reply
                    0
                    • T [email protected]

                      What’s your go too (secure) method for casting over the internet with a Jellyfin server.

                      I’m wondering what to use and I’m pretty beginner at this

                      J This user is from outside of this forum
                      J This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #26

                      With wireguard i set up an easy VPN, then vpn to the home network and use jellyfin.

                      If i cant use vpn, i have Jellyfin behind a caddy server with automatic https and some security settings.

                      1 Reply Last reply
                      1
                      • T [email protected]

                        What’s your go too (secure) method for casting over the internet with a Jellyfin server.

                        I’m wondering what to use and I’m pretty beginner at this

                        H This user is from outside of this forum
                        H This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #27

                        Use a reverse proxy (caddy or nginx proxy manager) with a subdomain, like myservice.mydomain.com (maybe even configure a subdir too, so …domain.com/guessthis/). Don’t put anything on the main domain / root dir / the IP address.

                        If you’re still unsure setup Knockd to whitelist only IP addresses that touch certain one or two random ports first.

                        So security through obscurity 🙂 But good luck for the bots to figure all that out.

                        VPN is of course the actually secure option, I’d vote for Tailscale.

                        T alk@sh.itjust.worksA 2 Replies Last reply
                        9
                        • T [email protected]

                          What’s your go too (secure) method for casting over the internet with a Jellyfin server.

                          I’m wondering what to use and I’m pretty beginner at this

                          bjoern_tantau@swg-empire.deB This user is from outside of this forum
                          bjoern_tantau@swg-empire.deB This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #28

                          My router has a VPN server built-in. I usually use that.

                          1 Reply Last reply
                          1
                          • a@91268476.xyzA [email protected]

                            @TribblesBestFriend @selfhosted I don’t use appletv but a workaround could be using airplay maybe?

                            T This user is from outside of this forum
                            T This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #29

                            There’s no dedicated Jellyfin app for AppleTV you have to use Infuse.

                            I presume that the information from Tailscale wasn’t transfer correctly into Infuse. I’ll have to check it on place

                            1 Reply Last reply
                            1
                            • kingthrillgore@lemmy.mlK [email protected]

                              Set up a VPN, use PiVPN

                              T This user is from outside of this forum
                              T This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #30

                              I’ll try looking into that

                              kingthrillgore@lemmy.mlK 1 Reply Last reply
                              0
                              • O [email protected]

                                Nginx in front of it, open ports for https (and ssh), nothing more. Let's encrypt certificate and you're good to go.

                                cm0002@lemmy.worldC This user is from outside of this forum
                                cm0002@lemmy.worldC This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #31

                                Also run the reverse proxy on a dedicated box for it in the DMZ

                                O P 2 Replies Last reply
                                0
                                • T [email protected]

                                  What’s your go too (secure) method for casting over the internet with a Jellyfin server.

                                  I’m wondering what to use and I’m pretty beginner at this

                                  darkassassin07@lemmy.caD This user is from outside of this forum
                                  darkassassin07@lemmy.caD This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by [email protected]
                                  #32

                                  An $11/yr domain pointed at my IP. Port 443 is open to nginx, which proxies to the desired service depending on subdomain. (and explicitly drops any connection that uses my raw ip or an unrecognized name to connect, without responding at all)

                                  ACME.sh automatically refreshes my free ssl certificate every ~2months via DNS-01 verification and letsencrypt.

                                  And finally, I've got a dynamic IP, so DDClient keeps my domain pointed at the correct IP when/if it changes.


                                  There's also pihole on the local network, replacing the WAN IP from external DNS, with the servers local IP, for LAN devices to use. But that's very much optional, especially if your router performs NAT Hairpinning.

                                  This setup covers all ~24 of the services/web applications I host, though most other services have some additional configuration to make them only accessible from LAN/VPN despite using the same ports and nginx service. I can go into that if there's interest.

                                  Only Emby/Jellyfin, Ombi, and Filebrowser are made accessible from WAN; so I can easily share those with friends/family without having to guide them through/restrict them to a vpn connection.

                                  J 1 Reply Last reply
                                  5
                                  • T [email protected]

                                    What’s your go too (secure) method for casting over the internet with a Jellyfin server.

                                    I’m wondering what to use and I’m pretty beginner at this

                                    H This user is from outside of this forum
                                    H This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #33

                                    Synology with Emby (do not use the connect service they offer) running behind my fortinet firewall. DDNS with my own domain name and ssl cert. Open 1 custom port (not 443) for it, and that's it. Geoblock every country but my own, which basically eliminated all random traffic that was hitting hit. I've been running it this way for 5 years now and have no issues to report.

                                    amillionmonkeys@lemmy.worldA 1 Reply Last reply
                                    2
                                    • H [email protected]

                                      Use a reverse proxy (caddy or nginx proxy manager) with a subdomain, like myservice.mydomain.com (maybe even configure a subdir too, so …domain.com/guessthis/). Don’t put anything on the main domain / root dir / the IP address.

                                      If you’re still unsure setup Knockd to whitelist only IP addresses that touch certain one or two random ports first.

                                      So security through obscurity 🙂 But good luck for the bots to figure all that out.

                                      VPN is of course the actually secure option, I’d vote for Tailscale.

                                      T This user is from outside of this forum
                                      T This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #34

                                      Look pretty interesting. Do you have guide I could follow ?

                                      H 1 Reply Last reply
                                      0
                                      • T [email protected]

                                        What’s your go too (secure) method for casting over the internet with a Jellyfin server.

                                        I’m wondering what to use and I’m pretty beginner at this

                                        andrew@mnstdn.monsterA This user is from outside of this forum
                                        andrew@mnstdn.monsterA This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #35

                                        Nobody here with a tailscale funnel?? It's such a simple way to get https access from anywhere without being on the tailnet.

                                        T W 2 Replies Last reply
                                        1
                                        • andrew@mnstdn.monsterA [email protected]

                                          Nobody here with a tailscale funnel?? It's such a simple way to get https access from anywhere without being on the tailnet.

                                          T This user is from outside of this forum
                                          T This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #36

                                          I’m looking into it but I find that starting (or keeping open) Tailscale for music is not the best system.

                                          I’m looking into building a shared Jellyfin library between friends

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups