• 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 Unreachable under localhost

     
    • 0 Vote(s) - 0 Average

    Unreachable under localhost

    CaptainGoldfish
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:Germany
    #1
    9 hours ago
    Hi I just tried to get the server up and running, which seems to work fine, but I cannot manage to access the webadmin of the jellyfin server. I tried to start the server with docker:

    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        user: 1000:1000
        network_mode: 'host'
        ports:
          - 8096:8096
        volumes:
          - K:/jellyfin/config:/config
          - K:/jellyfin/cache:/cache
          - type: bind
            source: K:/my-media
            target: /media
            read_only: true
        restart: 'unless-stopped'

    after the server started, I tried to access http://localhost:8096 but I only get a connection refused from the browser. Just as if the port 8096 is not the correct one. What else do I have to do?
    « 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