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
misc:guac [2023/05/05 07:06] jsmisc:guac [2024/07/01 11:39] (current) – [Install] js
Line 1: Line 1:
 ====== Guacamole ====== ====== Guacamole ======
  
-{{ :misc:guacamole.jpg?direct&500 |}}+{{ :misc:guacamole.jpg?direct&500 |}} 
  
 Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. No plugins or client software are required. Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. No plugins or client software are required.
Line 7: Line 7:
 Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser. Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser.
  
-Homepage: [[https://guacamole.apache.org/]]+Homepage: [[https://guacamole.apache.org/]] \\ 
 +Wikipedia: [[https://en.wikipedia.org/wiki/Apache_Guacamole]]
  
-====== History ======+  * [[https://en.wikipedia.org/wiki/Apache_Guacamole#cite_note-14|Versions and Timeline on Wikipedia]] 
 +  * [[https://issues.apache.org/jira/projects/GUACAMOLE/issues/GUACAMOLE-1505|Issue Tracker]]
  
 +===== History =====
 +Guacamole was created in 2010 by Michael Jumper as an HTML5 VNC client leveraging components of a browser-based telnet client called "RealMint".
 +The company Glyptodon LLC formed to support and develop the project, and donated the project to the Apache Software Foundation in 2016 where it entered incubation. 
 +In 2017, Guacamole completed incubation and became the Apache Guacamole top-level project.
 +
 +
 +Please visit [[https://en.wikipedia.org/wiki/Apache_Guacamole|Wikipedia]] or the [[https://guacamole.apache.org/|Apache homepage]] for further informations.
 +
 +===== Structure =====
 +{{ :misc:architecture_of_apache_guacamole.png?direct&400 |}}
 +
 +===== Screenshots =====
 +{{:misc:guac-home.png?direct&400 |}}
 +{{:misc:guac-menue.png?direct&400 |}}
 +{{:misc:guac-win.jpg?direct&400 |}}
  
 ===== Install ===== ===== Install =====
  
-you can use fsi to deploy a guacamole server with Redhat/Alma/Rocky/Oracle Linux 9. +you can use fsi to deploy a guacamole server with Redhat/Alma/Rocky/Oracle Linux 9. 
 +<WRAP center round important 60%> 
 +We support the installation of version 1.5.3, 1.5.4 and 1.5.5 of Guacamole with fsi 
 +</WRAP>
  
 +
 +===== Tips & Tricks =====
 +
 +== Change Remote Server / Guacamole Menu ==
 +
 +You can use <key>CTRL</key> + <key>ALT</key> + <key>SHIFT</key> for a "guacamole" menu in the remote screen
  
 ===== Backup ===== ===== Backup =====
  
-<code bash>MYSQL_PWD='xxxxx' mysqldump <database> --host=localhost --port=56733 --default-character-set=utf8 --user=<user> >/tmp/<filename>.sql+<code bash>MYSQL_PWD='xxxxx' mysqldump <database> --host=localhost --port=56733 --default-character-set=utf8 --user=<user> >/tmp/<filename>.sql</code> 
 + 
 +This backup can be used in the fsi installation to import old settings / configuration during the unattended installation of the guacomole server.