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 have a an application that is using the Apache Guacamole and Guacamole-Common-JS in the frontend. I am able to access the VNC session and copy and paste inside the same VNC session is working, however, I want to copy and paste from my local…
I'm using Guacamole-common.js to create a remote desktop connection in the browser.
I'm trying to activate the microphone in Guacamole. But it's not working.
As ScriptProcessorNode is deprecated, I try to use AudioWorklet.
Microphone access is…
I'm looking to implement HTTP header authentication with Apache Guacamole 1.5 but I'm struggling to figure out how to make it secure.
From the doco: "All external requests must be properly sanitized if this extension is used. The chosen HTTP header…
I have Guacamole server running on Ubuntu. Created connection for Digital Ocean droplet using SSH with password and works fine.
I have been trying to connect to Oracle cloud linux instances using Private Key. But when trying to connect it fails…
Good morning,
Is it possible with tomcat to have logs produced when a user successfully completes the TOTP connection?
Thanks,
I have already tried to improve the tomcat logs but it does not work as I want it to
I have written an application which uses guacamole-lite npm package to create remote connections. I have implemented clipoard from local to remote and remote to local machine as well it only works with text using the guacamole.setClipboard() method.…
I am trying to open a WebSocket tunnel from a React frontend to an Azure App Service running a Docker image.
The Docker image is a simple .NET Core 7.0 application which supports WebSockets. The tunnel is initiated from guacamole-common-js library.…
Our Guacamole server (v1.4.0) died so we recovered what files we could and setup a new server:
Ubuntu 22.04
Guacamole 1.5.0
Tomcat 9.0.73
Proxied via Nginx
openjdk 11.0.18 2023-01-17
We're using LDAP and TOTP authentication.
After getting new server…
Currently, I am first getting the authToken from api/tokens end point. The changing the window location to https://{guacServer}/#client/{connectionId}?token={authToken}.
But now I want to pass the token as a header as in this …
We are using guacamole-common-js in one of our projects and using guacamole-common.min.js in the script results in a module not found error:
I am using guacamole-common.js:…
enter image description here
Error while connecting to the database
Facing the guacamole connectivity issue with the mysql database. Tried to install mysql inside guacamole container and the connection was established successfully, where as, when we…
I am using Apache Guacamole library in our project for rendering Windows VM in web browser.
For Clipboard integration I need to transfer clipboard content from Local System to remote VM (guacamole Clipboard) and vice versa.
I am able to get the…
When adding the below dependency to extension/guacamole-auth-jdbc-base the application's startup fails with the error ClassNotFound for error. There must be some dependency conflict but not able to understand which dependency is causing the…
We want to save the user's keyboard movements using guacamole-common-js to receive the commands of the user as a string, not as a keylogger(keysym).For instance, when the user writes ls -l command, guacamole writes on console …
I'm trying to implement a native SFTP protocol with simple terminal interface like SSH in Apache Guacamole.
I've done the official tutorial from: https://guacamole.apache.org/doc/gug/custom-protocols.html
But the "bouncing ball protocol" it's too…