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

guacamole not able to connect neither VNC nor RDP

I setup a guacamole server on ubuntu 16.04 Tried to setup a connection to a vnc server on the same machine and always got errors. I tried with RealVNC Xvnc11 TIghtVNC, and even with RDP. no luck. The error messages on log files were: Creation of…
Arnold Roa
  • 7,335
  • 5
  • 50
  • 69
2
votes
0 answers

Customizing Guacamole login screen when using Docker

NOTE: I'm not a Linux expert so you might need to explain how to do things to help me resolve this issue. I have a fresh install of Ubuntu 16.04 I installed Docker using this…
Beatmstrj
  • 75
  • 1
  • 1
  • 9
2
votes
0 answers

Can a Java program access a specific port on a Guacamole connection?

Can I use the Apache Guacamole API to allow a Java program to access a specific port on a Guacamole server's connection? When I say connection, I mean a machine that the Guacamole server is connected to - a machine that would show up in the…
pehr.ans
  • 109
  • 1
  • 14
2
votes
1 answer

Directly connect from Javascript Guacamole Client to guacd?

I have a JavaScript client that uses the Guacamole.Client (guacamole-common-js class) and I would like to directly connect to guacd avoiding the tunneling through a server (like they do in the example). So I need to pass the parameters like the ip…
Spitzbueb
  • 5,233
  • 1
  • 20
  • 38
2
votes
2 answers

Guacamole WebRDP Anti-virus SSL Scanning Issue

We are using Guacamole HTML5 Remote Desktop functionality in our application. However once we deployed Guacamole server and our customers tried accessing it from their corporate network, they have been reporting connectivity issues. It turns out…
Gaurav
  • 895
  • 3
  • 14
  • 31
2
votes
0 answers

Guacamole with Auth hmac

We try to set up no auth on guacamole but we have some troubles. Down below, steps we have followed : Guacamole 0.9.8 installation through docker with containers : guacamole-0.9.8 mysql guacd-0.9.8 Guacamole users creation with guacamole…
F. Boland
  • 21
  • 1
2
votes
1 answer

Pulseaudio sound streaming for multiple users on tcp using Guacamole VNC

Ubuntu 14.04. I have PulseAudio running as daemon, and configured to do streaming. In /etc/pulse/default.pa I have added the following, to accept TCP connections: load-module module-native-protocol-tcp auth-ip-acl=192.168.1.0/24…
sunapi386
  • 1,167
  • 14
  • 18
2
votes
1 answer

UltrVNC repeater with HTML5 client (Guacamole?) support

We currently have devices out in the field running UltraVNC as a VNC server. Because we have devices out in the field with non-routable IP addresses we opted to go with an UltraVNC repeater server. VNC is started on the device and we have a java…
Jack Smit
  • 3,093
  • 4
  • 30
  • 45
2
votes
1 answer

Disabling local cursor when using Guacamole VNC

I'm using Guacamole VNC web client viewer and I want to hide the local browser cursor, because otherwise you see two cursors and it is confusing. I can hide the browser mouse using simple style: cursor:none; But this is not so good because when some…
Ben Bracha
  • 1,377
  • 2
  • 15
  • 28
1
vote
2 answers

How to customize guacamole login page?

I would like to customize the guacamole logging-in page and remove the logo of guacamole. The problem is that I have no idea where to find the HTML file of the login page. Do you have any idea how to find it and where? I am new to guacamole and the…
Yunes Argash
  • 13
  • 1
  • 3
1
vote
1 answer

How to set logging level to DEBUG in Guacamole

I'm just trying to set the log level of Guacamole to DEBUG.. I've successfully set the logging level for guacd and tried multiple environment variables for the guacamole container but it's still not working.. I've found a logging.properties file in…
Lucas Scheepers
  • 505
  • 6
  • 24
1
vote
1 answer

guacamole SAML 1.4 authentication loop

I have a working setup with ms app proxy in front end internet facing and guacamole with SAML ext of 1.3 with below guacamole.properties file. # Available as "Login URL" from the Azure Active Directory Console saml-idp-metadata-url:…
Sid
  • 161
  • 1
  • 10
1
vote
1 answer

Apache Guacamole - how to open connection in a new browser tab or new browser window?

I need some help with Apache Guacamole. I would like some help on how to open a computer connection so that the session opens in a new browser tab or new browser window? Thanks in advance I looked through the guacamole docs for 1.4 and previous,…
1
vote
0 answers

Apache Guacamole starting intial wine program

I am trying to setup a remote desktop using Apache Guacamole on Ubuntu 20.4 but I only want the initial program accessible to the user. The program is a Windows program and I am using WINE. So far I have tried invoking wine via a bash script. And…
1
vote
1 answer

Websocket disconnects immediately after handshake (guacamole)

Forgive bad formatting as it is my first question on here, and thanks in advance for reading! I am currently writing a remote web application that utilises Apache Guacamole to allow RDP, VNC, and SSH connections. The components I am using…
iewnay
  • 11
  • 2
1 2
3
12 13