• 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 SOLVED: Can't connect to local server (linux)

     
    • 0 Vote(s) - 0 Average

    SOLVED: Can't connect to local server (linux)

    Can't connect to local server (linux)
    annoyedbeginner
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2025 Apr
    Reputation: 0
    #1
    2025-04-14, 03:05 PM (This post was last modified: 2025-04-14, 04:23 PM by annoyedbeginner. Edited 1 time in total.)
    Hello,

    I have Jellyfin installed on TrueNAS SCALE on a PC serving as a NAS. I installed Jellyfin via the app list in TNS and it works.

    My issue is I can't connect to the server from another Linux PC on the same network using either Delfin, Jellyfin Media Player, etc. using the 192.168.xx.xx:8096, localhost:8096 address... 
    I set up a TCP Inbound firewall rule in my router for the 8096 port using the IP address of the PC I'm using to connect.

    I looked around for the same issue on the forum, but a lot of threads with the same issue are for Windows users (which doesn't help in my case), I'm a semi-beginner Linux user who's quite new to TNS and networking.

    What can/should I be doing?

    AB
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-04-14, 03:09 PM (This post was last modified: 2025-04-14, 03:12 PM by TheDreadPirate.)
    Can you share your jellyfin logs via privatebin.net?

    Can you also share screenshots of the config UI for 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]
    annoyedbeginner
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2025 Apr
    Reputation: 0
    #3
    2025-04-14, 03:27 PM
    https://pastebin.com/tJHyQ7rd


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-04-14, 03:45 PM
    Not the Jellyfin network config page. There should be a config page within TrueNAS for Jellyfin.

    It looks like you are using bridge networking. Did you publish port 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]
    annoyedbeginner
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2025 Apr
    Reputation: 0
    #5
    2025-04-14, 03:54 PM (This post was last modified: 2025-04-20, 05:01 PM by annoyedbeginner. Edited 1 time in total.)
    Those pages?

    How do I publish the port?


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-04-14, 04:09 PM
    The TrueNAS "app store" version of Jellyfin is mapping port 30013 on the host to 8096 for the container. You can either reconfigure the container to use 8096 on the host or have your clients use port 30013.

    http://192.168.#.#:30013
    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]
    annoyedbeginner
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2025 Apr
    Reputation: 0
    #7
    2025-04-14, 04:23 PM
    Ah, that worked. thanks for your help!

    Dunno where I could have seen something this simple written down...

    As an aside, Since I will eventually want to have access from outside local network, I plan to use NginX for https/ssl. Are there any good guides that you're aware of that are specific to TNS/Nginx/Jellyfin/duckDNS? Tall order, I know, but worth a try...
    I assume i have to select a port in the TNS app store Jellyfin settings for HTTPS, correct?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-04-14, 04:45 PM
    Are you planning on using plain Nginx or Nginx Proxy Manager? I'm assuming the latter.

    Regardless, we have a doc for both kinds of Nginx.

    https://jellyfin.org/docs/general/networking/nginx/

    Nginx Proxy Manger is dead simple. Yes, you would use port 30013 in Nginx as the proxied port. It will automate requesting certs from the DuckDNS address.

    One thing that people do that they shouldn't is check "Cache Assets", even though we do not say to check it in our doc. DO NOT check Cache Assets.
    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]
    annoyedbeginner
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2025 Apr
    Reputation: 0
    #9
    2025-04-16, 12:05 AM
    Yeah the Nginx Proxy manager, as it's what's available in the TNS app store.

    Thanks for the link and the tip!
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 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