GET /dashboard/service/{id}/vps/console

Get VPS console

Get VNC console access details for the VPS.

Parameters

NameTypeInDescription
id*
integerpathThe service ID of the VPS.

Response

200
403
404
portinteger
ticketstring
passwordstring

Request

curl -X GET "https://api.royalehosting.net/dashboard/service/{id}/vps/console" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID"

Response

{
  "port": 0,
  "ticket": "string",
  "password": "string"
}