User Tools

Site Tools


linux:install_guacamole

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:install_guacamole [2020/12/10 13:31] – [Enabled Database Authentication] bstaffordlinux:install_guacamole [2022/11/23 12:49] (current) – external edit 127.0.0.1
Line 266: Line 266:
 <code>curl -s -L https://url_of_server.local | grep -oE "app.js\?v=.*\"" | awk -F"=" {​​​​​​​'print $2'}​​​​​​​ | sed 's/\"//g' <code>curl -s -L https://url_of_server.local | grep -oE "app.js\?v=.*\"" | awk -F"=" {​​​​​​​'print $2'}​​​​​​​ | sed 's/\"//g'
 </code> </code>
 +===== Windows Server 2019 =====
 +Guacamole 1.2.0 RDP client is broken when talking to Windows 2019 Server, by default Windows Server 2019 attempts to negotiate a connection. To get Guacamole 1.2.0 to work you must configure the Group Policy to the following
 + 
 +Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Service -> Remote Desktop Session Host -> Security -> Require use of specific security layer for remote (RDP) connections - Enable and set to RDP
 + 
 +For Guacamole 0.9.14 you must configure it to the default of negotiate
 + 
 +Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Service -> Remote Desktop Session Host -> Security -> Require use of specific security layer for remote (RDP) connections - Enable and set to negotiate
 + 
linux/install_guacamole.1607607119.txt.gz · Last modified: (external edit)