• 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 General Questions Remote access

     
    • 0 Vote(s) - 0 Average

    Remote access

    I can't configure a reverse proxy. What method should I use: reverse proxy, vpn + reverse proxy or tailscale?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2025-04-03, 01:59 PM
    Ideally you use a port in the "ephemeral" range.

    https://en.wikipedia.org/wiki/Ephemeral_port

    But if your router doesn't let you, I guess any port above 1023 will have to do.

    I was thinking back to when I was still using NAT loopback. I THINK I had Nginx running on the same port that I was port forwarding.

    So you may need to configure the Nginx Proxy Manager container to uses ports 5080 and 5443 and redirect them to 80 and 443, respectively. That would look like this if you are using docker compose.

    Code:
    ports:
      - 5080:80
      - 5443:443
      - 81:81   #nginx proxy manager mgmt port

    This should fix access will on your LAN.
    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]
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Remote access - by carlospj - 2025-03-31, 03:31 PM
    RE: Remote access - by TheDreadPirate - 2025-03-31, 03:54 PM
    RE: Remote access - by carlospj - 2025-04-01, 08:31 AM
    RE: Remote access - by pxr5 - 2025-03-31, 06:55 PM
    RE: Remote access - by TheDreadPirate - 2025-04-01, 01:35 PM
    RE: Remote access - by carlospj - 2025-04-01, 08:57 PM
    RE: Remote access - by TheDreadPirate - 2025-04-01, 10:24 PM
    RE: Remote access - by carlospj - 2025-04-02, 10:42 AM
    RE: Remote access - by TheDreadPirate - 2025-04-02, 02:17 PM
    RE: Remote access - by carlospj - 2025-04-02, 07:35 PM
    RE: Remote access - by TheDreadPirate - 2025-04-02, 08:07 PM
    RE: Remote access - by carlospj - 2025-04-02, 10:06 PM
    RE: Remote access - by TheDreadPirate - 2025-04-03, 01:59 PM
    RE: Remote access - by carlospj - 2025-04-03, 07:02 PM

    • 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