---
title: "Enable VNC access"
method: POST
path: "/kvm/v2/set/vnc/enable"
tags: ["VNC Management"]
---

# Enable VNC access

`POST /kvm/v2/set/vnc/enable`

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.

## Response `200`

VNC access enabled successfully.

- InlineResponse20017
  - `status` string — The status of the operation.
  - `vnc_status` string — The new VNC status.
  - `novnc_port` integer — The noVNC web-based access port.
  - `vnc_port` integer — The VNC port for client connections.
  - `vnc_host` string — The VNC server host address.

## Other responses

- `400` — Bad Request - The request contains invalid parameters or required fields are missing.
- `401` — Unauthorized - The provided session signature is invalid or has expired.
- `403` — Forbidden - The client does not have the required permissions to access this resource.
- `500` — Internal Server Error - An unexpected error occurred on the server side.

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
