Abiquo 5.2
This page describes how to configure and enable WebMKS for vCenter in environments with no previous VNC configurations.
Before you begin:
If any of your vCenter VMs have a VNC configuration, see Enable WebMKS for vCenter instead. It describes how to change VMs from VNC to WebMKS.
VMs that may have a VNC configuration are: VMs deployed using Abiquo; VMs created in ESXi before vSphere 6.5
To enable the WebMKS functionality for remote access to vCenter VMs, edit the abiquo.properties file:
Enable WebMKS for all VMs with no VNC configuration.
com.abiquo.esxi.webmks = true
Define the WebMKS proxy path
com.abiquo.esxi.webmks.proxypath = api.cloud.example.com/wsdata
The value of the proxy path property is the FQDN and Location of the proxy in Apache on the Abiquo Server (without the protocol).
You may choose to operate a test environment without the WebMKS proxy. In this case, the users will need access to the websocket host and port, to reach the websocket as follows:
wss://host:port/ticket/ticketID
Users will now be able to access VM console via WebMKS when:
The VM has a VNC user and password that are not valid for WebMKS.