How to log Virtualbox VRDP logins?

Viewed 153

I am running multiple headless VMs on my ubuntu VPS. I have configured VNC on VRDP ports for these VMs. How do I log every VNC session ? Can't find anything on VM Docs.

Thanks.

1 Answers
I run it with administrative user, UAC is disabled.

Is this error normal: Could not resolve import 'VRDPAuth2'. Error code: VERR_SYMBOL_NOT_FOUND

00:10:40.057 VRDP: Client seems to be MSFT. 00:10:40.057 VRDP: Logon: BORIS-HAMANOV (192.168.180.111) build 6002. User: [inka] Domain: [] Screen: 0 00:10:40.058 VRDPAUTH: User: [inka]. Domain: []. Authentication type: [External] 00:10:40.059 VRDPAUTH: ConsoleVRDPServer::Authenticate: loading external authentication library 'VRDPAuth' 00:10:40.088 VRDPAUTH: Could not resolve import 'VRDPAuth2'. Error code: VERR_SYMBOL_NOT_FOUND 00:10:40.100 VRDPAUTH: Using entry point 'VRDPAuth'. 00:10:40.101 VRDPAUTH: external authentication module returned 'access denied' 00:10:40.101 VRDPAUTH: Access denied. 00:10:40.101 VRDP: Connection closed:
Related