• @sir_pronoun
    link
    English
    23 months ago

    Huh, so you connect your display, mouse and keyboard to this thing, which is in a pcie slot of your current machine, and you can somehow switch it to every machine in your (local) network?

    I guess you need a vnc server or something similar running on all hosts?

    • @c10l
      link
      53 months ago

      Not quite. You connect this to your network, then you can remotely connect to it and control the computer it’s attached to. This includes sending ACPI signals, accessing the BIOS, etc. so it’s as though you had physical access to the machine, only remotely.

      Barring actually pressing buttons, of course.

      This is inspired by PiKVM. https://pikvm.org/

      • @sir_pronoun
        link
        English
        23 months ago

        Ah, that makes more sense. Thanks! Sounds really useful for those hard to reach machines. (This could have helped a lot during the CrowdStrike fiasco, I guess)

        • @c10l
          link
          13 months ago

          Indeed! My use case is so I can fix my home lab computers when I’m away.

    • @[email protected]
      link
      fedilink
      23 months ago

      The PCIe connection is only for supplying power to the device. This form factor.makes it easy to place it inside the Computer. Then you only need to connect HDMI and USB and you can remote control the connected device.

      There is another version that is designed to sit outside the computer case already.

      • @sir_pronoun
        link
        English
        13 months ago

        Oh, so it takes the HDMI signal from the computer as input, and it outputs USB keyboard/mouse events?