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
0 answers

Execute actions before specific commands in Apache Guacamole

I setup Apache Guacamole 0.9.14 on my CentOS 7 with nginx as reverse proxy to it. I want to give limited access to some of my employees for some of my servers via ssh. Some of them are SFTP enabled and to prevent sabotage on purpose or not I edit…
Amin Vakil
  • 21
  • 1
  • 10
0
votes
1 answer

Guacamole get the key of the share link connection

I'm working with guacamole 0.9.14 , I want to get the share link of the connection. So I'm using http.get and http.post to get the key . At first , I got the token from dns/guacamole/api/tokens After that , I got the id connection and uuid…
0
votes
1 answer

How can i add new rdp connections after installing no auth extension in apache guacamole?

I have installed 0.9.14 version of guacamole which provides the interface to login and adding new connections. I want to give the new machine connection links to users so, that they can access the machines without login. For that, I have installed…
kartikey
  • 358
  • 1
  • 3
  • 13
0
votes
0 answers

Apache Gaucamole : Connection to guacd timed out in EC2 machine

Guacd and Gaucamole client( which connects to Guacd ) are running in the same EC2 machine. Guacd is running on port 4822. Gaucamole client(webapp which connects to Guacd) is running on port 8088 I am trying to connect to the Guacd from Gaucamole…
Yathish Manjunath
  • 1,919
  • 1
  • 13
  • 23
0
votes
0 answers

How to communicate Guacamole server within rails

I followed the Writing your own Guacamole application link. I want to create a rails application that will communicate with Guacamole server. But i donot know, how to connect Guacamole server in rails. Currently i am able to start the ec2 instance…
Shamsul Haque
  • 2,441
  • 2
  • 18
  • 20
0
votes
1 answer

Docker containers as virtual desktop clones

I see that a number of people have set up Docker containers with Guacamole or other tools to allow them to remote in to GUI as if the container was a remote Linux desktop. A friend of mine had a conversation with a professor who told him that they…
0
votes
1 answer

guacamole session timeout not working

I have guacamole 0.9.12-incubating. I have a vanilla deploy of three containers: guacamole, guacd and mysql. I am not seeing the api session timeout setting works, at the default of 60 nor at a custom 5 minutes. I leave open a session to a remote…
Mark Sawers
  • 121
  • 2
  • 8
0
votes
1 answer

How to include new Javascript in Apache Guacamole extension

I'm writing a simple extension for Apache Guacamole following the guidance in the manual. I can get most theme elements working correctly except adding custom javascript. According to the manual I should be able to include my javascript file by…
RG5
  • 517
  • 1
  • 5
  • 16
0
votes
0 answers

Webapp tomcat7 acess by IP - Linux

look , i have a application at my server that i can acess by URL : 192.168.1.191/terminal Because inside webapp have a .war called "terminal" , how can i change to acess only by IP : 192.168.1.191 ? Thanks.
Skidrow
  • 27
  • 1
  • 7
0
votes
1 answer

Guacamole SSH disconnecting, no keyboard

I'm using Guacamole 0.9.12-incubating - on server-side extending GuacamoleHTTPTunnelServlet, on client using official JavaScript code. Guacamole server is compiled from source and is running on Ubuntu 17.04. SSH connection is successfully…
Xdg
  • 1,735
  • 2
  • 27
  • 42
0
votes
1 answer

guacamole LDAP user but no mysql connection parameters

I am currently struggling on LDAP authorization towards MS AD (Server 2012) and MySQL as connection database. Once I log into guacamole using an AD account (sAMAccountName) I am not able to add any connections. Is there anything I might have missed?…
0
votes
1 answer

Guacamole new install

I went through the documentation and was kind of disturbed by it going straight from installing, to configuring: https://guacamole.incubator.apache.org/doc/gug/configuring-guacamole.html It starts talking about things like GUACAMOLE_HOME in the…
Alan
  • 2,046
  • 2
  • 20
  • 43
0
votes
3 answers

guacamole resize screen on a Web client

I want to resize the screen which I am controlling to the available screen of the browser without showing any scrollbars . I have done this by resizing the html elements but by doing this the position and movement of the curser also changes on the…
Zahid Nisar
  • 802
  • 4
  • 15
  • 26
0
votes
2 answers

Guacamole connect to windows server black desktop

All RDP sessions in Guacamole (to a Windows host) suffer from a black desktop/background. This is due to the RDP client connection not specifiying that the desktop wallpaper should be displayed. If you do a native RDP client connection you just…
Richard wei
  • 73
  • 3
  • 11
0
votes
1 answer

What's the best way to redirect a Tomcat 404 URL with Apache as front-end?

I have Apache 2.4 forwarding *:80 traffic to my sole Tomcat 7.0 webapp (Guacamole) like so: ProxyPreserveHost On ProxyRequests off ProxyPass / http://localhost:8080/guacamole/ ProxyPassReverse /…
kiwisan
  • 449
  • 6
  • 16
1 2 3
12
13