Install Guacamole as Docker Container on Rocky Linux

0
Install Apache Guacamole as Docker Container on Ubuntu
In this guide, we are going to learn how to install Guacamole as Docker Container on Rocky Linux. Guacamole is a clientless HTML5 web based remote desktop gateway which provides remote access to servers and desktops through a web browser. It supports standard protocols like VNC, RDP, and SSH. Install Guacamole as Docker Container on Rocky Linux Guacamole is made up of...

Install Apache Guacamole as Docker Container on Ubuntu

2
Install Apache Guacamole as Docker Container on Ubuntu
In this guide, we are going to learn how to install Apache Guacamole as Docker Container on Ubuntu. We are using Ubuntu 22.04. Apache Guacamole is a clientless HTML5 web based remote desktop gateway which provides remote access to servers and desktops through a web browser. It supports standard protocols like VNC, RDP, and SSH. Install Apache Guacamole as Docker Container...

Install Apache Guacamole on Ubuntu 22.04

0
Configure Guacamole MySQL Database Authentication
In this guide, we are going to learn how to install Apache Guacamole on Ubuntu 22.04. Apache Guacamole is a clientless HTML5 web based remote desktop gateway which provides remote access to servers and desktops through a web browser. It supports standard protocols like VNC, RDP, and SSH. Install Apache Guacamole on Ubuntu 22.04 Guacamole is made up of two parts; guacamole-server, which...

Configure TOTP Two-Factor Authentication on Apache Guacamole

1
Configure Guacamole MySQL Database Authentication
In this tutorial, you will learn how to configure TOTP two-factor authentication on Apache Guacamole. Time-based One-time Password, TOTP, is a kind of multi-factor authentication which adds an extra layer of authentication on top of the usual username/password based authentications. This improves the security of your accounts. Configure TOTP Two-Factor Authentication on Apache Guacamole Apache Guacamole supports the use of TOTP...

Guacamole: How to fix RDP server closed/refused connection: Security negotiation failed (wrong security type?)

0
Configure Guacamole MySQL Database Authentication
This short tutorial shows you how to fix RDP server closed/refused connection: Security negotiation failed (wrong security type?) error while connecting to Windows systems using Apache Guacamole. Guacamole: How to fix RDP server closed/refused connection: Security negotiation failed (wrong security type?) Sample syslog error logs on Apache Guacamole Server; Apr 9 18:05:25 Ubuntu20.04 guacd[54811]: RDP server closed/refused connection: Security negotiation failed...

Install Apache Guacamole on Rocky Linux 8

8
In this guide, we are going to learn how to install Apache Guacamole on Rocky Linux 8. Apache Guacamole is a clientless HTML5 web based remote desktop gateway which provides remote access to servers and desktops through a web browser. It supports standard protocols like VNC, RDP, and SSH. Install Apache Guacamole on Rocky Linux 8 Guacamole is made up of two parts; guacamole-server, which...

Setup Apache Guacamole OpenLDAP Authentication

0
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

14
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...