Console Tools

Browser Console Access

Use this page like a lightweight web console. Serial console can work directly in supported browsers. SSH from a static website cannot work like PuTTY without a backend service.

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.

Disconnected

          
          
        
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.

Recommended flow: 1. Connect serial 2. Send `terminal length 0` 3. Run backup command 4. Wait for full output 5. Save captured output

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.

Needs backend
What we can build next for SSH