this post was submitted on 23 May 2026
154 points (97.0% liked)

Selfhosted

60409 readers
263 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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Assuming the user will not be connecting over vpn, but is both remote and non-technical, how would you expose Jellyfin to them securely?

you are viewing a single comment's thread
view the rest of the comments
[–] FreedomAdvocate@lemmy.net.au -2 points 1 month ago (1 children)

Isn’t it hilarious that the best solution to do remote streaming using the free software that people use because they don’t want to pay for a Plex subscription or one-off cost is to pay for at least one subscription, maybe more?

It’s almost like the reason Plex charge money is because it’s not free to do.

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

What Plex does is closer to having an embedded tailscale client, you can access Jellyfin remotely with tailscale for free, but OP specifically asked for no VPN.

That being said, I'm not opposed to Plex charging for that service, even a tailscale like server costs something to maintain. My gripe with Plex is that it purposefully shoots itself in the foot to force you into their paid service, i.e. it actively tries to isolate itself so you can't access it remotely, which means that it can't run inside a docker container unless you give it network host access, otherwise it only considers other docker containers locals and doesn't let you watch your own content from another machine in the same network.

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

There’s zero need to run Plex in a docker container.

[–] Nibodhika@lemmy.world 0 points 1 month ago (1 children)

There's zero need to run anything in docker, it just makes things easier and portable.

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

Plex server doesn’t need to be “portable”, and running it in docker definitely doesn’t make it easier.

There absolutely are programs that make sense to run in docker, but Plex server isn’t one of them.

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

Plex server doesn’t need to be “portable”

Strongly disagree, I've switched my media server several times in the past decade for a multitude of reasons, having things in docker has allowed me to do this seamlessly.

Also you're ignoring all of the other benefits of running in docker, from isolation to automation.

and running it in docker definitely doesn’t make it easier.

Plex is the only self-hosted service that is purposefully trying to block you from being ran in docker. All other things are just much easier to run in docker, that's part of the appeal, reproducible builds eliminate the "it works on my machine" errors.

There absolutely are programs that make sense to run in docker, but Plex server isn’t one of them.

Why do you think it doesn't make sense? Does Jellyfin make sense to you to run in docker? Why are they different?

Also, Plex only supports Ubuntu and CentOS, none of which I run on my server, so the only OFFICIAL way to run Plex is Docker.