Jellyfin Forum
What is the easiest way to secure data on windows - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: What is the easiest way to secure data on windows (/t-what-is-the-easiest-way-to-secure-data-on-windows)



What is the easiest way to secure data on windows - B5152 - 2023-09-09

I have jellyfin installed on windows with a free afraid subdomain, what would be the easiest free way to encrypt/secure that data? For a remote firetv device/mobile?


RE: What is the easiest way to secure data on windows - TheDreadPirate - 2023-09-09

The same as on Linux. Install a reverse proxy and setup https and certs with LetsEncrypt.

https://jellyfin.org/docs/general/networking/nginx/
https://jellyfin.org/docs/general/networking/apache/
https://jellyfin.org/docs/general/networking/caddy/
https://jellyfin.org/docs/general/networking/letsencrypt/

https://nginx.org/en/download.html
https://www.apachehaus.com/cgi-bin/download.plx
https://caddyserver.com/download

https://certbot.eff.org/instructions?ws=nginx&os=windows (switch web server to whatever you ultimately decide)