Setup Apache Guacamole OpenLDAP Authentication
In this tutorial, you will learn how to setup Apache Guacamole OpenLDAP authentication. Apache Guacamole is a clientless HTML5 web based remote desktop gateway which provides remote access to servers and desktops through a web browser. By default, Guacamole uses a basic authentication module which basically involves reading usernames and passwords from an XML file.
Apart from using simple XML...
Configure Guacamole SSL/TLS with Nginx Reverse Proxy
Hello there. Today, we are going to learn how to configure Guacamole SSL/TLS with Nginx Reverse Proxy. If you are going to use Guacamole in production environment, then it is highly recommended that it is placed behind a reverse proxy. The proxy can then be configured to provide SSL/TLS encryption that provides a secured connection.
Configure Guacamole SSL/TLS with Nginx...