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 am running guacamole using docker image. I want to record RDP session. I've recorded RDP session, which is in raw format. In guacamole doc there is a utility called guacenc which convert recorded file data into a .m4v video format by using this…
my url is http://localhost:8080/guacamole it returns
HTTP Status 404 – Not Found
Type Status Report
Message /guacamole
Description The origin server did not find a current representation for the target resource or is not willing to disclose that…
I have setup a Guacamole server on Ubuntu 16.04 with Tomcat7. Everything was working great. I added a second database for a side script that i'm running. Went to log back into my Guac server and I can still reach the login page, but once I try to…
Im trying to debug an all together java app with angularJS using maven and jetty but failing to get dynamically generated app.js and app.css files.
On the java app I have:
Collection javaScriptResources = new ArrayList();
…
As part of the Apache Guacamole setup you create a GUACAMOLE_HOME directory for the extension/configuration files etc
I used /etc/guacamole
Then I exported it export GUACAMOLE_HOME=/etc/guacamole
And chmod 0777 /etc/guacamole -R
the printenv command…
I am very new to the guacamole project. I installed it following instruction online. But I am not able to login to the guacamole application. The instructions I followed are,
sudo apt-get update
sudo ufw enable
sudo ufw allow 22 && sudo ufw allow…
I came across a project Apache-Guacamole which helps you connect to remote computers through a web browser. I am trying to integrate it to a spring-boot application, but unable to do so.
The documentation is quite complex to understand. So, can…
I have a xrdp server running and would like to connect to it using Guacamole. However, each time I try to make any RDP connection it always fails with "You Have Been Disconnected." I know it is a fault with guacamole because I can log into xRDP…
i am installing a sofware called Guacamole :
http://guacamole.incubator.apache.org/
i have installed with success , but i am facing some problems when i am trying integrate with active directory ( Windows Server 2003 R2 )
here is my ldap query that…
I am using Guacamole v0.9.9 and trying to connect to an already open tunnel (must note that creating new tunnels works completely as expected).
I have a servlet extending GuacamoleHTTPTunnelServlet and ovverriding the doConnect method (and a bunch…
I did a docker pull for images guacd, guacamole and mysql latest on CentOS VM box version 6.6. configured them as with glyptodon. But when I open the web page I only get a blank page and no login frame. The guacamole client image stack trace says…
Total nginx noob here. I've scoured the internet and all the instructions and examples I find are for more complex use cases than I have.
What I'm trying to do:
Proxy http://BAREIP/guacamole/ to respond as if http://BAREIP:8080/guacamole/ was in…
I'm trying to implement a Guice module that to lets Guacamole use SQLite as a backend. The Guacamole project has a generic JDBC base module. This lets you implement modules for specific datastores with less code. Most of the lines of code end up…
I'd like to manage access to multiple devices (PCs) using a website.
User has to be logged in into the website and has certain rights in order to access some device.
I was thinking about something like Guacamole, but I'd like to have my own website…
I am trying to instantiate client for guacamole in the example here
// Instantiate client, using an HTTP tunnel for communications.
var guac = new Guacamole.Client(
new Guacamole.HTTPTunnel("tunnel")
);
This…