2025-06-22, 07:51 PM
Unlike Plex, Jellyfin takes a bit more work to get remote access working.
I'd strongly suggest following this guide to use Caddy as your reverse proxy. Caddy itself can run any device on your LAN, all you have to make sure is ports 80/443 are forwarded in your router to the device running Caddy. Personally I use an old Raspberry Pi to run Caddy. Caddy does all the work for you - certificates etc. all you need is one simple Caddyfile with this in:
yourdomain.com {
reverse_proxy 192.168.x.xx:8096
}
https://forum.jellyfin.org/t-access-your...with-caddy
I'd strongly suggest following this guide to use Caddy as your reverse proxy. Caddy itself can run any device on your LAN, all you have to make sure is ports 80/443 are forwarded in your router to the device running Caddy. Personally I use an old Raspberry Pi to run Caddy. Caddy does all the work for you - certificates etc. all you need is one simple Caddyfile with this in:
yourdomain.com {
reverse_proxy 192.168.x.xx:8096
}
https://forum.jellyfin.org/t-access-your...with-caddy
Jellyfin1 - 10.10.7 (Docker) Synology NAS (transcoding off)
Jellyfin2 - 10.10.7 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
Storage - x3 Synology NAS (22TB)
Reverse Proxy - Caddy v2 running on a Pi3b+
Jellyfin2 - 10.10.7 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
Storage - x3 Synology NAS (22TB)
Reverse Proxy - Caddy v2 running on a Pi3b+