Installing Proxmox on a physical server via pure SSH. Hardware KVM-over-IP using offline text recognition (OCR)
We're currently adding support for installing Proxmox directly from the terminal to the hardware USBridge-KVM 2.0.
You know, to deploy a hypervisor on bare metal, you have to move the monitor and keyboard to the server. We've made this process as simple as possible. Now, all you have to do is open a terminal and enter:
ssh user@ip
Enter your password, and a live text stream will be displayed immediately.
USBridge-KVM 2.0 has a built-in standalone OCR engine. It intercepts the text stream (BIOS, POST, installer interface) and converts it to text. The entire process occurs completely offline on the device, without installing any clients on your PC.
We're currently polishing the text output. Afterward, we'll move on and write an autoscript. It will allow you to deploy Proxmox on new nodes completely automatically, with literally one click.
What do you think of this approach to remote access for home servers? I'd love to hear your thoughts!