Questions tagged [guacamole]

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.

Links

190 questions
0
votes
0 answers

Not able to copy and paste from my local machine to the Guacamole (vnc) session

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…
0
votes
1 answer

How to access microphone in guacamole common js?

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…
0
votes
0 answers

Securing Guacamole HTTP header authentication

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…
johnoathome
  • 11
  • 1
  • 3
0
votes
1 answer

how to connect oracle cloud instances with guacamole using private key?

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…
Umesh Kandhalu
  • 123
  • 3
  • 10
0
votes
0 answers

Apache Guacamole TOTP log

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
Nathan
  • 1
  • 2
0
votes
0 answers

Sending images in the clipbaord stream in Guacamole

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.…
0
votes
1 answer

Failed to forward request using WebSockets

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.…
Fogh
  • 1,275
  • 1
  • 21
  • 29
0
votes
1 answer

Guacamole websocket error java.lang.IllegalStateException

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…
s3rvant
  • 1
  • 2
0
votes
0 answers

Connecting to Guacamole Client without showing token in url

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 …
Ankit Raibole
  • 35
  • 2
  • 7
0
votes
1 answer

Uncaught ReferenceError: module is not defined at guacamole-common.min.js

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:…
Pranav Choudhary
  • 2,726
  • 3
  • 18
  • 38
0
votes
0 answers

Error while connecting guacamole to mysql

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…
0
votes
1 answer

Not able to set data in guacamole clipboard

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…
0
votes
1 answer

When Using Azure SDK with apache guacamole extension getting application startup failure

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…
rest17
  • 25
  • 1
  • 6
0
votes
0 answers

how to use guacamole-common-js to get client command on ssh/rdp session to text file

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 …
Ekrem
  • 55
  • 1
  • 1
  • 8
0
votes
0 answers

How to implement non-native protocol in Apache Guacamole?

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…
R3kod
  • 1