Text-based IP-KVM could make headless server setup easier

is a hardware IP-KVM that captures a raw HDMI signal and turns pre-boot screens, such as BIOS menus, into text. Normal screen readers do not work before the starts, so blind users cannot easily read BIOS settings or early boot errors. This device converts the visual BIOS interface into a clean interactive text stream that can be used through SSH.

Its engine also sends a JSON stream with screen status, including each character’s text and color. The data interface was first made so AI agents using the MCP protocol could read the screen and run hardware checks. The same SSH and JSON streams could also feed a screen reader, letting it announce active BIOS menu items in real time.

The use was not the original goal, but the text interface built for scripting may help solve a long-running gap in low-level hardware access.

Key points

  • turns HDMI screen output into text.
  • BIOS and other pre-boot screens are hard for screen readers to access.
  • The interface can be read and controlled through SSH.
  • A JSON stream reports screen text, colors, and status for or screen readers.
  • The idea is relevant to owners because it may help with remote boot troubleshooting.
Read original