Another extension pack called VNC is available. This extension
pack is open source and replaces the previous integration of the
VNC remote access protocol. This is experimental code, and is
initially available in the
The keyboard handling is severely limited, and only the US keyboard layout works. Other keyboard layouts will have at least some keys which produce the wrong results, often with quite surprising effects, and for layouts which have significant differences to the US keyboard layout it is most likely unusable.
It is possible to install both the
VBoxManage setproperty vrdeextpack VNC
Configuring the remote access works very similarly to VRDP, see
VBoxManage modifyvmVM-name --vrde-property VNCPassword=secret
The user is responsible for keeping this password secret, and it should be removed when a VM configuration is passed to another person, for whatever purpose. Some VNC servers claim to have encrypted passwords in the configuration. This is not true encryption, it is only concealing the passwords, which is only as secure as using clear-text passwords.
The following command switches back to VRDP, if installed:
VBoxManage setproperty vrdeextpack ""