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
21
votes
3 answers

How to setup a guacamole on a windows machine?

From official website of gaucamole i.e. (http://guacamole.incubator.apache.org)- Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. We call it clientless because no plugins or client…
Alex
  • 327
  • 2
  • 3
  • 8
10
votes
2 answers

Unable to use Guacamole Reverse VNC connection

I am using Guacamole v0.9.9 and want to connect to my Win 10 laptop which is behind a NAT of my ISP. I figured I might have to use Reverse VNC for this. The instructions are given…
Neel
  • 459
  • 6
  • 18
6
votes
1 answer

The user-mapping.xml file doesn't work in guacamole, Invalid login

Recently, I was following installation instructions for Guacamole in the manual on http://guac-dev.org/. My system is Ubuntu 14.04. First, I installed the basic required dependencies: $ apt-get install -y apache2 libcairo2-dev libjpeg62-dev…
ramwin
  • 5,803
  • 3
  • 27
  • 29
5
votes
1 answer

.Net Core 3 Preview SequenceReader Length Delimited Parsing

I'm trying to use SequenceReader in .Net Core Preview 8 to parse Guacamole Protocol network traffic. The traffic might look as follows: 5.error,14.some text here,1.0; This is a single error instruction. There are 3 fields: OpCode = error Reason…
Smudge202
  • 4,689
  • 2
  • 26
  • 44
4
votes
0 answers

How to implement Biometric Authentication in a ReactJS Web Application

I currently have a web application set up using ReactJS for the front-end, Django and Apache Guacamole for the back-end and MariaDB for the database. I also have a Secugen Hamster Plus Fingerprint Scanner which when plugged in to the computer, will…
Metta Tan
  • 41
  • 2
4
votes
2 answers

Create Guacamole users

I have just set up Guacamole 0.9.9 with a MySQL user database and LDAP authentication and it all works flawlessly so far. However, I want to be able to create new users and connections in the MySQL database from outside of Guacamole. Is there a way…
Mehrkat
  • 141
  • 1
  • 6
4
votes
4 answers

unable to get keyboard events in guacamole iframe

We are streaming our vnc server using guacamole(http://guac-dev.org/) in the browser using an iframe. We are unable to get the keyboard events on the vnc canvas. Though once we click on the div outside the guacamole canvas, focus gets into the…
Rahul Chaki
  • 61
  • 1
  • 4
3
votes
1 answer

Guacamole Deprecated-Declarations issues on Make

I'm trying to install Guacamole 1.4.0 on a 22.04 Ubuntu (running from a Virtual Machine) according to the following tutorial : Install and Use Guacamole on Ubuntu. I'm stuck on Step 3: Build the Guacamole Server From Source, at the 6th Step. When…
3
votes
1 answer

Docker-compose apache guacamole gets stuck

Im using docker-compose version 1.25.0 with nginx container and guacamole + guacd container version 1.2.0, Enviroment works fine until once in 2-3 days guacamole + guacd containers gets stuck with this logs : guacamole : guacamole_1 |…
gsr
  • 169
  • 2
  • 19
3
votes
2 answers

Integrate guacamole-common-js in my react application

I wanna use guacamole-common-js in my React application and already set up guaca in docker and guacamole client by guacamole-lite. I have successfully seen the view from plain HTML and javascript. However, I could not render it in React JSX. Here is…
Ivana
  • 105
  • 2
  • 11
3
votes
1 answer

Forward-Only Seeking Lookup Algorithm

Given a string in the format {Length}.{Text} (such as 3.foo), I want to determine which string, from a finite list, the given string is. The reader starts at the 0-index and can seek forward (skipping characters if desired). As an example, consider…
Smudge202
  • 4,689
  • 2
  • 26
  • 44
3
votes
1 answer

Shutdown Windows When Remote Desktop Connection Closes

I am trying to build a "desktop in the cloud" using the Apache Guacamole service and Google Cloud VMs. I have accepted that I can not boot a VM on a RDP connection, but I am wondering if there is a way to shut down a machine on RDP disconnect. I…
3
votes
0 answers

Linux application over RDP (FreeRDP, XRDP) / Apache Guacamole

I have started lately using Apache Guacamole. The problem I am facing is that I want to find a way to have Linux Remote Applications over RDP ( as windows RemoteApp does). Is there any way to have just a single Linux application using xrdp or…
athink
  • 31
  • 2
3
votes
1 answer

How can I pass hostname as a parameter for ssh in guacamole

I tried to build a demo guacamole app for ssh from the below tutorial. http://guac-dev.org/doc/gug/writing-you-own-guacamole-app.html The app worked just fine as long as the values were hardcoded. But I need to get the hostname/IP from the user. To…
3
votes
2 answers

Where is guacamole-client?

I've followed the instructions here: http://guac-dev.org/doc/gug/installing-guacamole.html This says Guacamole is separated into two pieces: guacamole-server, which provides the guacd proxy and related libraries, and guacamole-client, which…
Matt B
  • 518
  • 4
  • 11
1
2 3
12 13