On Tue, 2024-08-27 at 21:31 +0000, Randxm wrote: Hello, I'm having a very hard time figuring out how to get Guac to allow me to remote to an Ubuntu 24.04 desktop. I just installed 24.04 on a workstation and enabled desktop sharing and remote control. I see the username and password. I set all of this up in Guac but I keep getting the error "RDP server closed/refused connection: Server refused connection (wrong security type?)".
Within Guac my settings are fairly simple: Protocol RDP, hostname and port set, username and password set, security type set to Any, Disable authentication unchecked, and ignore server certificate checked. This exact config has worked for me with previous Ubuntu versions. Can somebody point me in the right direction? Are you able to connect using a generic RDP client such as mstsc.exe or xfreerdp? Edit or create /etc/guacamole/guacd.conf: [daemon] log_level = debug See https://guacamole.apache.org/doc/gug/configuring-guacamole.html#configuring-guacd for more details. guacd uses syslog for logging so depending on your distro, you may have to hunt around for the output. Try /var/log/syslog or messages first. Let us know how you get on Cheers Jon