this post was submitted on 19 Mar 2025
1103 points (99.4% liked)

Selfhosted

44666 readers
1201 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
 

We are also changing how remote playback works for streaming personal media (that is, playback when not on the same local network as the server). The reality is that we need more resources to continue putting forth the best personal media experience, and as a result, we will no longer offer remote playback as a free feature. This—alongside the new Plex Pass pricing—will help provide those resources. This change will apply to the future release of our new Plex experience for mobile and other platforms.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 8 hours ago (1 children)

I've said it for years that Plex is shit because of their license and the fact that you have no control everyone said no it's fine it's my media fucking look at it now

load more comments (1 replies)
[–] [email protected] 35 points 11 hours ago (6 children)

I'm surprised by the resistance to Jellyfin in this thread. If you are using Plex, you're already savvy enough to use bittorrent and probably the *arrs. If you can configure that stuff, Jellyfin is absolutely something you can handle. If you like Docker, there's good projects out there. If you're like me and you don't understand Docker, use Swizzin community edition. If you can install Ubuntu or Debian, and run the Swizzin script, you're in business.

load more comments (6 replies)
[–] [email protected] 5 points 15 hours ago (2 children)

As someone looking to get into self hosting and was researching plex. What’s been the experience like using jellyfish with non techy people? This is mainly something I want to set up for my parents

[–] [email protected] 2 points 13 hours ago

Jellyfin is very versatile but a bit clunky. I have it set up for my parents on their Roku and it works well enough for them. I set it up for other family members on their WebOS TV but they don't really use it. I used to use it with Roku as well, but had issues with some captions, Dolby Atmos and HDR. I finally broke down and got an Nvidia shield, which fixed all my problems since the developers focus on Android TV the most. I also have Plex, and it is easier to set up, looks more polished, but is less versatile.

[–] [email protected] 7 points 15 hours ago (2 children)

As a techie I hate this answer but it's hard to beat a Roku with Plex from an ease of use standpoint. My 70+ year old parents have no problem navigating it.

[–] [email protected] 4 points 11 hours ago

Uh, my parents are over 80, and I have jellyfin set up on their firestick. They have no problem using it. It's just an app they open like anything else.

[–] [email protected] 0 points 11 hours ago

Yeah, this is the unfortunate truth. Jellyfin’s setup will never be as simple as Plex, purely because the simple setup requires a centralized server to coordinate things. And Jellyfin is built specifically to rebel against centralization. Plex is easy because the company has servers set up specifically to handle the remote access handshake.

[–] [email protected] -3 points 17 hours ago (1 children)

Seems reasonable. I'm a lifetime Plex pass holder, so it won't affect me or the one person I let access my server lol

[–] [email protected] 6 points 15 hours ago
[–] [email protected] 28 points 17 hours ago (3 children)

jellyfin + tailscale is all you need. It's so damn good and easy

[–] [email protected] 2 points 10 hours ago (2 children)

How do you set up HTTPS? I would like to encrypt the communication between my tailscale devices and my homeserver. Is it just a matter of using Let's Encrypt with Nginx?

[–] [email protected] 4 points 7 hours ago

Tailscale is based on the wireguard protocol, which has already very strong encryption

load more comments (1 replies)
[–] [email protected] 3 points 10 hours ago

tailscale changed the computing experience for me in everything I do. Amazing networking solution. I also use zerotier but find myself on tailscale more due to how many devices they offer.

[–] [email protected] 2 points 16 hours ago (2 children)

This might be a dumb question, but could I access my Jellyfin through an external VPN like Proton?

I have it set up in my raspberry to download Linux ISOs and run Jellyfin

[–] [email protected] 2 points 11 hours ago* (last edited 9 hours ago) (4 children)

Not in the way you’re probably thinking, no. The VPN (like Proton) will be isolating devices from each other. This is by design, so you don’t end up in situations like different customers seeing each other on the network.

Your router might be able to act as a VPN host. This would allow you to connect to your home network from anywhere, and use it just like you would use a service like Proton. And if your home network is set to allow devices to see each other, then you could see your Jellyfin server. See if your router can run Tailscale or can act as a WireGuard (or OpenVPN) host. Tailscale will be the most straightforward approach, but not everything can run it. Worst case scenario, you could just run Tailscale directly on your Jellyfin server.

The big issue with requiring a VPN is that it makes remote access on some devices difficult or damned near impossible. For instance, good luck getting a smart TV to run Tailscale. Tailscale will be fine for things like phones, laptops, or tablets. But if you have a smart TV you want to remote view things on, you may need to consider a reverse proxy instead. And a reverse proxy is such a rabbit hole that it would deserve its own post.

load more comments (4 replies)
[–] [email protected] 3 points 15 hours ago (1 children)

If you mean that you are using Proton VPN on your Raspberry Pi to mask your downloading traffic, then no that same VPN will not help you access services like Jellyfin on your home network while you are remote.

Instead you'll want to use something like Tailscale (or Wireguard). You run it as a service on your home network and it then becomes your own VPN that you (or others) can use to connect to your home network when you are remote.

You could run Wireguard on the same RaspberryPi that you use for downloading but I would recommend against it assuming that you're running Proton VPN right on the host itself (and not inside a container).

load more comments (1 replies)
load more comments
view more: ‹ prev next ›