• 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 [Newbie] NginX for remote access?

     
    • 0 Vote(s) - 0 Average

    [Newbie] NginX for remote access?

    Question
    bananasplit123
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #1
    2024-11-02, 02:32 PM (This post was last modified: 2024-11-02, 03:52 PM by bananasplit123. Edited 2 times in total.)
    hi, im very n00b about this, so apologies in advance. Firstly, i dont know how to work with docker.

    i have a laptop (Windows10) where i want to create a server for jellyfin. I understand the guides to install jellyfin , but i dont understand how to create a remote access for it.

    I want to share this server with a friend of mine and would like to ask which is the best way to create a remote access. I read about tailscale and looks easy, but wouldn't like have two apps on my phone - jellyfin and tailscale - just for enter to the JF server. Is the nginX the best way?

    If so, how can i create nginX to remote access for my machine (windows10)? I read the docs of jellyfin site about nginX, but looks super complicated to me and dont understand how to do it.



    Any advice? If someone could help me or chat with me, i will appreciate if someone share with me , via mp, your user id of matrix or discord. maybe this will more easy, dunno.

    Other question is... can i access remotely to my server without internet?

    thank you and wish you a great day
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-11-02, 05:26 PM
    Caddy is probably the simplest way to securely enable remote access.

    Acquire a free DDNS domain from DuckDNS or NoIP, or some other provider.
    Setup port forwarding for port 80 and 443.
    Setup Caddy, configure to get https certs for your DDNS domain and proxy to your Jellyfin.

    Another user created a video that should be helpful to walk you through the process.

    https://www.youtube.com/watch?v=AEyhpuWeiTk
    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]
    pxr5
    Offline

    Member

    Posts: 54
    Threads: 3
    Joined: 2024 Jan
    Reputation: 3
    Country:United Kingdom
    #3
    2024-11-02, 08:55 PM
    As TheDeadPirate says Caddy v2 is super simple to set up. I just have it running on an old Raspberry Pi and from it I get remote access to 3 different servers (2 Jellyfin and 1 Airsonic). Caddy does all the hard work e.g. obtaining certs etc.

    There is even a guide on these very forums:

    https://forum.jellyfin.org/t-access-your...with-caddy

    But for simplicity sake:
    1. Get a DDNS  e.g. NoIP, Dynu, FreeDNS
    2. Install Caddy v2 somewherev (e.g. a RPI)
    3. Forward ports 443 and 80 to the device running Caddy
    4. Create a little Caddyfile with this in:
    Code:
    yourdomain.example {
        reverse_proxy xxx.xxx.x.xx:8096
    }

    On a Pi you would do this to create the Caddyfile 
    Code:
    sudo nano /etc/caddy/Caddyfile

    where yourdomain.example is your DDNS
    and  xxx.xxx.x.xx:8096 is the local ip address of your Jellyfin Server

    Run Caddy and enable remote connections in Jellyfin.

    Access remotely with https:// yourdomain.example
    Jellyfin1 - 10.10.3 (Docker) Synology NAS (transcoding off)
    Jellyfin2 - 10.10.3 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
    Storage - x3 Synology NAS (22TB)
    Reverse Proxy - Caddy v2 running on a Pi3b+
    bananasplit123
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #4
    2024-11-03, 01:08 PM
    ty both!
    « 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