• 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 Off Topic Self-hosting & Homelabs Jellyfin IP Address

     
    • 0 Vote(s) - 0 Average

    Jellyfin IP Address

    Docker Jellyfin IP Address Self Discovery Incorrect
    Auguss
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #1
    2025-03-30, 02:00 PM
    I have searched all the Dashboard Settings and unable to find this setting to change the ip address of server to announce itself. I have also used grep 127.0.0.1 <installation directory config> and still unable to find the setting for this file. 

    Linux Docker Jellyfin    
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-03-30, 02:06 PM
    Can you share your jellyfin logs via privatebin.net? And can you share your docker compose?
    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]
    Auguss
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #3
    2025-03-30, 03:50 PM (This post was last modified: 2025-03-30, 03:56 PM by Auguss. Edited 1 time in total.)
    #!/bin/bash
    docker run -d \
    --name jellyfin \
    --hostname DVR \
    --net=host \
    --restart=unless-stopped \
    --publish 8096:8096/tcp \
    --publish 8920:8920/tcp \
    --publish 1900:1900/udp \
    --publish 7359:7359/udp \
    --volume /dl/jellyfin/configConfused-faceconfig \
    --volume /dl/jellyfin/cacheConfused-facecache \
    --volume /dl/letsencryptConfused-faceetc/letsencrypt \
    --mount type=bind,source=/dvr/plex,target=/media \
    --privileged \
    --device=/dev/dri/renderD128Confused-facedev/dri/renderD128 \
    --device=/dev/dri/card0Confused-facedev/dri/card0 \
    --health-cmd="curl -fs --fail-early --no-keepalive --no-progress-meter <healthchecks> || exit 1" \
    --health-interval=1h \
    --health-timeout 60s \
    --health-retries 15 \
    jellyfin/jellyfin
    exit 0

    Startup logs:

    [15:52:01] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["192.168.0.0/16", "172.17.0.0/16"]
    [15:52:01] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [15:52:01] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["192.168.0.0/16", "172.17.0.0/16"]
    [15:52:01] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.0.101", "172.17.0.1"]
    [15:52:01] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [15:52:01] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [15:52:01] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []\

    Full startup logs: https://privatebin.net/?5ff2a1431b16c8a5...iZ4jr26tzn
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-03-30, 05:04 PM (This post was last modified: 2025-03-30, 05:04 PM by TheDreadPirate.)
    Upgrade to 10.10.6. There was a bug that caused the reported URL for service discovery to always be 127.0.0.1 that was fixed in 10.10.6.

    However, typing in the IP manually would also work.

    http://192.168.0.101: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]
    Auguss
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #5
    2025-03-30, 05:26 PM
    Yes, it does work. But the problem lies with I have to type it in Everytime as the Roku jellyfin seems not to remember it, only relay on Discovery for ease.
    Auguss
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #6
    2025-03-30, 08:23 PM
    Forcefully updated and the same error occurs 10.10.6.
    https://privatebin.net/?c5ac950edd4e9131...gu865UDqFB
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2025-03-31, 01:07 AM
    Did you put anything in Dashboard > Networking > Published URI?

    Also, the Roku app should remember you. I am pretty sure it is enabled by default, but in the Roku app click on your profile icon in the top right and click Settings > Global > Remember Me?

    If this is disabled, I believe the behavior will be what you're currently experiencing.
    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]
    « 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