• 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: Port problem

     
    • 0 Vote(s) - 0 Average

    SOLVED: Port problem

    The port cannot be changed
    jiahao zhu
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #1
    2024-05-29, 06:58 PM
    我将默认端口 8096 更改为 10086。当我使用状态栏图标“打开 jellyfin”时,它仍然以 8096 打开,而不是 10086。  
    默认打开是状态栏图标打开{open jellyfin}
    http://localhost:8096/web/index.html
    我想要的是http://localhost:10086/web/index.html
    我已清除浏览器缓存
    我正在用翻译软件说话,如果我说得不清楚,请允许我说声抱歉


    Attached Files Thumbnail(s)
           
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-05-29, 07:19 PM
    Did you save the setting and restart 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]
    jiahao zhu
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #3
    2024-05-29, 07:23 PM
    Yes, I have saved it and restarted the computer and the server.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-05-29, 07:25 PM
    Are you able to get to localhost:10086 if you type it in manually?

    Can you share the contents of C:\ProgramData\Jellyfin\Server\config\network.xml ?
    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]
    jiahao zhu
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #5
    2024-05-29, 07:26 PM (This post was last modified: 2024-05-29, 07:27 PM by jiahao zhu.)
    <NetworkConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <BaseUrl/>
    <EnableHttps>false</EnableHttps>
    <RequireHttps>false</RequireHttps>
    <InternalHttpPort>10086</InternalHttpPort>
    <InternalHttpsPort>8916</InternalHttpsPort>
    <PublicHttpPort>10086</PublicHttpPort>
    <PublicHttpsPort>8920</PublicHttpsPort>
    <AutoDiscovery>true</AutoDiscovery>
    <EnableUPnP>false</EnableUPnP>
    <EnableIPv4>true</EnableIPv4>
    <EnableIPv6>false</EnableIPv6>
    <EnableRemoteAccess>true</EnableRemoteAccess>
    <LocalNetworkSubnets/>
    <LocalNetworkAddresses/>
    <KnownProxies/>
    <IgnoreVirtualInterfaces>true</IgnoreVirtualInterfaces>
    <VirtualInterfaceNames>
    <string>veth</string>
    </VirtualInterfaceNames>
    <EnablePublishedServerUriByRequest>false</EnablePublishedServerUriByRequest>
    <PublishedServerUriBySubnet/>
    <RemoteIPFilter/>
    <IsRemoteIPFilterBlacklist>false</IsRemoteIPFilterBlacklist>
    </NetworkConfiguration>

    If I enter it manually, I can access 10086
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-05-29, 07:33 PM
    Ok. This is a code oversight. Some changes were made in network.xml and it looks like the Windows tray app was not updated to match.

    https://github.com/jellyfin/jellyfin-ser...xt.cs#L175

    The Windows tray app tries to read in "HttpServerPortNumber" but that variable name was changed to "InternalHttpPort".

    I will submit a github issue.
    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]
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-05-29, 07:38 PM
    I opened this github issue.

    https://github.com/jellyfin/jellyfin-ser...issues/126
    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]
    jiahao zhu
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #8
    2024-05-29, 07:40 PM
    Thank you. I can finally sleep well at night. I always thought it was my own problem. Thank you for answering my doubts. Do you find it strange that I use Google Translate to speak?
    Beam Stream
    Offline

    Junior Member

    Posts: 3
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    Country:United Kingdom
    #9
    2024-05-29, 07:41 PM
    This is the same problem I have. I'm glad its getting sorted. I have bookmarked the correct address in my browser so I don't have to manually type every time
    « 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