hardware

JetKVM Mini: Remote Control in a Matchbox-Sized Box

JetKVM Mini: Remote Control in a Matchbox-Sized Box

A tiny box for the moment remote access fails

Picture the worst kind of remote outage: a computer is powered on, but its operating system is not. A firmware update may have left it at BIOS or UEFI, the low-level setup screen that appears before Windows, Linux, or macOS starts. Secure Shell and remote desktop tools disappear at that point because they depend on the operating system. A KVM over IP solves the problem by connecting directly to the machine’s display and USB ports, then sending keyboard, video, and mouse control through a network connection.

That is out-of-band management: a separate control path that remains available when the main computer is unhealthy. JetKVM announced JetKVM Mini on September 11, 2026, with a scheduled availability date of October 26. The wired model starts at $39, while the wireless Mini W starts at $42. Packs of three reduce those prices to $33 and $36 per unit, respectively. Both versions fit inside a 42 × 42 × 23 millimeter aluminum enclosure, roughly the footprint of a matchbox. (jetkvm.com)

Why would anyone need a KVM that works before the operating system loads? Because that is exactly when ordinary remote-access software stops helping.

Target computer video ───────► JetKVM Mini
Target computer USB ─────────► JetKVM Mini
Mini ── Ethernet or Wi-Fi ───► Browser

The diagram captures the important idea. The Mini does not install an agent on the target computer to provide basic KVM access. It watches the video output, acts like a USB keyboard and mouse, and gives you a browser-based control panel.

Wired or wireless, with one important distinction

The standard JetKVM Mini has an RJ45 connector, the familiar Ethernet socket found on routers and switches. Connect Ethernet, video, and USB to the target computer, then read the device’s IP address from its small display and open that address in a browser.

The Mini W removes the Ethernet socket and adds a dual-band radio for 2.4 and 5 GHz networks. Initial setup happens over Bluetooth Low Energy, a short-range Bluetooth mode designed for low-power devices. From a phone or laptop, you select a Wi-Fi network, enter its password, and let the Mini W join it. The wireless model is useful for a computer in another room, a media-center PC beneath a television, or a rack where every switch port is already occupied. (jetkvm.com)

There is a practical catch: wireless applies to the network connection, not to the target computer’s video and USB links. You still need physical cables between the Mini and the machine it controls. That tradeoff makes sense. Video capture and USB control stay predictable, while only the network cable disappears.

The silicon does the heavy lifting

Inside the Mini is an ESP32-P4X microcontroller. A microcontroller is a compact computer designed to run dedicated embedded firmware rather than a general-purpose desktop operating system. The ESP32-P4 includes a hardware H.264 encoder, meaning the chip can compress video frames without asking the main processor to perform every calculation in software.

JetKVM specifies hardware capture at 1080p and 30 frames per second, or 720p at 60 frames per second. H.264 is a video codec, an algorithm that reduces the amount of data needed to transmit moving images. The compressed stream travels to the browser through WebRTC, a collection of browser technologies for real-time audio, video, and data communication. Espressif’s documentation lists 1080p-at-30-fps H.264 encoding as a capability of the ESP32-P4, which fits the Mini’s intended capture path.

The wireless model adds an ESP32-C5. That chip provides dual-band Wi-Fi 6, Bluetooth Low Energy, and IEEE 802.15.4, the radio standard used by technologies such as Thread and Zigbee. In other words, the Mini W is not relying on a separate laptop or network bridge to become wireless; the connectivity hardware is built into the device. (documentation.espressif.com)

Two USB ports, two different jobs

One USB port connects to the target computer at USB 2.0 High Speed, or 480 megabits per second. To the computer, the Mini presents a keyboard, a mouse, and virtual media. Virtual media means the remote device can appear as a local CD, DVD, or USB drive, even though the data is being supplied across the KVM connection.

That feature matters during recovery. You can mount an ISO, which is a disk-image file containing an operating system installer or recovery environment, then boot the remote machine from it. The Mini stores those images on a removable TF card, a flash-memory card in the same general family as microSD cards.

The second USB port runs at USB 2.0 Full Speed, or 12 megabits per second. It is intended for extensions, backup or secondary power, and future accessories such as ATX power control, DC power control, and serial connections. With an external power supply, JetKVM says this port can also work as a USB host, allowing developers to support other USB devices through their own firmware.

Familiar software instead of another ecosystem

The Mini’s firmware is being rewritten for the ESP32-P4X and is planned to be open source from launch. The device keeps the existing JetKVM protocols, so the web interface and cloud service do not require a separate workflow.

That includes browser-based keyboard and mouse control, text paste, keyboard layouts, virtual media, Wake-on-LAN, and optional remote access through JetKVM Cloud. Wake-on-LAN is a network message that asks a compatible computer to power up. MQTT integration, a lightweight messaging system commonly used in automation, connects the device to tools such as Home Assistant. Over-the-air updates can install new firmware remotely, with automatic rollback available if an update fails. JetKVM’s existing remote-access documentation describes WebRTC connections with encryption for media and control traffic.

Secure boot is also optional. Secure boot checks that firmware has been signed by a trusted key before allowing it to run. The Mini stores a digest, or compact cryptographic fingerprint, of JetKVM’s public signing key in one-time-programmable eFuse memory. Enabling the feature permanently locks the device to firmware signed by that key, which is particularly useful when deploying many units in a lab or server room.

The 4K detail needs a closer look

The Mini’s hardware capture path tops out at 1080p, but JetKVM OS Services adds another route. This optional service runs on the target computer, captures the screen there, and sends the video to the Mini through the USB cable. JetKVM says that path can reach up to 4K at 60 frames per second, while also adding a shared clipboard, a guest terminal, and file transfer.

The distinction is useful. Hardware capture remains available when the machine is sitting in BIOS, UEFI, or a crashed boot sequence. OS Services can provide sharper video and richer desktop integration once Windows, macOS, or Linux is running. JetKVM announced the service alongside the Mini on September 11, 2026, describing it as due in the following weeks.

A KVM for every machine

JetKVM Mini is less interesting as a miniature version of an existing product than as a change in the economics of remote management. At $39 for Ethernet or $42 for Wi-Fi, it becomes realistic to attach one KVM to every important machine instead of reserving remote console hardware for only the most expensive servers.

The wired model suits a homelab or rack where stable networking matters more than cable count. The Mini W makes more sense for machines placed around a home or office, provided the wireless network is reliable. Either way, the core promise stays the same: when the computer is stuck before the operating system, the browser can still reach the screen, keyboard, mouse, and recovery media.

That is a surprisingly large amount of control for a box small enough to disappear beside a handful of cables.

ahsan

ahsan

Hello! I am Mr Ahsan, the writer of the Website. I am from Netherland. I like to write about technology and the news around it.

Comments (0)

No comments yet. Be the first to respond!

Leave a Comment

Your comment will be visible after review.