![]() |
Remote Access Help - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Remote Access Help (/t-remote-access-help) |
Remote Access Help - hval007 - 2025-05-03 I run Jellyfin (v10.10 7-25) on my Synology NAS. Its setup with Cloudflared tunnels to my Caddy instance running on Proxmox. I can visit my jellyfin instance via my domain (https://jellyfin.mydomain.com) with no issues. There is a cloudflare policy that requires One Time pin prior to allowing access to Jellyfin login page. Accessing the same domain via a TV app running on Chromecast throws an error "Unable to connect" Has anyone come across this and managed to get native apps on TV or Chromecast to work remotely? Caddy file: jellyfin.mydomain.com { reverse_proxy 192.168.1.2:8096 } |