Yesterday, 09:27 PM
(This post was last modified: Yesterday, 09:41 PM by Comply7199. Edited 2 times in total.)
I have just migrated from Plex and I'm having some problems with the bandwidth of Remote Connections.
My WAN connection is 1 Gbps up/down.
Jellyfin is running on Windows Server 2019.
I'm running SQM Cake QoS on my router and the up/down speeds max out at 830 Mbps with zero jitter.
![[Image: image-2025-05-02-223104181.png]](https://i.postimg.cc/sX2MGK6j/image-2025-05-02-223104181.png)
I followed this guide to get HTTPS working:
https://www.youtube.com/watch?v=AEyhpuWeiTk
Contents of my Caddyfile:
randomstring.duckdns.org {
reverse_proxy 127.0.0.1:8096
}
Contents of my powershell script:
.\caddy reverse-proxy --from randomstring.duckdns.org --to 127.0.0.1:8096
HTTPS is working and I can access my library remotely using the Android app.
![[Image: image-2025-05-02-221445557.png]](https://i.postimg.cc/kgkCSj2q/image-2025-05-02-221445557.png)
If I use my desktop PC to connect via HTTPS, and attempt to download a file, I only get 5 Mbps bandwidth.
When I use the same PC to connect via the local IP address I get 850 Mbps.
http://192.168.0.222:8096/web/#/home.html
I presume that 'Caddy' is limiting my bandwidth in some way. Is the traffic being routed through a 3rd party / proxy server?
If so, is there a way to avoid this / increase the bandwidth?
Thanks,
My WAN connection is 1 Gbps up/down.
Jellyfin is running on Windows Server 2019.
I'm running SQM Cake QoS on my router and the up/down speeds max out at 830 Mbps with zero jitter.
![[Image: image-2025-05-02-223104181.png]](https://i.postimg.cc/sX2MGK6j/image-2025-05-02-223104181.png)
I followed this guide to get HTTPS working:
https://www.youtube.com/watch?v=AEyhpuWeiTk
Contents of my Caddyfile:
randomstring.duckdns.org {
reverse_proxy 127.0.0.1:8096
}
Contents of my powershell script:
.\caddy reverse-proxy --from randomstring.duckdns.org --to 127.0.0.1:8096
HTTPS is working and I can access my library remotely using the Android app.
![[Image: image-2025-05-02-221445557.png]](https://i.postimg.cc/kgkCSj2q/image-2025-05-02-221445557.png)
If I use my desktop PC to connect via HTTPS, and attempt to download a file, I only get 5 Mbps bandwidth.
When I use the same PC to connect via the local IP address I get 850 Mbps.
http://192.168.0.222:8096/web/#/home.html
I presume that 'Caddy' is limiting my bandwidth in some way. Is the traffic being routed through a 3rd party / proxy server?
If so, is there a way to avoid this / increase the bandwidth?
Thanks,