Jellyfin Forum
Custom/separate Domain for jellyfin - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: Custom/separate Domain for jellyfin (/t-custom-separate-domain-for-jellyfin)



Custom/separate Domain for jellyfin - M4TZ3_ - 2025-05-05

Is it possible to configure a separate domain for jellyfin?

Im Running Jellyfin on a Ubuntu server with Swizzin. There is already a domain linked to my server.
Now I want to use e separate domain just for jellyfin. (example.domain -> Jellyfin)

Is it possible and ho can I do that?


RE: Custom/separate Domain for jellyfin - bitmap - 2025-05-05

Yes. You would point your reverse proxy to the Jellyfin instance on your server. With nginx, the server name would be your root domain (example.domain) and nginx would then point inquiries to your Jellyfin install. Should be the same for any other RP in general terms.


RE: Custom/separate Domain for jellyfin - Generator - 2025-05-05

If your domain provider have options for cname you can simple create a new cname with a different domain.

I have 3 domains, one full domain using my default domain (jellyfin.domain.tld), one short for easily type on TV (j.short.tld) and one for local devices (j.pi.local) useful in case there's issues with internet.

No familiar with Swizzin or what options does it have to setup domains