this post was submitted on 26 Nov 2025
94 points (97.0% liked)

Technology

40769 readers
295 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] cerebralhawks@lemmy.dbzer0.com 17 points 1 day ago (8 children)

This is for remote streaming. Can Jellyfin be accessed outside the network? I thought that was the difference.

Like if I didn't like Plex and I ran Jellyfin (and I have done), I could access it locally but I couldn't access it, say, from a hotel a thousand miles away. Or it requires a lot more work (and maybe some paid service) to do.

Plex may have gone up, but a bunch of us got it for $100 or less years ago and we are not affected by the new limitations. Still free for our family members accessing remotely. Wasn't free for us to set up.

[–] Templa@beehaw.org 5 points 20 hours ago

Yes it can be accessed outside the network. We use Tailscale. Our Jellyfin setup cost us the energy to run it, lol.

[–] artyom@piefed.social 8 points 1 day ago* (last edited 1 day ago) (1 children)

Can Jellyfin be accessed outside the network?

Yes. Jellyfin is just a Docker container. It can be accessed the same as any other Docker container. Plex simplifies this because they can basically configure all the DNS stuff for you, because it goes through their DNS. But either can be accessed.

Or it requires a lot more work (and maybe some paid service) to do.

More specialized knowledge to configure Tailscale or a reverse proxy, yes. I use Yunohost which makes all of this a whole lot simpler.

[–] smiletolerantly@awful.systems 8 points 1 day ago (1 children)

Sorry to be a pendantic ass. But. Jellyfin, in and on itself, has absolutely nothing to do with docker.

[–] artyom@piefed.social -4 points 1 day ago

Oh shut up, you pedantic ass

[–] PabloSexcrowbar@piefed.social 10 points 1 day ago

You absolutely can access it from outside your network if you configure it that way.

[–] nimble@lemmy.blahaj.zone 14 points 1 day ago* (last edited 1 day ago) (1 children)

Jellyfin* can be accessed outside of your network but it would be best to have set up a vpn so that it isn't open to anyone to try logging in

https://jellyfin.org/docs/general/post-install/networking/

Edit: oops, meant jellyfin not plex lol.

[–] MisshapenDeviate@lemmy.dbzer0.com 14 points 1 day ago (2 children)

I don't run Jellyfin, but I've considered it. From what I understand, you have to set up a reverse proxy or something like Tailscale in order to access it remotely. Doing that safely can take a bit of learning, but the only part that could cost money is getting a domain name.

[–] cerebralhawks@lemmy.dbzer0.com 2 points 13 hours ago (1 children)

Is a domain name strictly necessary though? You would need a static IP. I thought you needed something like a VPS or VPN — I know what a VPN is, but I think it was something with a similar acronym — and that was a service that cost money.

With Plex it just works. When I load up Plex on a remote machine, first it tells me my server is offline, because my server is a Mac and Macs are sleepy bois, so it wakes up the Mac, which wakes up the drives, and then the server loads up and I can play pretty much anything.

I've ran Jellyfin on both Mac (current setup) and Windows/Intel. I like Jellyfin overall, and it does some cool things Plex doesn't. Like you can fix details Plex won't let you. Like for some reason it only lists the foreign actors in anime, you can manually specify the English voices if you want. Plex doesn't let you do that and AFAIK there's no way to. (There should be an API out there that taps into a service that lets you access any language cast, and there should be a way to set it to dynamically change the cast to whatever language you have selected.) But anyway, Jellyfin is somewhat fine, but to use it on other devices (e.g. an Apple TV box on the same network), you have to do a fair bit of configuring. It's not just, log into the account on your phone and type in the text on the screen. Jellyfin doesn't even prioritise Apple development, but they have come a long way.

Honestly the others in this comment section would be better to ask about accessing Jellyfin remotely, but I can tell you what I know.

If you go the VPN route, Tailscale is typically recommended, which appears to be free for personal use. It looks like these are the docs for using Tailscale with Jellyfin.

I host a couple services for my family using a reverse proxy (nginx through SWAG), and I have a free domain name with duckdns. This is not as secure as the above tailscale solution, but has worked for me so far. This is likely how I would add Jellyfin to my workflow, since I already have a reverse proxy and domain name.

[–] Onomatopoeia@lemmy.cafe 17 points 1 day ago (1 children)

Doing it safely is pretty simple.

Install Tailscale at both ends. Done.

It's a fully encrypted mesh VPN.

If you need access without the TS client on the other end, that takes a little more work. Then you need to enable the Funnel option.

[–] artyom@piefed.social -1 points 1 day ago

Install Tailscale at both ends. Done.

Nnnnno, doesn't really work that way

[–] RandomLegend@lemmy.dbzer0.com 7 points 1 day ago (1 children)

I also bought Plex years ago for 87€ but i gifted that account to a friend once i got jellyfin up and running.

You're right - Jellfyin doesn't have a native built-in way to access it from outside. That's the reason Plex intercepts with their own servers when you do remote streaming, that's one of the aspects you pay for.

Using tailscale (free and setup in like 5 min) you can access jellfin from everywhere. Easy peasy.

Rumor says that Plex also denies you remote access when you use a VPN or mesh like tailscale.... so ymmv

[–] remon@ani.social 7 points 1 day ago

Rumor says that Plex also denies you remote access when you use a VPN or mesh like tailscale… so ymmv

Never had any issues remote streaming via VPN.

[–] alk@lemmy.blahaj.zone 3 points 1 day ago
[–] fascicle@leminal.space 2 points 1 day ago (1 children)

Wouldn't it be the same way, you open a port just like Plex, or figure out a reverse proxy. I ran jellyfin for a little while back when Plex used to charge people a fee for using mobile

[–] BarbecueCowboy@lemmy.dbzer0.com 2 points 1 day ago* (last edited 1 day ago)

You should at least figure out port forwarding, but Plex operates a service that makes that optional. You don't have to do that or setup a reverse proxy with Plex, it mostly just works near seamlessly.