start_interactive_shell
Launch a browser-based terminal session on remote systems to execute interactive commands and scripts, supporting full TTY functionality for managing homelab infrastructure.
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.
Input Schema
TableJSON 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) |