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. Plex has paywalled my server!

Plex has paywalled my server!

Scheduled Pinned Locked Moved Selfhosted
selfhosted
352 Posts 127 Posters 0 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.
  • W [email protected]

    Some FOSS projects are supported by having a for-profit company offer turnkey packaging and support for those projects. Look at TrueNAS. They sell nice NAS hardware preconfigured with their software and the profits support the development.

    haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
    haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
    [email protected]
    wrote last edited by
    #133

    Good point. I wanna point out that plex is not foss. Its closed source software which makes those moves even more idiotic because they could have paywalled new servers and accounts instead or weaned people off from their servers if they use local only, etc.

    But yes, one only needs to look at foss projects like lemmy, pixelfed, kde, gnome to see how it is done. This absolutely means you have to have more people than just yourself or you will definitely burn out.

    Tldr: some use gov funding, kickstarter, additional features, turnkey hosting, explain and ask for donations, etc.

    1 Reply Last reply
    1
    • haui_lemmy@lemmy.giftedmc.comH [email protected]

      Exactly. Thats why i use jellyfin now. Try installing it alongside. For me it worked well.

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

      Its already installed, but missing features, i was waiting for them to finish the db changes, because thats whats blocking them...

      haui_lemmy@lemmy.giftedmc.comH 1 Reply Last reply
      2
      • A [email protected]

        In this thread:

        1. An OP that doesn’t understand how their network is working
        2. People rushing to suggest a solution that they fawn over because it’s open source. I have yet to see anyone recommend Emby.
        3. “Tailscale will solve all your problems!” Great - how do I make that work on an LG TV that’s 100 miles away?
        G This user is from outside of this forum
        G This user is from outside of this forum
        [email protected]
        wrote last edited by
        #135

        fucking a, man

        A 1 Reply Last reply
        3
        • nilz@sopuli.xyzN [email protected]

          I thought we switched to libre for that definition and since then used free only as in free beer.

          spacecadet@feddit.nlS This user is from outside of this forum
          spacecadet@feddit.nlS This user is from outside of this forum
          [email protected]
          wrote last edited by
          #136

          Libre (from French) is sometimes used to solve the ambiguity of the word free in the English language, but it sounds kinda awkward in English and there's certainly no consensus that this should be the official replacement, or that the term free even needs replacement.

          Furthermore, the FSF who originally came up with the idea of "free software" still exists and is still called the Free Software Foundation, though Stallman uses both terms interchangeably.

          1 Reply Last reply
          1
          • O [email protected]

            Just because the destination IP address is not a LAN address? That's not misconfiguration, that's a legitimate use of NAT reflection/loopback. If that's how it determines who is streaming remotely then just run it behind nginx that forgets to set the correct headers.

            Edit: Apparently Plex centrally relays all the traffic? Self-hosted my 🍑, it's not self-hosted if you need to rely on their server.

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

            It doesn't relay all traffic, that's a fallback if a connection can't be established.

            1 Reply Last reply
            3
            • tabular@lemmy.worldT [email protected]
              1. Open source has high immunity to devs making changes at the expense of the user for their benefit because anti-features can be removed. Recommending another proprietary alternative here would be like saying they aught to leave an abusive partner but then recommend someone with the same red flags.
              G This user is from outside of this forum
              G This user is from outside of this forum
              [email protected]
              wrote last edited by
              #138

              self love isn't always an option

              Z tabular@lemmy.worldT 2 Replies Last reply
              0
              • D [email protected]

                Worse. Exposing Jellyfin to the internet is a bad idea given the teams stance on security.
                https://github.com/jellyfin/jellyfin/issues/5415#issue-824791596

                The only safe way to host jellyfin is with a vpn.

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

                Lots of those issues have been blown out of proportion, and would never be a real concern for the “just a dude running a server in his closet for his friends” setups. Which, to be clear, is the vast majority of setups.

                For instance, virtually all of the worst issues require that the attacker already has a valid login token. So unless they stole your buddy’s credentials, the only one to truly worry about would be your buddy directly. But yes, Jellyfin has some gaping holes, and letting it touch the WAN at all is always a risk. You’re giving attackers a new potential vector of attack that didn’t exist before, so that’s worth noting.

                mobotsar@sh.itjust.worksM 1 Reply Last reply
                2
                • S [email protected]

                  But I ran into challenges getting my server safely accessible for users outside my LAN

                  FWIW:

                  1. vps + domain (optional?)
                  2. connect vps to home server with wireguard (eg Tailscale)
                  3. reverse proxy on the VPS forwarding to jellyfin (eg Caddy)

                  Obviously not as trivial or seamless as Plex. Also I wouldn't try to complicate this setup by using docker for everything. But once its up you can basically host whatever you want on the WAN from your LAN.

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

                  So an additional 10 bucks a month….

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

                    I've had that happen to me with plex, it was probably 100% my fault because I specifically changed things during the setup of the docker file, but apparently Plex can't figure out that is local if it's running inside docker with non-host network, it probably only accepts local connections from the docker network, and I was never able to make it treat my actual home network as local.

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

                    Under Settings > Network there is a configuration item exactly for this. I'm running host network, but you can add the docker networks here as well.

                    N F 2 Replies Last reply
                    0
                    • G [email protected]

                      self love isn't always an option

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

                      Thank you Internet stranger for reminding me of this sketch.

                      tabular@lemmy.worldT 1 Reply Last reply
                      0
                      • U [email protected]

                        Its already installed, but missing features, i was waiting for them to finish the db changes, because thats whats blocking them...

                        haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                        haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #143

                        what features are you missing?

                        maggiwuerze@feddit.orgM 1 Reply Last reply
                        3
                        • haui_lemmy@lemmy.giftedmc.comH [email protected]

                          I tried testing a movie from my home server in plex through firefox and repeatedly got this message, even after reloading.

                          I knew that they had paywalled the apps on mobile and streaming from outside the network but now they have also blocked watching your own movies through your own hardware.

                          I do get the point that making software should be able to sustain people but I dont see the move of plex as a fair thing to do. Yes, they have made great software but taking your home server hostage feels like the wrong move.

                          Even a pop up that says "we need you to donate please" would have been fine. make it pop up before every movie, play donation ads before any movie but straight up disabling the app is kinda cruel.

                          Anyway, i have switched to jellyfin and it is insanely good. please give it a try. you can run it alongside plex with not issues (at least i had none) and compare the two.

                          In any case, good luck. Let me know if you need help.

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

                          Access via IP address and not the name. I've been having to do it that way for several days now, too.

                          Edit to add: It's due to a change I made in my OpnSense setup. I restored a ZFS snapshot and it's working again as it should.

                          haui_lemmy@lemmy.giftedmc.comH 1 Reply Last reply
                          2
                          • H [email protected]

                            Access via IP address and not the name. I've been having to do it that way for several days now, too.

                            Edit to add: It's due to a change I made in my OpnSense setup. I restored a ZFS snapshot and it's working again as it should.

                            haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                            haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #145

                            So its a thing. Very interesting. Thanks for confirming. Have you tried jellyfin? i switched now and it works great.

                            H 1 Reply Last reply
                            3
                            • haui_lemmy@lemmy.giftedmc.comH [email protected]

                              You're both right and wrong.

                              Its like saying "saying a company is easy to run shows you have never run an huge company."

                              Both are false dychotomies. The amount of hosting costs, manpower, etc does not come from the project but how it is set up.

                              If you have to run servers for a software at all determines the cost for hosting for example. Same for every other aspect.

                              Linux is a huge software project I'm working on. Yet the cost of it is a joke compared to its size. It has way more users than plex.

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

                              You were the one that made the claim that “software doesn’t have huge ongoing costs”, which is what I said is wrong. Lots of software does, as you now agree.

                              1 Reply Last reply
                              1
                              • haui_lemmy@lemmy.giftedmc.comH [email protected]

                                That is exactly the case. It is absolutely true and accusing me of lying is not okay.

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

                                You’re not lying, you’re just not good at networking and/or setting up Plex.

                                Plex does NOT charge for streaming on your own network. If it is saying that you need to pay it’s because you’ve set your network(s) or Plex up wrong.

                                haui_lemmy@lemmy.giftedmc.comH 1 Reply Last reply
                                4
                                • haui_lemmy@lemmy.giftedmc.comH [email protected]

                                  I have it set up in a way. That does not make it wrong. This is an option that plex gives you without warning so its their problem in the first place. They also just paywalled that feature that worked for years and they're not considering the consequences or they dont care. The least they could have done is put a link "if youre seeing this on your home network, you need to do THIS."

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

                                  You set it up in the wrong way if you want to stream locally on your network.

                                  It’s ok to admit that you made a mistake and it’s not plex’s fault. Just take some responsibility for your actions.

                                  haui_lemmy@lemmy.giftedmc.comH 1 Reply Last reply
                                  2
                                  • haui_lemmy@lemmy.giftedmc.comH [email protected]

                                    So its a thing. Very interesting. Thanks for confirming. Have you tried jellyfin? i switched now and it works great.

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

                                    I'm the only one in my family who accesses it on the web player, and the other ways still work fine.

                                    I'm not breaking something for the other two users in my household because of my own convenience.

                                    haui_lemmy@lemmy.giftedmc.comH 1 Reply Last reply
                                    0
                                    • F [email protected]

                                      You’re not lying, you’re just not good at networking and/or setting up Plex.

                                      Plex does NOT charge for streaming on your own network. If it is saying that you need to pay it’s because you’ve set your network(s) or Plex up wrong.

                                      haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                                      haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #150

                                      And the next wrong assumption. It's beginning to get really tiring. Maybe try to stop individualizing systemic problems. I know it is counter to our society but it is the only healthy way.

                                      I'm building networks for a living. The situation I'm in has zero to do with my skills and assuming so is highly disrespectful.

                                      But yes, as others have pointed out, it is likely that a configuration back when setting the service up years ago led to it using an outside connection which has only now become an issue because of plex's switch to blocking remote streaming.

                                      No matter because plex works just as well.

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

                                        I'm the only one in my family who accesses it on the web player, and the other ways still work fine.

                                        I'm not breaking something for the other two users in my household because of my own convenience.

                                        haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                                        haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #151

                                        fair enough i guess.

                                        1 Reply Last reply
                                        1
                                        • F [email protected]

                                          You set it up in the wrong way if you want to stream locally on your network.

                                          It’s ok to admit that you made a mistake and it’s not plex’s fault. Just take some responsibility for your actions.

                                          haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                                          haui_lemmy@lemmy.giftedmc.comH This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #152

                                          You're now using mental gymnastics to blame me for someone else's actions. Sorry mate but I'm not into that mumbo jumbo. good luck somewhere else.

                                          F 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