![]() |
Take server online: Port forwarding vs. reverse proxy - 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: Take server online: Port forwarding vs. reverse proxy (/t-take-server-online-port-forwarding-vs-reverse-proxy) |
Take server online: Port forwarding vs. reverse proxy - EggplantHabitat856 - 2025-01-16 Hi guys I am new on this forum, since the Jellyfin subreddit was closed down a while back. I have had a personal Jellyfin server for a while, and I am loving it! However, I have always only hosted my server on my local network. I now want to host it online, so that I can watch my content from anywhere, and I also want to give some friends and family access to my server. I don't have much experience with network administration, however I am generally an advanced user when it comes to computer stuff. According to some research I have done online, there are two ways to take my server online; port forwarding my router, or use a reverse proxy. I have two main concerns that are very important for me to address when taking my server online:
How do you guys recommend I proceed? Thank you in advance. RE: Take server online: Port forwarding vs. reverse proxy - Sativex - 2025-01-16 Look in the Guides section for the Caddy guide, pretty easy to setup, it handles the reverse proxy and https certification. RE: Take server online: Port forwarding vs. reverse proxy - TheDreadPirate - 2025-01-16 Use Caddy with HTTPS, which requires you get a domain. Domains from DuckDNS are free. https://jellyfin.org/docs/general/networking/caddy/ Port forward port 443 and port 80 (required for certificate setup) to your server running caddy. Caddy handles all the external connections via https, meaning the connection is fully encrypted with external clients. RE: Take server online: Port forwarding vs. reverse proxy - EggplantHabitat856 - 2025-01-16 (2025-01-16, 08:06 PM)TheDreadPirate Wrote: Use Caddy with HTTPS, which requires you get a domain. Domains from DuckDNS are free. Thank you. Will this work with the Jellyfin apps, such as Jellyfin on Android TV, as well? (2025-01-16, 06:04 PM)Sativex Wrote: Look in the Guides section for the Caddy guide, pretty easy to setup, it handles the reverse proxy and https certification. Thank you, I'll check it out! RE: Take server online: Port forwarding vs. reverse proxy - TheDreadPirate - 2025-01-16 Yes. Works for any Jellyfin client. RE: Take server online: Port forwarding vs. reverse proxy - EggplantHabitat856 - 2025-01-16 (2025-01-16, 08:42 PM)TheDreadPirate Wrote: Yes. Works for any Jellyfin client. Awesome. Appreciate the help. |