this post was submitted on 22 May 2026
93 points (98.9% liked)

Selfhosted

59379 readers
666 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Honest question, because I know multiple people who are not looking to jump ship since they already have the Plex Pass.

top 50 comments
sorted by: hot top controversial new old
[–] SethranKada@lemmy.ca 6 points 49 minutes ago (1 children)

I got a lifetime pass for cheap ages ago and while the company isn't doing so well, Plex itself isn't getting any worse. Its just not getting better.

As long as that continues, then I'm fine with staying. I only really use it for Plexamp anyway.

[–] Bryan065@kbin.earth 2 points 19 minutes ago

oh I forgot about Plexamp. Its been my main music app since it also does Android auto.

It just works so well and nothing else comes close so far.

[–] FauxLiving@lemmy.world 7 points 51 minutes ago

I run both, I got the lifetime license for under $100 and it is much easier to have my various family members install the Plex app and then login than to get them on my VPN to access Jellyfin.

Grandma ain't installing Tailscale

[–] Seefoo@lemmy.world 4 points 42 minutes ago

Plex clients arent great, but they are better on many TVs compared to jellyfin. Also the wife is used to it, so I don't really want to retrain

[–] HeartyOfGlass@piefed.social 2 points 21 minutes ago (1 children)

I'm in the throes of attempting a migration from Plex (lifetime pass, here) to Jellyfin, and my main issue is echoed elsewhere: It's a headache to set up secure external access. My users would either need a new account through some auth gate I'd have to set up & manage, or I'd have to wire everyone up through wireguard or something they'd have to remember a password for and blah blah blah.

Plex is the only thing my home server is sharing. I don't have anything directly exposed to the external internet. In any case I can think of, doing this "right" means extra steps (on top of new steps) for my current users, plus new security concerns & added user management for myself.

[–] SirSamuel@lemmy.world 0 points 18 minutes ago

I got a Synology NAS and despite being a technical idiot I was able to set up my family with Jellyfin on Roku phoning home to my NAS.

[–] 50MYT@lemmy.world 1 points 5 minutes ago

Ive been using Plex for a few years. No pass. Desktop all the media is on, tv with a Chromecast. Android and iOS phones, both with Plex apps where I cast to the tv from.

The old app worked fine.

The new Plex app has issues with this. Some titles just won't cast, you press play and it goes back to menu. I have to go to the desktop and cast from the Plex server page to the same tv and it works.

It's frustrating.

[–] makeshift0546@lemmy.today 3 points 46 minutes ago* (last edited 45 minutes ago)

The UI didn't support remotes on console and use tiles. Really amateur shit. No need to set up a reverse proxy. I have a lifetime, zero need to switch.

[–] lIlIlIlIlIlIl@lemmy.world 2 points 45 minutes ago

Jellyfin crashes when living next to Plex in Docker, something about grabbing the same transcoder or something - I forget I’m pretty removed now.

But if I can’t run in parallel, I can’t eventually make the switch, since I can’t get started. And it’s not a great time to pick up a second box just for testing.

[–] Shikakka@lemmy.world 5 points 1 hour ago

Life time subscriber since a very long time. So no need, but I would have switched if there was a decent Xbox or LG TV app.

Plex works for me, Jellyfin doesn’t because of missing apps 🤷‍♂️

[–] r0ertel@lemmy.world 3 points 1 hour ago

I started with Plex because it was an installable app on my NAS. It worked great with a Roku stick that was given to me. Same for a TV that had the Plex client. It works well for the others in the house. I got a Plex pass on sale a few years ago.

I'd like to switch to Jellyfin, but would need to find the client for 2 TVs and deal with the complaints if it doesn't work exactly like Plex.

[–] flynnguy@programming.dev 1 points 39 minutes ago

Last time I tried it, it wanted my media in a specific file structure, so I ended up having multiple instances of the same show. I could reorder everything but I got a plexpass when it was dirt cheap so I'm not that inclined to reorder everything.

If I was just starting out, I'd probably use Jellyfin but haven't mostly due to inertia.

[–] irotsoma@piefed.blahaj.zone 1 points 47 minutes ago* (last edited 47 minutes ago) (1 children)

I have a lifetime pass from many years ago when it was cheap. So I'm not in a huge rush to convert and want to do it right. But I am on the path to converting. I decided to make a major change to my home server infrastructure and it's still in an experimental stage. Moving from a really old standalone computer I've used for. HTPC purposes over the years, currently dedicated to Plex combined with a few raspberry pi's of various generations for the little stuff, and a single, good NUC for my router, to adding two additional NUCs and eventually upgrading the Plex computer with a more modern processor and video card for ML stuff for Immich and a few other systems that I plan to start using. I'm not just moving from Plex, but also a lot of Google and Nest products.

My dilemma has been Docker Swarm vs Kubernetes. I was trying to set up Kubernetes in a way that is easily repeatable and self documenting, but ended up with lots of manual steps required to install things and lots of things that I had to write my own helm charts for as well as the scripts to install and set up Kubernetes itself on each of the servers. Lots of custom stuff. Docker Swarm would be way easier, but the issue is I'm worried about Docker getting so proprietary these days and swarm mode getting so little attention, and Podman quadlets aren't self balancing across multiple small servers like swarm. So that's why I haven't switched to Jellyfin yet.

[–] DecentM@lemmy.blahaj.zone 1 points 22 minutes ago

I wanted the same thing with Kubernetes and ended up using FluxCD. Highly recommend it. It basically syncs a git repo to the cluster, so you just push to github or whatever, and it auto applies the changes you pushed. Also, llm models tend to be good at teaching this topic and even writing yaml files for it, so the initial learning curve was not bad actually.

Now I'm exploring doing this even better with this template: https://github.com/onedr0p/cluster-template

[–] const_void@lemmy.ml 5 points 1 hour ago (1 children)

The Apple TV client is basically unusable. Otherwise I would have switched already.

load more comments (1 replies)
[–] motruck@lemmy.zip 1 points 1 hour ago

Te kodi integration has nothing on plex4kodi. If they worked the same I'd switch in a heart beat. Jellyfin and Plex both have terrible interfaces and can't play media nearly as well as Kodi hence the requirement.

[–] fartographer@lemmy.world 13 points 3 hours ago

I absolutely love jellyfin and frequently take advantage of its features. But the client absolutely suck butt. When I can hardly get my mom to remember which app on her TV lets her watch what, I can't also have her fucking around with play buttons that don't do what they say, a "continue watching" list that's often haunted by episodes that have been marked as watched, or inscrutable menu icons mashed into the top-right corner of a media browser.

And don't get me started on getting people logged in on the client.

[–] the_artic_one@piefed.social 12 points 3 hours ago (3 children)

I got started with jellyfin and never used Plex but there's a bunch of rough edges:

  • No apps on several smart tv/streaming stick stores, Vizio has an app for plex but not jellyfin so I would need to buy a new streaming device. Yes smart tvs spy on you but the alternatives people recommend either spy on you just as much or are expensive (Nvidia shield) and most of them still require side loading so it's a major obstacle for sharing with anyone else.
  • Casting from the mobile app won't play at full resolution, you can get around this by using VLC as your player and casting from that but that causes it to frequently lose watch progress. Also stopping casting or playing the next episode doesn't work properly with VLC and you need to rapidly mash "back" to get into the jellyfin app again and queue up a new episode.
  • The current release of Jellyfin desktop won't play audio for iptv streams, this is fixed in the dev branch but I have yet to find a build without other critical bugs so I'll likely need to wait for the next release which currently has no target date.
  • The browser version has spotty controller support that stops working constantly. When it does work it lacks any way to access context menus to mark shows as watched etc. If you're using a flatpak browser to run it on steam deck or whatever, you'll have codec and passthrough issues (Chrome is the only flatpak with decent codec support).
  • Others have mentioned the security issues which you can bypass by putting authentik or something in front of it but then you can only share with people using browser.
load more comments (3 replies)
load more comments
view more: next ›