- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Plex is starting to enforce its new rules, which prevent users from remotely accessing a personal media server without a subscription fee.
If anyone needs it: https://jellyfin.org/



“Good luck setting up remote streaming with free Plex.”
Yes, Jellyfin does not forward ports for you. Same as free Plex. With this change both are the same difficulty to set up for free, the only difference is with Plex there’s a shortcut: Buy Plex.
I don’t think simply forwarding the port actually works with free Plex anymore. I think if the server has a different public IP from the client it asks you to pay, even if you’re connecting to the server over LAN.Edit: That doesn’t appear to be true. I’m not entirely sure how Plex is checking whether you’re trying to stream remotely. In my case at least it works if I connect to my server using the LAN IP, but not if I use DNS (even though it resolves to the same IP). Maybe I’m missing something to allow it to work using the hostname.
Interesting, maybe they check whether it’s a domain/remote IP on the client side to prevent usage of a reverse proxy.
I checked the logs and it said it was assuming a remote connection because there was an unknown hostname in the headers (I forget the exact wording). It was because the hostname I was using didn’t match the hostname configured in the server’s OS (one I set up on my local DNS server).