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

GETTING ERROR Connection refused: connect for guacamole driven application

Hello I am creating guacamole driven application and getting error java.net.ConnectException: Connection refused: connect. I tried the code given in guacamole web application documentation getting java.net.ConnectException: Connection refused:…
jyotsna
  • 51
  • 9
0
votes
1 answer

Guacamole logout function does not logout of web broswer

I am having issue with Guacamole server where I cannot logout of the web session once I am logged in. We use Keycloak for identity management and Guacamole server for RDP sessions. The versions on both application is fairly latest but had this issue…
Bishnu
  • 17
  • 6
0
votes
1 answer

guacamole1.2 auth-cas raise NullPointerException

I have use guacamole for three years, begin at 0.9.13. extensions contain "auth-jdbc-mysql" and "auth-cas" I had an upgrade to 1.1.0 and all work right,but when I update to 1.2.0, It can't work, if I use MySQL to auth, it also works well, but use…
Kevin
  • 25
  • 3
0
votes
1 answer

test windows rdp credentials use and password

I want to make an checker to check RDP IP with user and password I've tried to install guacamole server I install it on ubuntu and it works good and connects well but I can't make any check using php or any coding language with it because its system…
0
votes
0 answers

How to install Guacd 1.2.0 with yum

I want to install Guacd v1.2.0, but I only find Guacd v1.1.0 in yum repo. I know it can install Guacd from source code or docker. But, using yum suits my situation better than both. Thank you.
0
votes
1 answer

Enable SSL between GUACD and Guacamole web server (Tomcat)

i'm trying to figure out how and where to set right configuration to get working SSL beetween guacd and server guacamole (tomcat web srv). I am using docker solution environment and i am bit confused where put right configuration. Let me explain…
0
votes
1 answer

Get client hostname in Guacamole RDP session

We're using Guacamole for RDP sessions, but as we have several workstations located around the city. Each time a user connects it returns: ClientAddress: 10.0.0.1XX (Guacamole Server IP) ClientName: Guacamole RDP I need to know if there's a way…
0
votes
1 answer

Getting Database Authentication to work on Apache Guacamole

Got Apache Guacamole and Tomcat working between two laptops and a PC under LAN. However, was always updating user and connection details through user-mapping.xml I decided to then set up Database Authentication for easier changing…
0
votes
1 answer

Apache Guacamole Web client not showing any connections

I have set up Apache Guacamole with AD authentication and Postgres; everything seems to be right but I am not able to see any button to create any connection. Does anyone have any idea how to troubleshoot this? I initialized the database logs show…
Moe
  • 1,427
  • 4
  • 34
  • 54
0
votes
1 answer

Guacamole ,Failed to load resource: the server responded with a status of 403 (Forbidden)

I'm facing same problem as 'https://stackoverflow.com/questions/33499048/the-user-mapping-xml-file-doesnt-work-in-guacamole-invalid-login#' However, it doesn't solve my problem so far. Mine is guacamole-client-1.0.0 on tomcat 7.0.76 and CentOS…
user1345414
  • 3,745
  • 9
  • 36
  • 56
0
votes
2 answers

How to get the Shared Connection URL in Guacamole 1.0 Programmatically

I'm new to Guacamole and I need to get a shared connection URL for every new connection. For reasons, we don't have the REST API available. In Guacamole 1.0, how do I generate the shared connection url using the Java api? I want to have a url that I…
SHWork
  • 3
  • 2
0
votes
1 answer

Apache guacamole multi user connection cache issue

Im using apache guacamole with tomcat 8 I have an issue which if im loggedin in a browser (chrome) tab, and i open another tab it is reconnecting me to the same user i have logged in the first tab, I do not want this behavior as i need it to be…
Batchen Regev
  • 685
  • 1
  • 7
  • 28
0
votes
3 answers

Apache guacamole create user using postgres

Im using apache guacamole latest from docker hub and postgres 12 as database, I want to create a login user using postgres but its not working. This is how to create user from docs: -- Generate salt SET @salt = UNHEX(SHA2(UUID(), 256)); -- Create…
Batchen Regev
  • 685
  • 1
  • 7
  • 28
0
votes
0 answers

Blank login page for apache Guacamole (docker install)

I installed guacamole docker using this video: https://www.youtube.com/watch?v=iZB4msyOaUs Everything worked fine but I'm just getting a blank page when browsing to http://ip-machine:8080/guacamole However server returns some data as 'view as…
Jean
  • 1
  • 3
0
votes
1 answer

Apache Guacamole Invalid Login

Very new to Guacamole but I do understand how it works. I'm fairly certain I've installed and configured everything correctly but I am getting an invalid login message when I try to log in, even with the default user-mapping.xml. I've set the…