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

Guacamole internal error

So I followed a bunch of tutorials and installed tomcat7 and guacamole (http://guac-dev.org/) on an ubuntu server (virtual machine). I managed to set everything up...tomcat is running perfectly.But whenever I try to connect via…
000000000000000000000
  • 1,467
  • 1
  • 19
  • 38
3
votes
0 answers

Is there any documentation for Guacamole on Windows?? Or any C# based web RDP?

I am looking forward to build a web Based RDP client for one of my projects. Unfortunately, I could find only one Open Source project for this i.e. Guacamole. I tried to go through the documentation, but It was written in some alien language. I am a…
writeToBhuwan
  • 3,233
  • 11
  • 39
  • 67
3
votes
1 answer

Integrating Guacamole Java Servlet with Rails project

I'm trying to add Guacamole (An html5 vnc client) to an existing rails project but I'm running into some trouble because the Guacamole server is implemented in Java. Based on the overview here…
stackOverlord
  • 5,342
  • 6
  • 28
  • 29
2
votes
1 answer

Guacamole SFTP upload doesn't work on files larger than a few bytes (javascript API)

I'm developing a wrapper on top of Guacamole. I've made my own backend websocket that connects the Guacamole javascript API to the guacd daemon. Now working on file transfers. Problem I have is via SFTP. I managed to successfully download a file via…
Darksody
  • 481
  • 1
  • 4
  • 15
2
votes
2 answers

Apache Guacamole on docker won't authenticate with mysql

I've followed the instructions here, and have guacd, guacamole, and mysql running in separate containers, linked together. I'm pretty confident I have the configurations correct, and as a test I started a plain ubuntu container, installed…
dsl101
  • 1,715
  • 16
  • 36
2
votes
0 answers

How can I start a specific program upon RDP connection via Guacamole?

I'm using the guacamole-common-js JavaScript library to connect to servers via my webclient. This works like a charm. However - I can't get the initial-program parameter (as specified in the documentation:…
InversionDK
  • 125
  • 7
2
votes
1 answer

php implementation of openssl enc

Working with guacamole-auth-json, coding php client implementation. I need to be able to encrypt hmac sha256 hashed json with aes-128-cbc cipher. I have same input data with hash, but failing to implement encryption. Working guacamole-auth-json…
Jan Blaha
  • 31
  • 4
2
votes
2 answers

How to configure Keycloak to work with Guacamole's OpenID plugin?

I'm trying to setup Apache Guacamole with KeyCloak as OpenID Connect Authorization Server. Guacamole is redirecting me to KeyCloak, I can Log in with my user I created on KeyCloak and I get redirected back to Guacamole, but there it says that my…
Marius Kimmina
  • 999
  • 6
  • 13
2
votes
1 answer

How Mac keyboard can issue Alt key input in Apache Guacamole

I am using XFCE terminal in Debian linux on Apache Guacamole from MacOS X. I'm trying to navigate between tabs in the XFCE's terminal using ALT key shortcuts (e.g. ALT+1 and ALT+2) like shown in the screen below: I've tried every key combination I…
Jim Barton
  • 21
  • 2
2
votes
1 answer

Configuring SAML for Apache Guacamole using the docker image

I'm trying to setup Guacamole Docker with SAML authentication and I'm not sure how to provide the need parameters as env variables to the container. These are the attributes the SAML extension…
Arya Rasouli
  • 250
  • 4
  • 14
2
votes
2 answers

Appach Guacomole JS RDP window scaling

I'm using javascript Apache Guacamole Client on my website for RDP control. I've faced a problem - on window resize display wasn't resized. I've tried to use "scale" method of Guacamole Display: guac = new…
kban
  • 150
  • 1
  • 9
2
votes
1 answer

Apache Guacamole under docker with an external database requires SSL database connection

Background Apache guacamole running under docker using the default guacamole images. External Microsoft Azure-managed MySQL database. Azure by default requires SSL connections to the managed db service. This can be disabled but that is not an…
Marcus Adams
  • 1,237
  • 1
  • 12
  • 26
2
votes
2 answers

Apache Guacamole in Docker containers: Creation of WebSocket tunnel to guacd failed

I installed Apache Guacamole using Docker on a CentOS 8.1 with Docker 19.03. I followed the steps described…
Ciprian Stoica
  • 2,309
  • 5
  • 22
  • 36
2
votes
1 answer

How to authenticate to Apache Guacamole using Active Directory authentication by LDAP?

After I configured the configuration below, it doesn't connect to the Active Directory. I can't login with a account of the Active Directory. What could be the problem? I have a Ubuntu server 18.04 with Apache Guacamole v1.0.0. installed. I want to…
Jurre
  • 21
  • 1
  • 2
2
votes
1 answer

Guacamole closing socket to guacd when I connect

I have installed Guacamole on Ubuntu 16.04 following these steps: https://www.vultr.com/docs/create-an-html-5-rdp-ssh-frontend-using-guacamole-on-ubuntu-16-04-lts I have used the latest version of Guacamole etc. When I access the Guacamole login…
Harry Boy
  • 4,159
  • 17
  • 71
  • 122
1
2
3
12 13