i think it was still setting everything up.Why do you say that?
has been smooth after
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
i think it was still setting everything up.Why do you say that?
i think it is this.I think by default Jellyfin comes with a lot more knobs and dials than Plex, where everything is mostly plug and play.
That being said one Jellyfin is tuned to your liking, it should be pretty solid.
I have plex pass so I can't test but did you guys try using nginx reverse proxy? This setup doesn't require the remote feature to even be enabled.
I tested plex after reading this and for curiosity I created a Cloudflare tunnel for it from my home machine and streamed my content at work without having a pass.I am sure it should work.
I can stream remotely via my Tailscale node. As far as Plex is concerned it's streaming from the Plex container to another container (Tailscale LXC) so it's none the wiser
EDIT: I don't have Plex Pass or a Plex subscription
Use Cloudflares Tunnel with a domain. I use mine that way so I don't have to open ports on my router. Though, with the tunnel I do get occasional buffer using the browser. Using the standalone app instead of the browser solved that for me.What is that?
Has anyone managed to get Jellyfin remote viewing working, I'm struggling but I am using a mobile router/connection with no fixed IP so I'm not sure it is even possible.
Been using Jellyfin for almost a year now and quite happy. Runs off an old laptop with Ubuntu 24.04i think it is this.
it had probably been a minute after installing.
i went through the options and it seems to be quite good since.
I tried but it doesn't want to work. I browse to plex.mydomain.com and all is good, except it blocks me with the "Show must go on message" when I try to play something. Doing the same whilst VPN'd into my network works.I have plex pass so I can't test but did you guys try using nginx reverse proxy? This setup doesn't require the remote feature to even be enabled.
I tried but it doesn't want to work. I browse to plex.mydomain.com and all is good, except it blocks me with the "Show must go on message" when I try to play something. Doing the same whilst VPN'd into my network works.
Below is my plex.subdomain.conf file.. anything I'm missing? Maybe something to do with X-Real-IP ?
server {
listen 443 ssl;
server_name plex.mydomain.com;
include /config/nginx/ssl.conf;
location / {
proxy_pass http://plex:32400/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# WebSocket support
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
EDIT: Change it to my host IP
proxy_set_header X-Real-IP 192.168.88.97;
and it made no difference.
Did you switch remote streaming off and under the network option add the url in the network address option. I will check once I get home.
It needs to be something like https://mysubdomain.co.za:443

Yeah it's weird. My sister's TV to my plex also works perfectly on its own (no vpn/tunnel)... it's only when I try do it from a PC that it blocks itA friend in Europe has a vpn/IP tunnel into his local network with Plex and he has family that can access his Plex all around the world with no Plex pass, the only caveat is he can only add TV devices. I’m not sure why that limitation is there but I tried accessing his Plex on my TV and it works perfectly.
Shouldn't your sister need Plex pass to access your server remotely or is that normal?Yeah it's weird. My sister's TV to my plex also works perfectly on its own (no vpn/tunnel)... it's only when I try do it from a PC that it blocks it
I tried but it doesn't want to work. I browse to plex.mydomain.com and all is good, except it blocks me with the "Show must go on message" when I try to play something. Doing the same whilst VPN'd into my network works.
Below is my plex.subdomain.conf file.. anything I'm missing? Maybe something to do with X-Real-IP ?
server {
listen 443 ssl;
server_name plex.mydomain.com;
include /config/nginx/ssl.conf;
location / {
proxy_pass http://plex:32400/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# WebSocket support
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
EDIT: Change it to my host IP
proxy_set_header X-Real-IP 192.168.88.97;
and it made no difference.
Shouldn't your sister need Plex pass to access your server remotely or is that normal?
Ok that's a nice bonus, I didn't realise thatNo, only the server needs to have Plex Pass.
I stream to a few different people and I’m the only one with Plex Pass.
Ok that's a nice bonus, I didn't realise that
So as it stands now if you are only accessing your Plex server from your home network it’s free on any device even if your server doesn't have Plex Pass, essentially you may as well use Plex and not Jellyfin if you only access it locally?Hence why I said earlier this whole change is really much ado about nothing for most.
In fact it’s a benefit as none of the streamers need to buy the apps now if they were using devices that needed them.
So as it stands now if you are only accessing your Plex server from your home network it’s free on any device even if your server doesn't have Plex Pass, essentially you may as well use Plex and not Jellyfin if you only access it locally?
What are managed users vs normal user?I believe so yes.
Haven’t not had a Plex Pass in 10+ years but from what I’ve read that seems to be the case.
Pass gives you remote features and managed users.
What are managed users vs normal user?