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
1
vote
3 answers

How start an EC2 instance through Apache Guacamole?

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,…
Edvaldo Silva
  • 904
  • 2
  • 16
  • 29
1
vote
1 answer

Docker apache guacamole - GUACAMOLE_HOME wont change

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…
gsr
  • 169
  • 2
  • 19
1
vote
1 answer

keycloak and guacamole configuration behind httpd reverse proxy configuration

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…
gshepherd7
  • 145
  • 4
  • 19
1
vote
0 answers

How to push local Git modifications to Gitlab repository without direct SSH or HTTPs access through an intermediate server?

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…
donmelchior
  • 893
  • 3
  • 13
  • 31
1
vote
1 answer

Apache Guacamole XRDP desktop shows sometimes blurry

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…
Bernd H
  • 101
  • 5
1
vote
2 answers

kubernetes nginx ingress subpath to subdomain redirection

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/; …
Rahul Sharma
  • 779
  • 2
  • 12
  • 27
1
vote
2 answers

Bypassing the login page in Guacamole 1.2.0

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…
Mr Groove
  • 11
  • 1
  • 2
1
vote
0 answers

Guacamole Disconnect Session on User Idle

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…
Ray Y
  • 1,261
  • 3
  • 16
  • 24
1
vote
0 answers

Mount K8s PVC to hidden container directory

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…
Fabiansc
  • 241
  • 2
  • 5
  • 12
1
vote
1 answer

ppa error add-apt-repository ppa:guacamole/stable

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…
robocopgodzilla
  • 101
  • 1
  • 11
1
vote
1 answer

How to setup Guacamole session recording with RDP and SSH

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…
Ck_7
  • 469
  • 7
  • 12
1
vote
4 answers

Setting up apache guacamole with custom font for ssh

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…
Vasyl Gontar
  • 13
  • 1
  • 4
1
vote
1 answer

OpenID Connect not working with Guacamole

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…
harrywynn
  • 2,676
  • 3
  • 17
  • 13
1
vote
2 answers

How to install guacenc with docker?

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…
trgbishi
  • 55
  • 1
  • 2
  • 10
1
vote
0 answers

Creation of WebSocket tunnel to guacd failed: Connection timed out

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, …
M.Maria
  • 111
  • 4
  • 19