1. Serial / COM
Web Serial Console
Works in Chrome or Edge on HTTPS or localhost. Good for USB-to-serial console cables and direct COM-style access.
Backup switch config locally
This works best over serial on the current static site. The page can send the show commands, capture the output shown in the terminal window, and save it as a local text file.
2. SSH
Browser SSH Notes
A static page served by `nginx` cannot open a raw SSH session the way PuTTY does. To make SSH work in a web page, we need a backend service that the browser talks to over WebSocket or HTTP.