MCP tool · VPS
get_vps_console
Get the vnc console for a VPS the account owns — its host, port and a one-time password for a vnc client.
get_vps_console
Read-onlyIdempotent
Description
Get the vnc console for a VPS the account owns — its host, port and a one-time password for a vnc client. The password is a live credential: hand it to the user immediately, and do not store, log or reuse it. This is not SSH and not the root password — to change the root password use reset_vps_root_password. Requires the console:vps scope.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
The VPS to open a console for — an Inleed service id from list_vps (data[].serviceId), or a domain/URL that resolves to the VPS service. Resolved to the owning account automatically.
|