Sxynix Posted March 6, 2021 Posted March 6, 2021 If you’ve ever needed remote access to a PC, you’ve probably tried VPN or other apps such as TeamViewer. However, this kind of software only works within the remote computer’s OS, which means that it can’t access the BIOS, reboot, install an operating system or power on the computer. There are several solutions that allow you to remote control a PC independently of its operating system, but using a KVM over IP is one of the most convenient and affordable. While a store-bought KVM over IP device can cost hundreds of dollars, it’s easy to use a Raspberry Pi to create your own. A developer named Maxim Devaev designed his own system called Pi-KVM, which he is planning to sell as a $130 kit. However, if you have the right parts, you can use the software he’s developed and your Pi, to put it together for far less. Below, we’ll show you how to build your own Raspberry Pi-powered KVM over IP that can output full HD video, control GPIO ports and USB relays, configure server power using ATX functions and more. You’ll be able to control the whole setup via a web browser from another device over the internet via TailScale VPN or on your local network. KVM Over IP with Raspberry Pi Pi-KVM prototype v3 without case (Image credit: Tom's Hardware) What You Need to Build a KVM Over IP with Raspberry Pi Raspberry Pi 4 or Raspberry Pi Zero 16 GB or larger microSD Card. (See best microSD cards for Raspberry Pi) HDMI-to-CSI bridge like this one or or USB HDMI capture dongle. (https://amzn.to/2ZO9tjo USB female to dual male Type-A splitter like this one. USB C to Type-A cable 5V, 3 amp power supply with USB Type-A output. You’ll be plugging a type-A cable into it so the official Raspberry Pi power supply won’t do. Setting Up the SD Card for Raspberry Pi KVM Over IP The software you need for the Raspberry Pi is all contained on a custom disk image that you must download and burn to a microSD card. Here’s how to do that with Raspberry Pi Imager, but you can also use other burning software such as balenaEtcher.
Recommended Posts