• 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 Do I need to configurations to protect jellyfin if I just want to run it locally?

     
    • 0 Vote(s) - 0 Average

    Do I need to configurations to protect jellyfin if I just want to run it locally?

    Security concerns for just a local jellyfin
    NerdNerd
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #1
    2024-06-04, 03:55 PM (This post was last modified: 2024-06-04, 03:56 PM by NerdNerd.)
    Hopefully this doesn't come off as a dumb question or anything, but been wanting to setup a jellyfin for use at home and reading up on all this port forward and it being unsafe. Is it possible to run a local jellyfin on a network without exposing it to the Internet making it vulnerable to attacks? I don't really need use for it outside the home network anyways.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-06-04, 03:59 PM
    Port forwarding is only necessary if you want to access your Jellyfin server outside of your home. Jellyfin can run locally without it.
    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]
    NerdNerd
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #3
    2024-06-04, 04:03 PM
    (2024-06-04, 03:59 PM)TheDreadPirate Wrote: Port forwarding is only necessary if you want to access your Jellyfin server outside of your home.  Jellyfin can run locally without it.

    So if I set-up a Ubuntu server computer install jellyfin with default settings everything should be fine? I don't need any fancy proxy stuff or firewall management to keep it from being exposed?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-06-04, 04:11 PM
    You only need to open port 8096 in Ubuntu to allow for local access. You don't need to change anything in your router. Routers, by default, block all unsolicited requests unless you port forward.
    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]
    NerdNerd
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #5
    2024-06-04, 04:16 PM
    (2024-06-04, 04:11 PM)TheDreadPirate Wrote: You only need to open port 8096 in Ubuntu to allow for local access.  You don't need to change anything in your router.  Routers, by default, block all unsolicited requests unless you port forward.

    So just just install Ubuntu-server and jellyfin and everything is good to go?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-06-04, 04:18 PM
    I can't remember if Ubuntu enables UFW on a fresh install. But you will probably need to open port 8096 on Ubuntu's firewall, which will allow local clients to access Jellyfin. This does not allow remote clients to connect.

    sudo ufw allow 8096
    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]
    NerdNerd
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #7
    2024-06-04, 04:28 PM
    (2024-06-04, 04:18 PM)TheDreadPirate Wrote: I can't remember if Ubuntu enables UFW on a fresh install.  But you will probably need to open port 8096 on Ubuntu's firewall, which will allow local clients to access Jellyfin.  This does not allow remote clients to connect.

    sudo ufw allow 8096

    Alright thanks I really wanna have a locally server to store my own movies in as a backup figured jellyfin would be nice to have as well. So as long as I don't open up any ports other than 8096 I should be fine? Anything else I should do just to be safe.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-06-04, 04:38 PM
    No. Since it isn't publicly accessible, there are no additional steps needed to secure it.
    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]
    NerdNerd
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #9
    2024-06-04, 04:46 PM (This post was last modified: 2024-06-04, 04:46 PM by NerdNerd.)
    (2024-06-04, 04:38 PM)TheDreadPirate Wrote: No.  Since it isn't publicly accessible, there are no additional steps needed to secure it.

    Awesome thanks that's all I really wanted to know, I don't know much about servers, ports, and what keeps the local or not so I wanted to make sure it was safe to do before going in head first not knowing what I'm doing. Appreciate the help.
    « 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