This is an old revision of the document!


Guacamole

Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. No plugins or client software are required.

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/

History

Install

you can use fsi to deploy a guacamole server with Redhat/Alma/Rocky/Oracle Linux 9.

Backup

MYSQL_PWD='xxxxx' mysqldump <database> --host=localhost --port=56733 --default-character-set=utf8 --user=<user> >/tmp/<filename>.sql

This backup can be used in the fsi installation to import old settings / configuration.