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

How to use guacenc in guacamole?

I am running guacamole using docker image. I want to record RDP session. I've recorded RDP session, which is in raw format. In guacamole doc there is a utility called guacenc which convert recorded file data into a .m4v video format by using this…
1
vote
0 answers

Tomcat8 The origin server did not find a current representation for the target resource or is not willing to disclose that one exists

my url is http://localhost:8080/guacamole it returns HTTP Status 404 – Not Found Type Status Report Message /guacamole Description The origin server did not find a current representation for the target resource or is not willing to disclose that…
A.JRJ
  • 331
  • 1
  • 5
  • 16
1
vote
1 answer

Guacamole error: Remote Desktop server is currently unreachable

I have setup a Guacamole server on Ubuntu 16.04 with Tomcat7. Everything was working great. I added a second database for a side script that i'm running. Went to log back into my Guac server and I can still reach the login page, but once I try to…
Beatmstrj
  • 75
  • 1
  • 1
  • 9
1
vote
0 answers

Cant debug angularjs app with maven

Im trying to debug an all together java app with angularJS using maven and jetty but failing to get dynamically generated app.js and app.css files. On the java app I have: Collection javaScriptResources = new ArrayList(); …
gog
  • 11,788
  • 23
  • 67
  • 129
1
vote
1 answer

Apache Guacamole Home Directory Issue

As part of the Apache Guacamole setup you create a GUACAMOLE_HOME directory for the extension/configuration files etc I used /etc/guacamole Then I exported it export GUACAMOLE_HOME=/etc/guacamole And chmod 0777 /etc/guacamole -R the printenv command…
1
vote
1 answer

Unable to login to guacamole

I am very new to the guacamole project. I installed it following instruction online. But I am not able to login to the guacamole application. The instructions I followed are, sudo apt-get update sudo ufw enable sudo ufw allow 22 && sudo ufw allow…
Naanavanalla
  • 1,412
  • 2
  • 27
  • 52
1
vote
2 answers

Integrating Apache guacamole in spring boot application

I came across a project Apache-Guacamole which helps you connect to remote computers through a web browser. I am trying to integrate it to a spring-boot application, but unable to do so. The documentation is quite complex to understand. So, can…
Virat
  • 551
  • 4
  • 9
  • 23
1
vote
1 answer

Guacamole fails to connect to xRDP server

I have a xrdp server running and would like to connect to it using Guacamole. However, each time I try to make any RDP connection it always fails with "You Have Been Disconnected." I know it is a fault with guacamole because I can log into xRDP…
1
vote
0 answers

Query LDAP - MS Active Directory - Guacamole

i am installing a sofware called Guacamole : http://guacamole.incubator.apache.org/ i have installed with success , but i am facing some problems when i am trying integrate with active directory ( Windows Server 2003 R2 ) here is my ldap query that…
Skidrow
  • 27
  • 1
  • 7
1
vote
0 answers

Connecting to an existing Guacamole tunnel

I am using Guacamole v0.9.9 and trying to connect to an already open tunnel (must note that creating new tunnels works completely as expected). I have a servlet extending GuacamoleHTTPTunnelServlet and ovverriding the doConnect method (and a bunch…
st2rseeker
  • 473
  • 1
  • 5
  • 28
1
vote
4 answers

Guacamole image in Docker getting blank login page

I did a docker pull for images guacd, guacamole and mysql latest on CentOS VM box version 6.6. configured them as with glyptodon. But when I open the web page I only get a blank page and no login frame. The guacamole client image stack trace says…
Aatif
  • 179
  • 6
  • 15
1
vote
1 answer

Nginx Simple redirect one path on port to same path on a different port (guacamole)

Total nginx noob here. I've scoured the internet and all the instructions and examples I find are for more complex use cases than I have. What I'm trying to do: Proxy http://BAREIP/guacamole/ to respond as if http://BAREIP:8080/guacamole/ was in…
TerminalDilettante
  • 595
  • 1
  • 6
  • 24
1
vote
1 answer

SQLite + Mybatis-guice throw ArrayIndexOutOfBoundsException

I'm trying to implement a Guice module that to lets Guacamole use SQLite as a backend. The Guacamole project has a generic JDBC base module. This lets you implement modules for specific datastores with less code. Most of the lines of code end up…
David L
  • 207
  • 3
  • 13
1
vote
0 answers

Managing access to devices using a website

I'd like to manage access to multiple devices (PCs) using a website. User has to be logged in into the website and has certain rights in order to access some device. I was thinking about something like Guacamole, but I'd like to have my own website…
DropDropped
  • 1,253
  • 1
  • 22
  • 50
1
vote
1 answer

Can I call Guacamole.HTTPTunnel("tunnel") in a case where tunnel the servlet is not on the same host/ server as the html file

I am trying to instantiate client for guacamole in the example here // Instantiate client, using an HTTP tunnel for communications. var guac = new Guacamole.Client( new Guacamole.HTTPTunnel("tunnel") ); This…
Japheth Odonya
  • 333
  • 4
  • 15