this post was submitted on 22 May 2026
210 points (97.7% liked)
Selfhosted
60177 readers
588 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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I see plenty of comments suggesting it's not the set it and forget it that Plex is.
I have set up both. Honestly Jellyfin was MUCH more easy to setup because Plex requires a very specific way to setup the network otherwise it craps its pants and refuses to work on LAN.
But after figuring out those pain points, both are set and forget. The main differences are privacy concerns vs wide access outside of LAN and on more devices.
The fact that Plex does not even have settings for hardware encoding, besides on/off, tells me that's bullshit
Great; post your guide/instructions showing how easy it was.
Run
docker compose up -dNavigate to
http://<IP>:8096Follow the wizard to create a user and libraries.
Profit
Steps for Plex:
Run
docker compose up -dNavigate to
http://<IP>:32400Create an account with Plex, give them your email and create a password with the specific requirements they impose. Agree with their use policy and confirm the pop-ups about ads and such.
You can now watch Plex media. Clicking your media will only have a link to https://www.plex.tv/media-server-downloads/
Look everywhere to figure out where to add your local media and give up.
Look in Google and no one has this issue.
Spend a few hours trying and give up.
BTW, the issue there that took me months to figure out is that while Plex documentation says that you only need to expose that port, it only works in network host mode, so unless you give it full control of your network it just refuses to work.
I see more open ports for Jellyfin than I do for plex…..
So? Jellyfin only needs 8096, the other two are https and lan discovery, you can also add 1900 for DNLA. On the other hand Plex has 8 additional configurable ports for other stuff, but that's besides the point because it requires
network_mode: hostotherwise it pretends it can't be seen.Ok