Hello everyone I have just installed Windows 10 pro inside of a VirtualBox VM. It is the newest version of windows and is currently un-activated although I have an OEM key ready. My problem is that I cannot get remote desktop to work with Guacamole from my Linux machine.
Here is what does work: rdesktop (RDP client) works with remote desktop. Guacamole works with vrde <https://www.virtualbox.org/manual/ch07.html#vrde> via RDP Here is what I have tried: modified registry keys <https://mangolassi.it/topic/17846/make-windows-10-server-2016-rdp-work-with-guacamole> ignore cert and security <http://guacamole.apache.org/doc/gug/configuring-guacamole.html#rdp> Guacamole will try to connect but will ultimately time out with the web application stating "The connection has been closed because the server is taking to long to respond..." user-mapping.xml: <connection name="Windows"> <protocol>rdp</protocol> <param name="hostname">my local ip</param> <param name="port">3389</param> <param name="security">any</param> <param name="ignore-cert">true</param> </connection> syslog: Oct 10 18:47:05 GUAC guacd[210]: Connection "$5ab70bba-5707-41fb-8ba6-876fa50b9227" removed. Oct 10 18:47:30 GUAC guacd[1750]: User is not responding. Oct 10 18:47:30 GUAC guacd[1750]: User "@26c9ce69-f651-4915-a24e-96ec5ce8d8b8" disconnected (0 users remain) Oct 10 18:47:30 GUAC guacd[1750]: Last user of connection "$2856b78d-46ff-4ca3-9bf1-e0422bad74e8" disconnected Oct 10 18:47:30 GUAC guacd[210]: Creating new client for protocol "rdp" Oct 10 18:47:30 GUAC guacd[210]: Connection ID is "$8f79f49e-f794-4737-8bef-e59c7369f1f5" Oct 10 18:47:30 GUAC guacd[1763]: Security mode: ANY Oct 10 18:47:30 GUAC guacd[1763]: Resize method: none Oct 10 18:47:30 GUAC guacd[1763]: User "@5b64315f-06c4-4fef-a32e-c3e8703d1c22" joined connection "$8f79f49e-f794-4737-8bef-e59c7369f1f5" (1 users now present) Oct 10 18:47:30 GUAC guacd[1763]: Loading keymap "base" Oct 10 18:47:30 GUAC guacd[1763]: Loading keymap "en-us-qwerty" Oct 10 18:47:30 GUAC guacd[1763]: Failed to load guacdr plugin. Drive redirection and printing will not work. Sound MAY not work. Oct 10 18:47:30 GUAC guacd[1763]: Failed to load guacsnd alongside guacdr plugin. Sound will not work. Drive redirection and printing MAY not work. Oct 10 18:47:35 GUAC guacd[1750]: Client did not terminate in a timely manner. Forcibly terminating client and any child processes. Oct 10 18:47:35 GUAC guacd[210]: Connection "$2856b78d-46ff-4ca3-9bf1-e0422bad74e8" removed. I can't figure this out. Guacamole is v1.0.0? windows 10 was installed a week or so ago and the RDP looks like its version 8.0. Any help would be very much appreciated. Thanks :)
