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 13:58] – [Install Guacamole Web App] 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 185: Line 186:
 You can edit the text on the login screen by editing the following file and changing the value of the "NAME" field (7th line down?) You can edit the text on the login screen by editing the following file and changing the value of the "NAME" field (7th line down?)
 <code>/var/lib/tomcat9/webapps/guacamole/translations/en.json</code> <code>/var/lib/tomcat9/webapps/guacamole/translations/en.json</code>
-==== Enabled Database Authentication =====+===== Enabled Database Authentication ======
  
 Download mysql-connector-java_8.0.21-1ubuntu20.04_all.deb from https://dev.mysql.com/downloads/connector/j/ Download mysql-connector-java_8.0.21-1ubuntu20.04_all.deb from https://dev.mysql.com/downloads/connector/j/
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.1605621487.txt.gz · Last modified: (external edit)