PICOTTY is an open-source project enabling serial-based remote management using a Raspberry Pi Zero 2W as a hub running a web server for the dashboard, and several Raspberry Pi Pico or Pico 2 boards with an Ethernet add-on to control and monitor the targets over serial.In some ways, it’s a multi-target IP KVM, but without video or mouse, so let’s call it an IP keyboard, since each Pico board acts as an Ethernet-connected USB keyboard, while the Pi Zero 2 W SBC manages all nodes attached to it over Ethernet. The developer, Chiranjeevi (morpheuslord), mostly uses it to control systems running Proxmox VE, but it could be useful for other headless applications where a keyboard is sufficient.PICOTTY Node

Hardware for the project:

Raspberry Pi Zero 2 W – Runs a web server on port 8080 and a TCP server on port 9000 to control the nodes

Nodes

Option 1