• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access Only Jellyfin inaccessible through nginx proxy Manager

     
    • 0 Vote(s) - 0 Average

    Only Jellyfin inaccessible through nginx proxy Manager

    Only Jellyfin inaccessible through nginx proxy Manager
    charlielx
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    Country:United States
    #1
    2023-10-29, 11:18 AM
    So I recently set up nginx proxy manager and was working my way through setting up the servers I want remotely accessible. I've got literally everything else done, all working as expected, and I add jellyfin, but for some reason its the only one of the 4 that does not work and I can't seem to figure out why. I've got remote access enabled, I've got port 80 and 443 forwarded, I've got the proxy host correctly pointed at the server and host with SSL forced. This is the exact same way all my other servers are set up, but when I go to the domain I chose it just redirects me to the default page for my domain. Is there something specific that Jellyfin requires that is out of the ordinary?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-10-29, 04:07 PM
    Can you see in the jellyfin logs that there was a connection attempt?

    When you say "with SSL forced", is that for connecting to nginx? Or between nginx and jellyfin?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    charlielx
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    Country:United States
    #3
    2023-10-30, 04:44 AM
    Nah nothing shows up in the logs unfortunately, it's like it's somehow not exposed even though the ports are definitely exposed. And it's the "Force SSL" setting in the SSL tab in nginx, for connecting to nginx, yes
    Dennis Müller
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2023 Nov
    Reputation: 0
    #4
    2023-11-19, 04:15 PM
    i have the same issue.
    levogevo
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:United States
    #5
    2023-11-19, 11:03 PM (This post was last modified: 2023-11-19, 11:04 PM by levogevo. Edited 2 times in total.)
    In Jellyfin, make sure the ip of the NPM instance is set in the Dashboard->Networking->Known Proxies.
    In NPM, try adding this custom configuration (remove the space between the forward slashes in proxy_pass line):
    location / {
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header Host $host;
    proxy_pass $forward_scheme/ /$server:$port;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    }

    Jellyfin works fine for me NPM and https this way
    phreatic
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2023 Dec
    Reputation: 0
    #6
    2023-12-07, 03:51 PM
    I'm new to this and just figuring it out, however mine works even though my JF is a different physical device to my proxy.

    I have SWAG and NextCloud running in containers on my OMV NAS and my JF is a separate dedicated Pi4.
    Did you edit the (or your equivalent of) jellyfin.subdomain.conf file to change:

    "set $upstream_app jellyfin;"
    to
    "set $upstream_app <IP ADDRESS of JF Server>;"

    My DNS seems ok, but it had to be the IP address.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode