Re: New guacamole setup issues - Logging into guacamole UI

2025-03-18 Thread Tobias Feller
tance which does not store session data? > This would explain 403 Forbidden. Very impressive. > > вт, 18 мар. 2025 г. в 18:08, Tobias Feller | OPC : >> >> Hi Subba, >> >> Am 18.03.2025 um 16:49 schrieb Anakien Skywalker: >>> 4. Used ALB to login to Guacamol

Re: Major bug message log in guacd 1.5.4

2024-01-24 Thread Tobias Feller | OPC
Hi, i can confirm we had exactly the same problems. Docker environment. Downgrade to 1.5.3 and the problems are gone. Sorry, i have no logs for the problem on this havy used production system. Best regards, Tobias Am 24.01.2024 um 13:25 schrieb Vieri: On Tuesday, January 23, 2024 at 04:02:

RE: Maximum number of simultaneous RDP connections

2025-01-20 Thread Tobias Feller | OPC
Hi Nick, Hi Paul, i can also confirm this issue with > ~ 60 active Connections. Same environment. Docker, Debian I ran into this problem a time ago with Version 1.5.4 / 1.5.5 and then going back to 1.5.3 to resolve it. In the meantime we now also have a HA-setup: * Loadbalancer with RoundR

Re: New guacamole setup issues - Logging into guacamole UI

2025-03-18 Thread Tobias Feller | OPC
Hi Subba, Am 18.03.2025 um 16:49 schrieb Anakien Skywalker: 4. Used ALB to login to Guacamole UI but got into the above error. One Hint about this setup: It is important that you once you have logged in always get to the same server via an sticky cookie created by the loadbalancer. I have

Re: issue with shared drive when running guacd in docker

2025-03-07 Thread Tobias Feller | OPC
Hi Maarten, old Docker images was running as root. New guacd with a default uid = 1000 (i think). So i think it is a permission problem on the docker-volume for you "shared_drive". check the permissions on the host so that the docker run user has read/write persmissions. You can also

Re: Monitoring Guacamole status?

2025-05-16 Thread Tobias Feller | OPC
Hi, maybe this is a helper, to get startet... https://github.com/tschoonj/guacamole_exporter which i use to monitor the usage with grafana and also from this you can get some inspiration. https://gist.github.com/clafoutis42/d99a8e012c0a32396633ccce719d7917 nice weekend, Tobias Am 16.05.202

Re: [ANNOUNCE] Apache Guacamole 1.6.0 released - multi-monitor feature

2025-06-26 Thread Tobias Feller | OPC
   Services / tools:   guacd .. yes   guacenc yes   guaclog yes    FreeRDP plugins: /usr/lib/x86_64-linux-gnu/freerdp2    Init scripts: no    Systemd units: /usr/local/lib/systemd/system greetings, Tobias Am 26.06.2025 um 08:51 schrieb Tobias Feller | OPC: Hi Jon and all

Re: [ANNOUNCE] Apache Guacamole 1.6.0 released - multi-monitor feature

2025-06-25 Thread Tobias Feller | OPC
Hi Jon and all other, After so much enthusiasm for the multi-monitor feature, I have now tried the build as well and want to give the feature a try ;-) Hint: On Debian in the client-build process i get errors "Error while generating Javadoc: Unable to find javadoc command: The environment va

Idea / feature request- improve security of "stored connection passwords"

2025-06-27 Thread Tobias Feller | OPC
Hi guacamole developer, I have some idea in my mind for a long time that i am willing to share for discussion. Problem/Security concern: * Storing the connection-passwords in the database in cleartext Situation: * We support many hundred servers via our support team. * The end users conn

Re: Idea / feature request- improve security of "stored connection passwords"

2025-06-30 Thread Tobias Feller | OPC
AC_PASSWORD}" is requested the callback get the actual token-value + connection_id + user_id and then it can override the token data / connection-properties. In this case the connection password will be overridden with the decrypted password from gucamole_connection_saved_credentials. Nice week

Re: [EXT] SSH Connection Limit of 60 per guacd

2025-07-28 Thread Tobias Feller | OPC
Hi Nick, Hi Alex, @Nick /"I've got a very similar environnent (guacd 1.5.5 on CentOS 7), and it's been running for several weeks with hundreds of connections having been made with it and I've not seen this issue."/ The Problem was for me only on *concurrent connections*. I'm running also th

Re: [EXT] SSH Connection Limit of 60 per guacd

2025-07-29 Thread Tobias Feller | OPC
guacd  mem       REG                8,1    83504 2097933 /usr/lib/x86_64-linux-gnu/freerdp2/libguac-common-svc-client.so in general many more libs loaded. Maybe this helps to get to the right direction with this problem. Tobias Am 28.07.2025 um 18:48 schrieb Tobias Feller | OPC: Hi Sean, i all