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
0
votes
1 answer

display date and time in Tomcat 9.0.X catalina.out log

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 …
Jason K
  • 33
  • 4
0
votes
0 answers

Disable windows key of my desktop but not in the form C#

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 …
Pipo
  • 1
0
votes
0 answers

How to make docker container restart when stuck automatically?

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…
Batchen Regev
  • 685
  • 1
  • 7
  • 28
0
votes
1 answer

Guacamole RDP won't connect

I use Guacamole with RDP protocol to connect to client. This my configuration: rdp 192.168.20.125 3389
0
votes
1 answer

Guacamole ldap 1.3.0 linux native installation

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…
Sakthi
  • 1
0
votes
1 answer

Guacamole Error: The remote desktop server is currently unreachable. If the problem persists, please notify your system administrator

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…
Manuel Abascal
  • 5,616
  • 5
  • 35
  • 68
0
votes
1 answer

Guacamole SFTP not working for larger files

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…
Jonath Sujan
  • 83
  • 1
  • 1
  • 12
0
votes
1 answer

Connection Error in Guacamole: The remote desktop server is currently unavailable. If the problem persists, please notify your system administrator

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…
Jonath Sujan
  • 83
  • 1
  • 1
  • 12
0
votes
0 answers

ingress v1beta1 to v1 - application fails

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:…
Jose
  • 121
  • 4
  • 8
0
votes
2 answers

JavaScript - Send ArrayBuffer data to backend over websocket [guacamole]

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…
cypexx
  • 11
  • 4
0
votes
1 answer

integration of a guacamole client into a django site

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…
0
votes
1 answer

quacamole javascript client http tunnel getting connected

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…
David
  • 85
  • 8
0
votes
1 answer

Change name of local web service

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…
Kostas
  • 113
  • 11
0
votes
0 answers

Configuration required to make customized guacamole web application

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…
jyotsna
  • 51
  • 9
0
votes
0 answers

Possible to access files from a different docker image within a container?

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,…
Nathan
  • 1
  • 1