Page 1 of 1

HowTo: Set VNC password on VirtualBox VM

Posted: Fri Oct 30, 2015 9:53 pm
by ^rooker
Shut down the VM client, and use set the VRDE property "VNCPassword":

Code: Select all

$ VBoxManage modifyvm "VM_NAME" --vrdeproperty VNCPassword=xxx
(VirtualBox version 4.3.10, on Ubuntu 14.04.3 LTS 64bit)

:wink: