This is an old revision of the document!


Guacamole (Remote Desktop RDP, VNC relay)

Guacamole is the RDP/VNC relay/wrapper we use to access machines inside the network from remote locations. This is hosted on the internal webserver and runs on Tomcat at port 8080.

Guacamole is a 2 part system. It consists of the guacamole daemon (guacd) and guacamole web application. The web app uses Tomcat. If guacamole is inaccessible by users after rebooting the server try running the following commands:

systemctl start guacd
su - root
systemctl stop tomcat
systemctl start tomcat

Audina Guacamole Login Audina Guacamole Login (Alt)

Add/edit users in /etc/guacamole/user-mapping.xml

Guacamole Docs