v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
VNC Management

Enable VNC access

This endpoint enables VNC access for a specified KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Provide the signature, kvm_id, valid_until, and vnc_pw parameters to activate VNC.

post/kvm/v2/set/vnc/enable

Response

VNC access enabled successfully.

statusstring

The status of the operation.

vnc_statusstring

The new VNC status.

novnc_portinteger

The noVNC web-based access port.

vnc_portinteger

The VNC port for client connections.

vnc_hoststring

The VNC server host address.

Example response

{
  "status": "success",
  "vnc_status": "enabled",
  "novnc_port": 6080,
  "vnc_port": 5901,
  "vnc_host": "example.edis.at"
}