JetKVM is much like nanoKVM but a slightly polised version.

What is JetKVM?

JetKVM is a high-performance, open-source KVM over IP (Keyboard, Video, Mouse) solution designed for efficient remote management of computers, servers, and workstations. Whether you’re dealing with boot failures, installing a new operating system, adjusting BIOS settings, or simply taking control of a machine from afar, JetKVM provides the tools to get it done effectively.

As far as I know, these Jets are not available for retail yet, but can be bought via their kickstarter.

Link to the source code: https://github.com/jetkvm/kvm

Link to their website: https://jetkvm.com/

Link to their kickstarter: https://www.kickstarter.com/projects/jetkvm/

Picture of a JetKVM mounted in a homelab, credits to Jeff Gerling.

  • Lem Jukes@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 months ago

    Sorry if this question is easily answerable by reading and I’m just missing it. But I genuinely don’t really understand what this product does or what its use case is. Is it a usb stick that gives you kvm access to a computer from a remote location? Like call up someone in another building ‘hey plug the jet into tower X so I can remote in?’ In which case how is this better/worse/just different from a software solution like Barrier? Sorry if I’m being borderline deliberately obtuse but the website gives no info on the home page at all.

    Edit: I think I understand better, digging into it more. But if anyone has an ELI5 I would greatly appreciate it.

    • WolfLink@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      I have a similar project called PiKVM. I can remotely turn on my computer from a full shutdown, navigate the BIOS to select an OS, and log in, after which I typically switch to a software-based Remote Desktop which is more performant. But you can’t power on a computer and navigate a BIOS with a software solution.

  • Mora@pawb.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Backed this on Kickstarter. Seems honestly too good to be true, so I am antsy to get my hands on it.

  • BearOfaTime@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Wow, install Tailscale or Wireguard and you’ve got a killer remote support solution.

  • CrazyLikeGollum@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Is there a link to the code? I know I could probably search for it, but if you’re going post about the code being public you could at least include a link to it.

  • just_another_person@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 months ago

    No mention of what their actual target hardware platform is, so must be custom. Wonder what solutions their newly opened code can run on. Doesn’t look like ESP code.

    • IllNess@infosec.pub
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      What is an “actual target hardware platform”?

      I don’t exactly know what you mean but here is the OS and CPU they use.

      • Operating System: Linux 5.10 with Buildroot
      • CPU: RockChip RV1106G3, Cortex A7 1.0GHz, H264 & H265 hardware encoder

      Are you looking for the reference manual?

      • just_another_person@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        2 months ago

        If you’re open sourcing something built to be deployed on an embedded device as pictured, there is a target platform (ARM, Arduino…etc) or reference board. They don’t mention specifically what that is, so it’s a custom board based on a RockChip. You wouldn’t be able to just take this and flash it to a board that doesn’t expect their customizations, is the point.