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.
In my project, some EC2 instances will be shut down. These instances will only be connected when the user needs to work.
Users will access the instances using a clientless remote desktop gateway called Apache Guacamole.
If the instance is stopped,…
I use apache guacamole on docker-compose, and it seems that it is impossible to edit tomcat HTML files.
I really need to delete the user "home" button from control panel (ctrl + alt+ shift)
I have tried adding new extension but i cant because when i…
I have Apache httpd configured as a reverse proxy with SSL. I'm trying to configure keycloak and guacamole using http behind the proxy. I'm using the keycloak, mysql, guacd and guacamole containers. I have the entire flow working until keycloak…
For some reasons I don't have direct access to my Gitlab instance (no direct SSH, HTTPs nor VPN access). I can only access a virtual Desktop running within a Web Browser (Apache Guacamole in this case) from my laptop. I can copy paste text content…
I'm using Apache Guacamole 1.2.0 and XRDP 0.9.12 on Ubuntu 20.04.
When looking at the remote desktop the fonts are shown sometimes reasonably sharp (alas still less than when opening an RDP connection directly), but often become blurry/blocky, as…
I am trying to achieve below proxy_pass settings, basically one of the services is listing to subdomain.example.com/guacamole but I want to serve it as subdomain.example.com
location / {
proxy_pass http://guacamole:8080/guacamole/;
…
I have set up Guacamole 1.2.0 on Ubuntu server 20.04 which works great. Is it possible to bypass the login page in Guacamole 1.2.0 using the auth-noauth component from a previous Guacamole release? The release notes in 1.2.0 say the older components…
I have google'ed a lot on this question but haven't found an answer. I have a Guacamole server that connects to a local VNC session and I would like for it to disconnect the user session if it detects no activity for an hour.
What I've tried and…
I am struggeling to mount a PVC to /root/.guacamole in my pod. Mounting to /root/extensions works, but .guacamole doesn't let the pod boot. Basically, I would like to include the file guacamole-auth-totp-1.1.0.jar to the existing containers location…
i'm getting this error while trying to add the ppa for apache guacamole to my ubuntu server. i was following the guide here. it looks like the InRelease archive is found, but I get an error on the Release archive. Is there a way to work around…
Anyone here helps me out to config guacamole session recording RDP and SSH. I tried too with GUI, but it's not working. Mentioned path files are empty.
is there any setting need to enable in guacamole.properties.
There are no error logs
Guacamole…
I am trying to set up a powerline modded font for SSH connection using apache guacamole docker container.
The container is set up and working and without setting a font name everything works well.
Once I enter a font name I get weird spacing and use…
I've included the OpenID Connect extension and added the required properties as outlined in the documentation here. However, when I restart Tomcat I'm still landing on the standard login screen, with no option to authenticate with OpenID. I also…
I installed guacamole and guacadmin with docker, so I also wanted to install guacenc with docker, but I didn't find the information.
In fact, I have not found any other way to install guacenc.
If anyone knows, I hope I can get the answer.
Thank you…
I'm trying to use this server test Serverfor test purposes, I got my frontend up and running , with the following configuration :
this.manager = new RemoteDesktopManager(tunnel)
const parameters = {
ip: '52.139.24.171',
port: 3389,
…