JetKVM Mini drops KVM-over-IP to $33 by swapping Linux for an ESP32-P4X microcontroller
Announced September 11, 2026 and shipping October 26, the JetKVM Mini abandons the Linux SoC for an ESP32-P4X with a hardware H.264 encoder, cutting the price to $39 each and $33 per unit in a three-pack. For a homelab, out-of-band access is finally affordable per machine.
September 11, 2026. JetKVM announces the Mini, a smaller and cheaper version of its KVM-over-IP. September 14, 2026. CNX Software documents the technical shift: an ESP32-P4X replaces the original Linux SoC. October 26, 2026. Planned availability through resellers. Why it matters: by swapping a full Linux system for a microcontroller, JetKVM drops the price to $39 each — and $33 per unit in a three-pack — making out-of-band access affordable per machine at last.
The price of KVM-over-IP, finally broken
KVM-over-IP has long been a data-center product: boxes costing hundreds of dollars, justified by the need to reboot or reinstall a machine whose OS no longer responds. For a homelab or self-hoster, the math never worked — spending $300 to rescue a $200 server was absurd.
The original JetKVM, launched in 2025 at $69, already disrupted that economics. The Mini goes further. At $39 each (or $99 for a three-pack, $33 apiece), it becomes rational to install one on every machine, not just the most critical.
The secret: replacing Linux with a microcontroller
The decisive change is not cosmetic, it is architectural. The original JetKVM ran on a Rockchip RV1106G3 SoC under Linux, with the DRAM and eMMC that system demands. The Mini abandons all of that for an ESP32-P4X, a dual-core RISC-V microcontroller clocked at 400 MHz with a hardware H.264 encoder.
The consequence is direct: no DRAM and no eMMC to pay for, a firmware rewritten on FreeRTOS/ESP-IDF, and an aluminum case of 42 × 42 × 23 mm — the footprint of a matchbox. The ESP32-P4X handles video capture, H.264 encoding, USB, and the firmware, all without the overhead of a full operating system.
It is the same logic that drove down the cost of homebrew KVM projects (ESP-KVM, P4 KVM): a microcontroller suffices when the video encoder lives on the chip. The difference is that JetKVM industrializes the approach, with a finished product and an ecosystem.
What the Mini does, and what it sacrifices
The Mini does the essentials of a KVM: video capture at 1080p30 (or 720p60), encoded on-chip and streamed over WebRTC, keyboard/mouse control over USB, and virtual media from a TF card. The IPS 240 × 240 display shows the IP address and USB/video status.
Two models: the Mini with 100 Mbps Ethernet, and the Mini W wireless (Wi-Fi 6 on 2.4/5 GHz, Bluetooth for onboarding, 802.15.4 for Zigbee/Thread via an ESP32-C5). Two USB ports: one to the target (USB 2.0 High Speed, keyboard/mouse/virtual media, power), one USB 2.0 Full Speed for general use.
The tradeoffs are explicit. Ethernet is capped at 100 Mbps — enough for 1080p30 H.264, but far from gigabit. The microcontroller lacks the flexibility of a full Linux: no arbitrary software stack, only the JetKVM firmware. And the ESP32-P4X is still young — some observers question whether the October 26 date will hold.
Mini versus original JetKVM: what actually changes
The move to the ESP32-P4X changes more than the price — it changes the nature of the product. The original JetKVM, running Linux, could execute an arbitrary software stack; the Mini is an appliance fixed around a single firmware. For pure KVM use — video, keyboard, mouse, virtual media — the difference is invisible. For everything else, it is total.
| Criterion | JetKVM original | JetKVM Mini |
|---|---|---|
| Core | Rockchip RV1106G3 SoC, Linux | ESP32-P4X, FreeRTOS |
| Network | Gigabit | 100 Mbps (Mini) / Wi-Fi 6 (Mini W) |
| Firmware | Open source | Open source from day one |
| Price | $69 | $39 ($33 in a three-pack) |
The blind spots to watch
Three points remain to be confirmed before availability. Power: the Mini feeds off the target’s USB port, which assumes the machine supplies power even when off — built-in PoE would have been safer, but you will need an external adapter. Reboot reliability: a KVM’s primary use case is precisely to survive a machine restart; the first reviews will have to confirm the microcontroller holds up. Chip availability: the ESP32-P4X is still thinly distributed, and some commenters doubt the October 26 date.
Open-source firmware from day one
The biggest change for self-hosters is the open-source firmware. JetKVM rewrote the firmware for the ESP32-P4X and will publish it on GitHub at launch. It speaks the same protocols, so the web interface, cloud, extensions, and OTA updates with automatic rollback carry over unchanged.
The integration is complete: text paste, keyboard layouts, virtual media from an ISO, JetKVM Cloud for out-of-network access, Wake-on-LAN, MQTT and Home Assistant, OIDC login. And secure boot is built in: a digest of JetKVM’s signing key is written into the chip’s eFuse, so you can permanently lock the device to signed firmware.
Down the line, JetKVM OS Services will capture the target’s screen at up to 4K (host-side encoding), with shared clipboard, guest terminal, and file transfer.
What to make of it
If you self-host several machines, the Mini changes the economics of remote access. At $33 per unit in a pack, equipping every node with BIOS access and virtual media becomes a routine purchase, not a major infrastructure outlay. The classic scenario — a server that will not boot, an unreachable router, a box under the stairs — is solved without leaving your desk.
If your need is production or enterprise, keep the original JetKVM or a data-center KVM: the 100 Mbps cap, the microcontroller, and the unproven availability date argue for caution. The Mini is a homelab and self-hosted product, not a replacement for iLO or iDRAC.
For the broader self-hosting ecosystem, this is more than a gadget. The homebrew ESP32-P4 KVM projects already proved the microcontroller approach works, but they required assembly and tinkering. JetKVM Mini brings that to a finished, supported product at a price that undercuts every commercial IP-KVM on the market — pressure that is likely to drag the whole category down, and self-hosters are the ones who benefit.
There is also a security dimension. An IP-KVM is, by design, a device that can fully control the machine it is attached to — which makes it a high-value target. The pairing of open-source firmware (auditable) and eFuse-sealed secure boot (locked to signed builds) is the right posture: you can inspect what runs, and you can pin it so a remote attacker cannot silently replace it. For a device that lives on a homelab’s management plane, that pairing matters as much as the price.
Verdict
JetKVM Mini pulls off a rare feat: it lowers the price by changing the architecture, not by shaving margins. By replacing Linux with an ESP32-P4X, it turns KVM-over-IP from a data-center product into a $33 accessory. If you self-host and remote troubleshooting costs you trips, pre-order a three-pack — the cost is trivial next to the service it renders. If you need guaranteed availability and gigabit, wait until October 26 and read the first reviews before standardizing. Either way, out-of-band access just crossed a threshold: it no longer costs enough to skip.