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/11/17 15:00] – [Enabled Database Authentication] bstaffordlinux:install_guacamole [2022/11/23 12:49] (current) – external edit 127.0.0.1
Line 138: Line 138:
 }</code> }</code>
  
 +<code>sudo openssl dhparam -out /etc/nginx/certs/certsdhparam.pem 4096</code>
 ''/etc/nginx/snippets/ssl-params.conf'' ''/etc/nginx/snippets/ssl-params.conf''
 <code> <code>
Line 258: Line 259:
  
 <code>https://mole.stafford.local/#/settings/sessions</code> <code>https://mole.stafford.local/#/settings/sessions</code>
 +
 +===== Identify Version of Guacamole Installed =====
 +
 +[[http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/Guacamole-Version-identification-td7741.html|From here]].
 +
 +<code>curl -s -L https://url_of_server.local | grep -oE "app.js\?v=.*\"" | awk -F"=" {​​​​​​​'print $2'}​​​​​​​ | sed 's/\"//g'
 +</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.1605625246.txt.gz · Last modified: (external edit)