Apache Guacamole is a clientless remote desktop gateway with APIs in C, Java, and JavaScript. It supports standard remote desktop protocols like VNC and RDP.
Sorry for the novice question, but I'm stuck and new to this framework.
Currently I'm attempting to integrate some VM Controls into the Guacamole Interface. I have a java class that will be doing the sending of the commands to the ESXI server in…
Recently, I was writing a Django project with guacamole. How can I insert the guacamole windows to my Django page?
I tried to use iframe( the IP of django is localhost:8000 and IP of guacamole is localhost:8080 , but then user will have to input the…
After successfully setting up a dockerized guacamole 0.9.8 along the lines of
http://guac-dev.org/doc/gug/guacamole-docker.html
http://kalzi.github.io/2015/guacamole-with-docker-containers/
with the script below and login in with user: guacadmin…
When running make while installing Guacamole 0.9.0, I get the following error:
undefined reference to 'png_set_longjmp_fn'` in /home/src/libguac/.libs/libguac.so.
Apparently, this error pops up when there is something wrong with libpng. I tried…
I use guacamole-client-1.0.0 on tomcat 7.0.76 and CentOS 7.8.2003
I solved this issue 403 (Forbidden)
However,I can't connect RDP yet with the message ONLY Error connecting to RDP server in tomcat's log.
Here is user-mapping.xml
I have a Red Hat server running tiger-vncserver.
This is a hardened system and security doesn't like having so many ports open for VNC users so currently we have 15 (5901-5915). We are getting more users onboarded and anticipate more users after,…
I am working on Guacamole source code and I get stuck in guacamole RDP module, I know Guacamole use libfreeRDP for its RDP client, but I can not find some detail, readable documents about libfreeRDP, can someone help?
when I configued guacamole, I meet some problems which I can't solve it immediately. when I open the browser to enter URL(ip:8080/guacmole), the error occured:
404 Not Found
The path '/guacamole/' was not found.
Traceback (most recent call last):
…
I want to connect user with a connection, but Guacamole does not currently have an API documentation.
Is there a way to do that with Guacamole REST API?