Re: How to generate access URL to directly connect to remote VM

2020-11-17 Thread Mike Jumper
On Tue, Nov 17, 2020 at 11:08 PM mark P wrote: > Thanks. Is there any official API documentation. > Tons: http://guacamole.apache.org/api-documentation/ > For .e.g consider the following flow : a) I hit an API and get an access > token b) Using this access token, I dynamically generate a URL

Re: Capacity problem

2020-11-17 Thread Mike Jumper
I would recommend instead modifying your server.xml to use Tomcat's non-blocking ("NIO") connector. The standard blocking connector typically configured in server.xml works great for HTTP connections but quickly runs out of threads when long-running WebSocket connections come into play. The

Re: Capacity problem

2020-11-17 Thread kstefan
Just for the record - I've found what was my problem. I was using Zer0Coolx installation script for Centos 7 and it by default sets maxThreads="150" in tomcat server.xml configuration file. I've raised this value and my problem has gone. -- Sent from:

Re: How to generate access URL to directly connect to remote VM

2020-11-17 Thread mark P
Thanks. Is there any official API documentation. For .e.g consider the following flow : a) I hit an API and get an access token b) Using this access token, I dynamically generate a URL which can be returned to the client. c) 1000s of users are able to simultaneously use such end points to access

Re: Keyboard/Mouse session stream corruption in Linux/xRDP sessions

2020-11-17 Thread Mike Jumper
On Tue, Nov 17, 2020 at 9:05 AM Weeks, Thomas wrote: > Are Mike or Nick lurking in here? Carl Sent me here to see if anyone else > is seeing this (or can reproduce) this guac/RDP KB/mouse corruption issue. > > T.Weeks at the Cyber Range here.. We maintain several thousand VDI > (virtual dekstop

AW: Keyboard/Mouse session stream corruption in Linux/xRDP sessions

2020-11-17 Thread Joachim Lindenberg
Maybe that is totally unrelated to Guacamole. I am encountering freezing RDP connections (no random input however) without using Guacamole as well, and I suspect it is due to low memory in the VM. It is more likely to happen if you render complex websites than with office products, but your

Re: Keyboard/Mouse session stream corruption in Linux/xRDP sessions

2020-11-17 Thread Nick Couchman
On Tue, Nov 17, 2020 at 12:05 PM Weeks, Thomas wrote: > Are Mike or Nick lurking in here? Carl Sent me here to see if anyone else > is seeing this (or can reproduce) this guac/RDP KB/mouse corruption issue. > > T.Weeks at the Cyber Range here.. We maintain several thousand VDI > (virtual

Keyboard/Mouse session stream corruption in Linux/xRDP sessions

2020-11-17 Thread Weeks, Thomas
Are Mike or Nick lurking in here? Carl Sent me here to see if anyone else is seeing this (or can reproduce) this guac/RDP KB/mouse corruption issue. T.Weeks at the Cyber Range here.. We maintain several thousand VDI (virtual dekstop for instruction) AWS VMs.. mainly RDP sessions to Linux/xRDP