After 14 years with Plex, I finally moved my video library to Jellyfin. Why rising costs, feature restrictions and digital ownership pushed me towards FOSS.
That doesn’t slove the problem if your Smart TV doesn’t support tailscale or something like Wireguard. Using another machine connected to a VPN like for example Tailscale/Headscale and then using ssh portforwarding allows you to access the service(jellyfin) on the device without support.
It would be like this:
Jellyfin <-- Tailscale/Headscale <— Machine forwarding the jellyfins port <-- Smart TV
Most people are not gonna go that route unfortunately. I want to love JF, but the remote access is a big sticking point, especially for non tech relatives.
It bugs me when people just say tailscale like that solves it all. It’s very useful and solves a lot of problems, but not all. Unfortunately.
I completely agree, Tailscale will not just solve your issues. If you want to have is as simple as possible for your users you are going to need to expose it publicly for your users. And the reason I posted the comment above is to share a solution that has worked for me to get my users "Smart"TVs to work. Honestly if someone where to make a service that provides a “plex networking” solution for jellyfin I think allot of people would consider using it and leave plex for good!
What in the goddamn fuck, sir
Step 1) Install tailscale (headscale also exists if you wanna fully self-host it)
Step 2) Done, solved
That doesn’t slove the problem if your Smart TV doesn’t support tailscale or something like Wireguard. Using another machine connected to a VPN like for example Tailscale/Headscale and then using ssh portforwarding allows you to access the service(jellyfin) on the device without support.
It would be like this:
Jellyfin <-- Tailscale/Headscale <— Machine forwarding the jellyfins port <-- Smart TV
This can be done with a command like this:
ssh -L 0.0.0.0:8096:jellyfin_tailnet_ip:8096 -f -N user@machine
Most people are not gonna go that route unfortunately. I want to love JF, but the remote access is a big sticking point, especially for non tech relatives.
It bugs me when people just say tailscale like that solves it all. It’s very useful and solves a lot of problems, but not all. Unfortunately.
I completely agree, Tailscale will not just solve your issues. If you want to have is as simple as possible for your users you are going to need to expose it publicly for your users. And the reason I posted the comment above is to share a solution that has worked for me to get my users "Smart"TVs to work. Honestly if someone where to make a service that provides a “plex networking” solution for jellyfin I think allot of people would consider using it and leave plex for good!