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.
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:…
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…
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…
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…
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.
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…