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

How to associate a guacamole recording file with a historical connection record

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…
trgbishi
  • 55
  • 1
  • 2
  • 10
0
votes
1 answer

Source code for Guacamole/Guacamole docker image

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
user2914486
  • 163
  • 1
  • 15
0
votes
1 answer

How to use guacamole for secondary development of sftp

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…
trgbishi
  • 55
  • 1
  • 2
  • 10
0
votes
1 answer

how can I replay guacamole replay file by html5

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.
trgbishi
  • 55
  • 1
  • 2
  • 10
0
votes
1 answer

Apache Gaucamole : Connection failed to Guacd from Angular project

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:…
James
  • 1,190
  • 5
  • 27
  • 52
0
votes
0 answers

How to access guacamole [Docker installation]

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…
Jas
  • 385
  • 7
  • 22
0
votes
1 answer

Trouble using rails commands in pair with guacamole

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…
Moltenhead
  • 63
  • 1
  • 8
0
votes
1 answer

Problem trying to running Guacamole with Docker

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…
Jas
  • 385
  • 7
  • 22
0
votes
1 answer

Guacamole get password from external api

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…
root
  • 1
  • 2
0
votes
1 answer

java.sql.SQLException: Access denied for user 'guacamole'@'172.17.0.4' in Guacamole Docker

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…
Sritam Jagadev
  • 955
  • 4
  • 18
  • 46
0
votes
0 answers

Setting up Keycloak with Apache Guacamole (docker)

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…
TheBetterJORT
  • 808
  • 9
  • 22
0
votes
1 answer

Guacamole create a http connection

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
Stan
  • 1
0
votes
2 answers

Guacamole: Multiple simultaneous vnc connections over websocket close each other

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…
phantomblue
  • 11
  • 1
  • 3
0
votes
0 answers

How to connect apache Guacamole in a ubuntu instance of google cloud?

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…
JGarnica
  • 203
  • 2
  • 13
0
votes
1 answer

Guacamole RDP Remote App within a black box

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…
Patrick
  • 489
  • 2
  • 8
  • 12