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 am trying to redevelop guacamole.
I want to modify the source code of guacamole-client so that the screen file name can contain information such as user name, history connection id, etc., not just a fixed file name.
Can you tell me which part of…
I am building docker images for guacamole . There is an image in docker repo tagged as guacamole/guacamole . i wanted to know if there is a way to get the source code for the docker image
I want to make secondary development through guacamole.
Now through the demo, I know how to create a connection and play back the screen file. The demo is very helpful to me.
In addition, I want to use guacamole's sftp for file transfer.
I would…
I need to replay guacamole replay file by html5.
But the only thing I can do now is to use guacenc to convert the playback file into a video and play it locally.
I'm working in an Angular project and you want to connect to Gaucamole using test Server , this is my code :
this.manager = new RemoteDesktopManager(tunnel)
const parameters = {
ip: '52.139.24.171',
port: 3389,
type: 'rdp',
image:…
I was following this tutorial https://www.youtube.com/watch?v=iZB4msyOaUs
Could finish all the steps and I have all my containers up and running (see picture below).
But when I run the browser and type the ip address, the port and /guacamole the…
I'm just trying to use guacamole with rails for a personal project.
I've created my rails app, set my guacamole gem and am now trying to execute :
rails g model presence public_reference:string solid_reference:string:uniq
It's the first time I'm…
I'm following this youtube tutorial. I have everything working fine until minute 8:00 when the video author copy and paste this command:
docker run --name guacamole --link guacd:guacd --link guac-mysql:mysql \ -e MYSQL_DATABASE='guacamole' \ -e…
I'm trying to setup a guacamole instance to manage my servers accounts. It's working well when I'm using my MySQL database to manage connection user ID and user password.
But I would like to get my password from my keepass like container through…
I am new to guacamole as well as docker. I am using mysql for the authentication.
The commands that i am trying are mentioned below
docker run --name some-guacd -d guacamole/guacd
docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=root -d…
build-guacamole makes reference to setting up openid. In fact some allow you to pass -e to the docker image and get the official openId version of guacamole. The official documentation makes reference to openid as well. So, I know that setting up…
I know Guacamole supports ssh, telnet, RDP and VNC protocols. Is there a way to create a connection directly to a webpage (http/https protocol)? Thanks
We are using guacamole to access remote desktop in web-browser.
We try to use websocket-tunnel for better performance, but if I open two tab in my browser connecting to two different vnc server through same guacd server, one page get…
Hi guys I would like to know how to connect guacamole with a instance of ubuntu created in google cloud?
I followed this tutorial butI have problems with the connection, Guacamole is installed in the same machine of google cloud, I have the static…
When I connect to a RemoteApp using the following code:
@Override
protected GuacamoleTunnel createTunnel(Session session, EndpointConfig config) throws GuacamoleException {
// Create our configuration
GuacamoleConfiguration guacConfig = new…