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.
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.
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…
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…
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…
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…
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…
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…
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,…
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…
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…
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…
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…
[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…
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…
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…