this post was submitted on 16 Jun 2025
506 points (90.7% liked)

Selfhosted

60644 readers
762 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] FreedomAdvocate@lemmy.net.au 17 points 1 year ago* (last edited 1 year ago) (20 children)

Are you saying that you’re on your home network with your Plex server and it won’t let you play your media without paying? That’s not true if so. You must be outside the network.

[–] Nibodhika@lemmy.world 5 points 1 year ago (13 children)

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.

[–] Zanathos@lemmy.world 6 points 1 year ago* (last edited 1 year ago) (12 children)

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.

[–] Fribbtastic@lemmy.world 4 points 1 year ago (1 children)

LAN networks is only available for plex pass users

[–] Zanathos@lemmy.world 2 points 1 year ago (1 children)

It all starts to make sense then. I need to set Jellyfin up soon. It's only a matter of time before they come after the "Lifetime" purchasers like myself. I bought it over a decade ago at this point.

[–] Fribbtastic@lemmy.world 5 points 1 year ago (1 children)

the actual problem here is that OPs network is not configured correctly and that Plex detects that the physical local client is actually accessing the server from a totally other network.

Fairly common when you use docker to run Plex and have the container run in bridge mode. This will put the container in the docker network that will then be different to your local network.

Plex determines if a stream is local or remote based on the network so when your container is in bridge mode, the physical local client will be a remote connection because of the different networks.

And since remote streaming requires Plex pass since end of April, you will see this.

[–] Nibodhika@lemmy.world 3 points 1 year ago

Yup, that's exactly the problem I have, it's ridiculous that it doesn't let me stream from a local network just because it thinks that it's local network is only the docker one, it should be fairly simple for Plex to figure out it's accessible via a direct connection and it doesn't need to route through the Plex servers for this. But it won't get fixed because it pushes people to pay, hell from what people are saying here the config to fix this is paywalled so they create a problem for which they sell you the solutions.

load more comments (10 replies)
load more comments (10 replies)
load more comments (16 replies)