this post was submitted on 31 Dec 2024
463 points (98.3% liked)

Selfhosted

40928 readers
382 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 week ago* (last edited 1 week ago)

As for food functionality it is very comparable to software remote control of a computer. There are 3 key features that stand out:

  • It does not rely on the target machine being booted into the OS. This means you can access it even if it crashes or locks up.
  • It can "push" the power button on the machine. This requires an accessory that plugs into the motherboard. So you can force a machine off or cold boot a system.
  • You can mount a boot ISO. This is like having a bootable flash drive in the target machine so you can install an OS remotely.

Edit: Because this is essentially full access to the machine as if you where physically at it, it should be considered a security risk. Not saying that you need to be scared of it, but you should be aware of the risk and protect it from unauthorized access.