this post was submitted on 11 May 2026
746 points (96.7% liked)

Selfhosted

60093 readers
1006 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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
[–] an0nym0us_dr0ne@europe.pub -4 points 1 month ago (2 children)

Tried Jellyfin, lacked critical functionality, got Plex, was amazed and got a lifetime pass and never worried about it again

[–] Joelk111@lemmy.world 8 points 1 month ago (2 children)

Critical functionality like what? I just switched to Jellyfin and hardly noticed a difference aside from a few different bugs.

[–] turmacar@lemmy.world 5 points 1 month ago (1 children)

It's a perennial thing with Jellyfin that it doesn't have the app / remote access support Plex provides. By itself it's a fully functional network media server, but by design it doesn't have the ability to reverse tunnel and it doesn't have the corporate infrastructure that gets it's app onto devices.

Yes you can set up wireguard / VPN access. Yes there are workarounds that can get Jellyfin streaming to most devices.

None of that matters when trying to talk someone on the phone through connecting to your server through the internet.

Plex is an account, it looks like a streaming service, it requires zero knowledge. I'm fairly certain some of my relatives have no idea it's streaming from a server in my basement. Jellyfin they have to trust you enough to setup separate other apps / configuration and have the patience / attention span / ability to follow directions to do so.

[–] Jolteon@lemmy.zip 5 points 1 month ago (1 children)

Reverse proxy to jellyfin looks identical to a normal streaming service from a user's perspective.

[–] rumba@lemmy.zip 1 points 1 month ago (1 children)

It's been a decade. That should be in JF by now.

Reverse proxy doesn't fix their unprotected endpoints. It doesn't give their clients 2fa, it doesn't make their search work reasonably well or their music client be able to preload the next song.

They're kind of stuck in a rut and are down to basic maintenance for releases

[–] Jolteon@lemmy.zip 2 points 1 month ago

Jellyfin has plugins fro both LDAPand OIDC, though IIRC the OIDC one isn't great.

[–] FreedomAdvocate@lemmy.net.au 4 points 1 month ago (1 children)

Remote play…..

Library sharing…,,

Apps on everything….

[–] rumba@lemmy.zip 1 points 1 month ago (1 children)

You can do all that on JF. Apps are def available on most things.

If you really wanted to try to complain about it, you should complain about security, search speed and subtitle support.

[–] FreedomAdvocate@lemmy.net.au -1 points 1 month ago (1 children)

Remote play you can't unless you want to open your network up to the internet, which is a terrible idea, and even then most TVs and devices don't have a JellyFin app.

[–] rumba@lemmy.zip 1 points 1 month ago

Remote play you can’t unless you want to open your network up to the internet,

That's absolutely wrong. You can remote proxy the same way they do, sure to the edge. you can open just the port and sandbox the container. There are ways.

and even then most TVs and devices don’t have a JellyFin app.

Almost every streaming device outside of TV's are covered and many tv's already support it. Every roku and android tv support it, along with most samsungs.

Tell me, are you guys getting paid by a plex PR firm or something, you all feel lots of ways about things with very little information and tons of white lies.

[–] Jolteon@lemmy.zip 7 points 1 month ago (2 children)

Out of curiosity, what "critical functionality" was it lacking?

[–] isles@lemmy.world 3 points 1 month ago

My media player is an ancient Chromecast 4k Ultra (yes, I hate google, but I also hate buying new things) and I can't cast from Jellyfin.

[–] rumba@lemmy.zip 1 points 1 month ago

Ohh! ohh! I have a wishlist!

  1. Finish the DB upgrade. The search is unusable on large collections, as a matter of fact, why not just go MySQL/PG?
  2. Protect ALL the endpoints if you're not logged in.
  3. Include 2FA on server/clients
  4. Closed captioning still turns on in some clients if you have caption language->default instead of captions->default
  5. Add a failed login file so we can use the actual fail2ban instead of the static one that's included.
  6. Release a full music api so we can control the playlist status from a client and preload the next song for crossfading without breaking the playlist.
  7. Put in hooks to properly support elasticsearch
  8. Clean up the plugin workflow, it's confusing AF
  9. Better playlist support. The only way to bulk create a playlist is to generate m3u, but once you generate m3u, the client is unable to manage it. Either make a clean bulk playlist editor or have the editors be able to import and delete the m3us.