Comments on Install and Use Guacamole Remote Desktop on CentOS 8

Apache Guacamole is a free, open-source, web-based and clientless remote desktop application that supports standard protocols like VNC, RDP, and SSH. In this tutorial, we will show you how to install the Guacamole server on CentOS 8.

6 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: HenrysCat

When trying to start tomcat I get - Job for tomcat.service failed because the control process exited with error code.

By: Tim

disable selinux

By: Tim Tielens

dnf config-manager --set-enabled PowerToolsdnf config-manager --enable Devel

Please use:

dnf config-manager --set-enabled powertoolsdnf config-manager --enable devel

By: stephen

What's the login account and password? I tried admin/0f6e4a1df0cf5ee97c2066953bed21b2 and also the default guacadmin/guacadmin - no go. The installation went OK w/o any error.

By: ELM

In this line, password and user.

 

MD5 -> echo -n your-password | openssl md5

 

username="admin" password="0f6e4a1df0cf5ee97c2066953bed21b2" encoding="md5">

By: Martin S

Thank you so much. It eases the installation for me ;)

 

For the RDP connexion, i've added in user-mapping.xml:<param name="security">nla</param><param name="ignore-cert">true</param>

Ifnot, server refused connexion due to bad security type and won't connect with untrusted/self-signed certificate.