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

Guacamole on Linux RDP single application

I'm wondering if there's some documentation (or if there's simply the possibility of) about expose through Guacamole/Rdp a single application in place of the entire desktop environment. Has anyone tried this possibility? Thank you in advance.
Hammeronthenet
  • 132
  • 2
  • 14
1
vote
0 answers

Need help getting guacamole added to external nginx that has ssl installed

I'm very new to nginx. I've used apache2 but when I decided to try hosting my site on a raspberry pi 2, it was recommended to use nginx. I have my set setup with https and a commercial ssl. I installed guacamole on my FreeNAS in a jail (Still…
dublea
  • 11
  • 2
1
vote
0 answers

Guacamole PHP front end

I've recently installed Guacamole on a dev Ubuntu server and I'm looking to build a PHP front end 'dashboard' type system the only thing that is giving me trouble is authenticating via PHP to the same MySQL DB as it uses a password hash (sha256) and…
Chris
  • 21
  • 2
1
vote
0 answers

PHP script running as Socket Server and Client simultaneously

For a new project I need to implement remote desktop protocols. The addresses of the remote need to be secured and may never get sent to the client. After a lot of research and some tests I found Guacamole, which also has a Java client. The project…
padarom
  • 3,529
  • 5
  • 33
  • 57
1
vote
1 answer

How to setup Guacamole to be accessible from the web?

So I've set up Guacamole in an Ubuntu 14.04 VM on my Windows7 Hostcomputer. I am able to see the Guacamole Web-Interface from everywhere inside my private network by simply accessing it through the internal IP of my Ubuntu System…
Wod
  • 61
  • 1
  • 10
1
vote
1 answer

guacamole vnc viewer - how to?

I have my Tomcat server running, I downloaded the Guacamole VNC Viewer, and I followed the instructions on: http://guacamole.sourceforge.net/ However when I type :http://localhost:8080/guacamole/ I get error message: http status 404 The requested…
ccot
  • 1,875
  • 3
  • 36
  • 54
1
vote
0 answers

Guacamole - can't log in

So I am running Guacamole 0.8.3 on an Ubuntu server and downloaded the according war-file. When I try to log in I get the following warning and errors: THe same thing happens for 0.9.0 and newer versions won't work for some reason. I changed the…
000000000000000000000
  • 1,467
  • 1
  • 19
  • 38
1
vote
1 answer

Guacamole VNC File Transfer

I am using Guacamole HTML5 clientless VNC viewer. I am trying to upload a file via Guacamole over VNC. Is this possible? I looked at the application's homepage and this function seems possible. There is an event called onfile in guacamole.all.js,…
1
vote
0 answers

How to pass user id and password to Guacamole to login to remote desktop?

The following is the link to connect with remote desktop https://rdptest.trddc.com:8443/guacamole How could I pass credentials to log into that system through url? I will use window.open(url) to connect with remote desktop in java script Please…
ANILBABU
  • 297
  • 2
  • 6
  • 21
0
votes
0 answers

guacamole common multiple sessions

I am using the guacamole common library in a spring boot application with an angular frontend. We create the vnc tunnels over an endpoint extending the GuacamoleHTTPTunnelServlet. We built the start application according to this guide and extended…
mcler
  • 1
  • 1
0
votes
0 answers

PyCharm with Guacamole

I have different GPU servers, due to a cyber attack IT now only allows access via Apache Guacamole. People are usually writing their code in PyCharm, locally on their laptop, and use it to deploy it to the servers. Is there any way to keep this…
0
votes
0 answers

How to Use Guacamole API with QuickConnect Extension for RDP?

I'm trying to utilize the Guacamole API with the QuickConnect extension to establish remote desktop connections programmatically. However, I'm encountering some difficulties in the process. I've followed the documentation and attempted the following…
0
votes
0 answers

Guacamole common js - How to integrate microphone?

[https://stackoverflow.com/questions/76455664/how-to-access-microphone-in-guacamole-common-js] - This is not working for me. I have created a custom web application using Guacamole common js to render and use virtual machine. But I couldnt redirec…
0
votes
0 answers

Nginx - IP address does not change to Hostname

I'm beginner to Nginx and need a help on IP address. I use the nginx docker container to access Guacamole (also a docker container), somehow I managed to give an IP address with Hostname (fqdn). when I type the ip address and press enter it takes me…
0
votes
0 answers

Guacamole drop connection in Windows 10

I have configured a Debian server on which I have installed Guacamole to connect to virtual machines. When I try to set RDP to connect on VM with Windows 10 I get this error:Connect Error Here are connection settings: Guacamole GUI I disable/enable…