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.
I setup Apache Guacamole 0.9.14 on my CentOS 7 with nginx as reverse proxy to it.
I want to give limited access to some of my employees for some of my servers via ssh.
Some of them are SFTP enabled and to prevent sabotage on purpose or not I edit…
I'm working with guacamole 0.9.14 , I want to get the share link of the connection.
So I'm using http.get and http.post to get the key .
At first , I got the token from
dns/guacamole/api/tokens
After that , I got the id connection and uuid…
I have installed 0.9.14 version of guacamole which provides the interface to login and adding new connections. I want to give the new machine connection links to users so, that they can access the machines without login.
For that, I have installed…
Guacd and Gaucamole client( which connects to Guacd ) are running in the same EC2 machine.
Guacd is running on port 4822.
Gaucamole client(webapp which connects to Guacd) is running on port 8088
I am trying to connect to the Guacd from Gaucamole…
I followed the Writing your own Guacamole application
link.
I want to create a rails application that will communicate with Guacamole server. But i donot know, how to connect Guacamole server in rails.
Currently i am able to start the ec2 instance…
I see that a number of people have set up Docker containers with Guacamole or other tools to allow them to remote in to GUI as if the container was a remote Linux desktop. A friend of mine had a conversation with a professor who told him that they…
I have guacamole 0.9.12-incubating. I have a vanilla deploy of three containers: guacamole, guacd and mysql. I am not seeing the api session timeout setting works, at the default of 60 nor at a custom 5 minutes.
I leave open a session to a remote…
I'm writing a simple extension for Apache Guacamole following the guidance in the manual. I can get most theme elements working correctly except adding custom javascript. According to the manual I should be able to include my javascript file by…
look , i have a application at my server that i can acess by URL :
192.168.1.191/terminal
Because inside webapp have a .war called "terminal" , how can i change to acess only by IP :
192.168.1.191 ?
Thanks.
I'm using Guacamole 0.9.12-incubating - on server-side extending GuacamoleHTTPTunnelServlet, on client using official JavaScript code. Guacamole server is compiled from source and is running on Ubuntu 17.04.
SSH connection is successfully…
I am currently struggling on LDAP authorization towards MS AD (Server 2012) and MySQL as connection database. Once I log into guacamole using an AD account (sAMAccountName) I am not able to add any connections.
Is there anything I might have missed?…
I went through the documentation and was kind of disturbed by it going straight from installing, to configuring:
https://guacamole.incubator.apache.org/doc/gug/configuring-guacamole.html
It starts talking about things like GUACAMOLE_HOME in the…
I want to resize the screen which I am controlling to the available screen of the browser without showing any scrollbars . I have done this by resizing the html elements but by doing this the position and movement of the curser also changes on the…
All RDP sessions in Guacamole (to a Windows host) suffer from a black desktop/background. This is due to the RDP client connection not specifiying that the desktop wallpaper should be displayed. If you do a native RDP client connection you just…
I have Apache 2.4 forwarding *:80 traffic to my sole Tomcat 7.0 webapp (Guacamole) like so:
ProxyPreserveHost On
ProxyRequests off
ProxyPass / http://localhost:8080/guacamole/
ProxyPassReverse /…