start_interactive_shell
Open a browser-based terminal on a remote system via SSH to run interactive commands and scripts with full TTY support.
Instructions
Start an interactive web-based shell session on a remote system. Opens a browser-based terminal with full TTY support for running interactive commands and scripts. Perfect for Proxmox community scripts or any interactive command-line tools. Requires HTTP server mode (--http flag). In stdio mode, this tool returns an error with setup instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | Hostname or IP address of the target system | |
| username | No | SSH username (optional, uses registered credentials if available) | |
| password | No | SSH password (optional, uses SSH keys if available) | |
| port | No | SSH port (default: 22) | |
| initial_command | No | Optional command to run automatically when shell starts (e.g., Proxmox script install command) |