this post was submitted on 28 Nov 2025
479 points (98.4% liked)

Selfhosted

53204 readers
1504 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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/

you are viewing a single comment's thread
view the rest of the comments
[–] horse@feddit.org 1 points 18 hours ago* (last edited 17 hours ago) (1 children)

~~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.

[–] Chewy7324@discuss.tchncs.de 1 points 10 hours ago (1 children)

Interesting, maybe they check whether it's a domain/remote IP on the client side to prevent usage of a reverse proxy.

[–] horse@feddit.org 1 points 3 hours ago

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).