RDP Authentication

For each virtual machine that is remotely accessible using RDP, you can individually determine if and how client connections are authenticated. For this, use the VBoxManage modifyvm command with the --vrde-auth-type option. See . The following methods of authentication are available:

In addition to the methods described above, you can replace the default external authentication module with any other module. For this, provides a well-defined interface that enables you to write your own authentication module. This is described in detail in the Software Development Kit (SDK) reference. See .