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.
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…
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…
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…
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…
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…
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:…
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…
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…
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…
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…
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…
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…
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…
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…