Jellyfin Forum
Hardcoded Port - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Client Development (https://forum.jellyfin.org/f-client-development)
+---- Forum: Roku Development (https://forum.jellyfin.org/f-roku-development)
+---- Thread: Hardcoded Port (/t-hardcoded-port)



Hardcoded Port - ApeDogg - 2023-06-28

I have my Jellyfin server behind NGINX, and one of my users gets an error cannot find server at www.jellyfinexample.com:8096...Is that hardcoded or can they specify port 80 or 443?


RE: Hardcoded Port - Venson - 2023-06-28

Sure they can, its even explicitly described to do so in our doku
https://jellyfin.org/docs/general/networking/nginx


RE: Hardcoded Port - cewert - 2023-06-29

(2023-06-28, 05:53 PM)ApeDogg Wrote: I have my Jellyfin server behind NGINX, and one of my users gets an error cannot find server at www.jellyfinexample.com:8096...Is that hardcoded or can they specify port 80 or 443?

No, it's not hardcoded. Users can specify a port using the roku app. It's just annoying right now because you have to toggle the keyboard on the right to use the colon.