• 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!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-04-01, 04:42 PM
    Web sockets are required for device control to function. I don't think your rule would affect just web sockets.

    However, if you are using a reverse proxy you may need to enable websockets depending on which one you are using.
    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]
    8bitHero
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Apr
    Reputation: 0
    Country:United States
    #3
    2025-04-01, 04:53 PM
    I am using Caddy but nothing crazy...

    jellyfin.domain.com {
    reverse_proxy localhost:8096
    }
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-04-01, 06:00 PM
    Is the Shield connecting through your domain name? And is caddy also a container? Or installed directly on the host?

    AFAIK, Caddy automatically supports web sockets for reverse_proxy configs. And if you can connect at all, web sockets should also be going through. So the answers to my initial questions shouldn't really matter.....
    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