this post was submitted on 31 Dec 2024
471 points (100.0% liked)

Selfhosted

45542 readers
1226 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.

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 66 points 3 months ago

It is not just public but Foss as well. It is under the GPLv2 which is even a copyleft license.

[–] [email protected] 52 points 3 months ago (2 children)

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.

[–] [email protected] 77 points 3 months ago

Ah my bad! Had originally added it but it got overwritte by the image url - whops! Added it now.

Source code: https://github.com/jetkvm/kvm

[–] [email protected] 15 points 3 months ago

you could at least

Note: here “it would be nice if” is more polite, since the least one could have done is always

[–] [email protected] 37 points 3 months ago

That Kickstarter link didn't work for me, this one does.

Looks like $69 for:

JetKVM is a fast, open-source KVM over IP solution for managing any computer, server, and workstations remotely. Handle boot failures, install new OSes, adjust BIOS settings or simply control the computer without needing to be physically present.

And tech specs:

  • Operating System: Linux 5.10 with Buildroo
  • CPU: RockChip RV1106G3, Cortex A7 1.0GHz, H264 & H265 hardware encoder
  • RAM: 256 MB DDR3L
  • Storage: 16 GB EMMC
  • Screen: 1.69 Inch IPS, 240 × 280, capacitive touch screen
  • Ports: Ethernet RJ45 (100Mbps), USB-C (USB 2.0 480Mbps), HDMI Mini, JetKVM RJ11 extension port
[–] [email protected] 21 points 3 months ago (1 children)

wow, really neat design for this price range

[–] [email protected] 6 points 3 months ago (17 children)
[–] [email protected] 44 points 3 months ago (1 children)

Honestly I've always found the cost of KVM equipment to be super suspicious.

You need to be able to capture HDMI/VGA at very low resolution and refresh, become a USB HID host and provide this data via VNC. It's not like we need an Elgato 8k stream coming off the hardware.

Last time I went IP KVM shopping for a small server room the prices started at around 10 grand.

[–] [email protected] 7 points 3 months ago (1 children)

There's not much competition, so yeah prices are a bit artificially high. But how big of a server room are we talking? Because brand-name servers already have IPMI (idrac, ilo), and if you can get vPro on Intel boards then you have that built in too (but I've only met one or two people online who said they've deployed it, none IRL).

load more comments (1 replies)
[–] [email protected] 7 points 3 months ago* (last edited 3 months ago)

They sent out a lot of review samples to different serious tech youtubers like wendal at level1 and jeff geerling. They were all big fans.

load more comments (15 replies)
[–] [email protected] 13 points 3 months ago* (last edited 3 months ago) (9 children)

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.

[–] [email protected] 28 points 3 months ago (1 children)

KVM also allows access if the machine isn't booted up, so like mounting remote recovery images, re-installing an OS, and changing BIOS settings and that kind of thing.

[–] [email protected] 11 points 3 months ago (1 children)

I love this. I have a box I've been wanting to move to a family members place because they have fiber and I don't. They're heavy users of the plex server I have on there, so they're happy to host it, but if I ever had issues around anything boot related I'd be down until I could physically get there.

This would also be awesome for troubleshooting some RasPi stuff where I kind of want the DE every now and then but mostly let it run headless.

[–] [email protected] 7 points 3 months ago

Yeah it's great for that kind of thing!

Enterprise servers often have it built in, but for everything else this is priced really well.

[–] [email protected] 25 points 3 months ago (1 children)

@Lemjukes @Sunny It's a KVM that you access over IP. It's physically plugged into a machine's HDMI and USB ports so, unlike software solutions, it can be used to access the BIOS/UEFI and system functions prior to hitting the desktop (like login managers and recovery consoles), and allows you to boot other operating systems and the like. It can also act as a PXE host for loading disk images, issue Wake On LAN to its connected machine, and likely a bunch of other convenience functions.

[–] [email protected] 9 points 3 months ago

Ooooooh! Ok that’s really cool. Thank you so much for taking the time to explain that!

[–] [email protected] 12 points 3 months ago

If I understand correctly, it's kinda like an add-on IPMI, in the sense that it doesn't rely on the target computer's OS to be running to work.

[–] [email protected] 11 points 3 months ago* (last edited 3 months 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.

[–] [email protected] 9 points 3 months ago* (last edited 3 months ago) (1 children)

ELI5:

It lets you remotely control a computer.

It's different (arguably better) than remote connection software because it is a separate device that basically just forwards your keyboard & mouse inputs. This means that you can control the remote device even if it's powered off or not able to boot properly, and you can configure the BIOS remotely too.

You could call someone on-site to connect the KVM to a server, but KVMs, while expensive by regular person standards, are pretty cheap as enterprise hardware goes. So some organizations just keep separate KVMs plugged into all critical hardware all the time.

Worth noting here that KVMs are potentially a quite high security risk.

Their website is probably light on details because "KVM" is fairly common industry parlance. If you normally work with this stuff then just hearing those 3 letters tells you most of what you need to know.

Edit: high, not Hugh

[–] [email protected] 3 points 3 months ago (1 children)

Worth noting here that KVMs are potentially a quite Hugh security risk.

You can put them behind a VPN and they should be relatively secure. I definitely wouldn't expose it on the web directly, however.

load more comments (1 replies)
[–] [email protected] 8 points 3 months ago

ELI5

Remote KVM lets you access the machine as if you’re in front of it, including pre-boot / BIOS / BSoD’s / Etc (when software isn’t / can’t run) because the device (usually) connects to the computer’s USB/VGA port.

[–] [email protected] 7 points 3 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.

[–] [email protected] 3 points 3 months ago

For me, they're also useful because a lot of my jobs don't allow remote software to be installed on laptops, so I use something like this to be able to remote in still.

load more comments (1 replies)
[–] [email protected] 12 points 3 months ago

Well I know why it opened up today: H264 patents expired

[–] [email protected] 8 points 3 months ago (1 children)
[–] [email protected] 8 points 3 months ago* (last edited 3 months ago)

Their FAQ says that they haven't tested this with KVM switches but that it should work. PiKVM doesn't always work well with switches, hoping this will be better. Because off-the-shelf IPKVM switches all seem rubbish, overpriced or both.

[–] [email protected] 6 points 3 months ago (11 children)

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

load more comments (11 replies)
[–] [email protected] 5 points 3 months ago* (last edited 2 months ago) (3 children)

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

Weird people would downvote this. I usually don't care (still don't, lol) but someone downvoted the idea of installing a mesh VPN on this KVM, yet it's already been done.

[–] [email protected] 9 points 3 months ago (2 children)
[–] [email protected] 13 points 3 months ago (1 children)

Unless what doesn't boot, the KVM? Isn't the point that this should work even if the host is not working?

As long as the host posts it should work. If it's a hardware issue then it won't help though.

[–] [email protected] 5 points 3 months ago (5 children)

No, the OS that would be running Tailscale or Wireguard. If the OS doesn't boot, those remote access options don't work, which is where a KVM comes in handy, rather than having to hook up a monitor and keyboard.

load more comments (5 replies)
[–] [email protected] 6 points 3 months ago

If the machine doesn't boot then you can use this to access the bios and boot a recovery environment of your choice remotely using pxeboot.

load more comments (2 replies)
[–] [email protected] 4 points 3 months ago (2 children)

Would you need one of these per physical server, or can they connect to multiple ?

[–] [email protected] 4 points 3 months ago

It’s for one , but you can use a normal kvm that supports switching with the keyboard

load more comments (1 replies)
[–] [email protected] 4 points 3 months ago

Aw neat! Thanks for sharing 😊

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago) (2 children)

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.

[–] [email protected] 7 points 3 months ago (1 children)

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?

[–] [email protected] 4 points 3 months ago* (last edited 3 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.

load more comments (1 replies)
[–] [email protected] 3 points 3 months ago (5 children)

I wish it was possible to connect it to VGA servers to 🙁

[–] [email protected] 8 points 3 months ago (2 children)

They're making a KVM targeted at data centers that doesn't support VGA?

load more comments (2 replies)
load more comments (4 replies)
load more comments
view more: next ›