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 Tomcat 9.0.54 installation that I am using along with Apache Guacamole. My default catalina.out log file format includes only a time and not a date. It looks like this:
04:37:05.132 [http-nio-8080-exec-12] INFO …
I try to do a remote desktop app client based in guacamole with HTML5 in a web browser, so I try to disable the windows key in my windows but not in my form, and I don't know how to do that, this is my code:
{
public partial class Form1 : Form
…
Im using docker version 20.10.8 and docker-compose version 1.29.2,
How can i make containers restart automaticly when they are stuck?
Of cours from the outside container looks up and runing but the service inside got stuck
they way i know is i see…
I have done guacamole-1.3.0 version native installation in my linux centOs machine.
I need to do LDAP guacamole integration but I am facing some difficulty in doing the configuration.
I have created /etc/guacamole/extension and added ldap-auth 1.3.0…
I'm installing Apache Guacamole using DockerHub's Guacamole container on a macOS Big Sur laptop. From the terminal, I'm running this command:
docker run \
-p 8080:8080 \
-v :/config \
oznu/guacamole
Then, I'm getting my IP's address by typing…
I am using guacamole to connect to remote devices over RDP for Windows machines and SSH for Linux. Now I would like to enable SFTP support for the connections so I enabled the option 'Enable SFTP' in the guacamole connection settings.
The problem is…
I am trying to setup up guacamole in a Digital Ocean Droplet (Ubuntu 18.04). I followed the steps provided in https://computingforgeeks.com/install-and-use-guacamole-on-ubuntu/ to setup guacamole and used Postgresql to authenticate guacamole by…
I am trying to "convert" my ingress files from v1beta1 to v1.
Most of them works just fine, but I am facing a problem with one application(guacamole) and I can not figure it out why.
This is the working ingress ( v1beta1 )
apiVersion:…
I need to send data (a file) via websocket to my guacamole backend using the guacamole-common-js library.
The scenario is the following:
Drag and drop area is created
User puts a file in this area
File is read
A guac filestream is created and the…
EDIT:
I understood that i have to use the api provided by the guacamole project, now the doubt is: how can i use in jango a java api like guacamole-common?
I would like to ask for help regarding the development of a guacamole client within a django…
Guacamole 1.2.0
I have a running guac server and I want to create a client connection from another web app on different domain(for testing) and move to the same domain once production ready. I've tried HTTPTunnel and the websockettunnel, both of…
I setup a local guacamole server for people in my work to access several VM's that we have running in the server. IN order to access guacamole the have to type http://ip:port/guacamole or after the host override I did in my pfsense DNS resolver…
I am making my own customized web application which is going to replace guacamole web application front end. I am following guacamole manual, according to that we required one index.html and another one is servlet which a class that extends…
I'm trying to set up a docker-compose file for running Apache Guacamole.
The compose file has 3 services, 2 for guacamole itself and 1 database image. The problem is that the database has to be initialized before the guacamole container can use it,…