• 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 Networking & Access Remote Control Devices from Jellyfin

     
    • 0 Vote(s) - 0 Average

    Remote Control Devices from Jellyfin

    Cannot seem to remote control devices from Jellyfin
    8bitHero
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Apr
    Reputation: 0
    Country:United States
    #1
    2025-04-01, 02:10 PM
    I am running Jellyfin server on a Linux server from Docker. I have it set to host networking...

    Code:
    services:
      jellyfin:
        container_name: jellyfin
        image: jellyfin/jellyfin:latest
        user: "99:100"
        volumes:
          - /mnt/user/appdata/jellyfin:/config
          - /dev/shm:/cache/transcodes
          - /mnt/user/media:/mnt/user/media
        devices:
          - /dev/dri:/dev/dri
        ports:
          - "8096:8096"
        environment:
          - TZ=${TZ}
          - UMASK=${UMASK}
          - JELLYFIN_PublishedServerUrl=${JELLYFIN_PUBLISHED_SERVER_URL}
          - JELLYFIN_FFmpeg__analyzeduration=${JELLYFIN_FFMPEG_ANALYZE_DURATION}
          - JELLYFIN_FFmpeg__probesize=${JELLYFIN_FFMPEG_PROBE_SIZE}
        networks:
          - warpzone
        healthcheck:
          test: ["CMD", "curl", "-f", "http://localhost:8096/"]
          interval: 30s
          timeout: 10s
          retries: 3
          start_period: 40s
        restart: unless-stopped

    The server lists on 192.168.1.2 on my "Trusted" network. I am using Jellyfin on a NVIDIA Shield TV Pro device. It is connected to my "Untrusted/IOT" network at 192.168.3.124

    I have the following firewall rules in place...

    [Image: CVV5QS6YEC#aRvqmKSzEbR9]

    "Allow Return Traffic" is ticked.

    When I play something from my NVIDIA Shield TV Pro (192.168.3.124) to Jellyfin (192.168.1.2) it works great, except in the Dashboard I do not have the option to control the NVIDIA device. Such as stopping/pausing/sending messages. I was wondering what ports I am missing to make that happen.

    Thank you!
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Remote Control Devices from Jellyfin - by 8bitHero - 2025-04-01, 02:10 PM
    RE: Remote Control Devices from Jellyfin - by TheDreadPirate - 2025-04-01, 04:42 PM
    RE: Remote Control Devices from Jellyfin - by 8bitHero - 2025-04-01, 04:53 PM
    RE: Remote Control Devices from Jellyfin - by TheDreadPirate - 2025-04-01, 06:00 PM

    • 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