On Thu, Jan 9, 2020 at 12:33 AM 黄启伟 <[email protected]> wrote: > Hi, > In my current project, I use RDP protocol to connect to the remote > desktop, and the connection is interrupted. I want to extend the heartbeat > time and reduce the frequency of disconnection in the guacamole server > project. What do I need to do? Do you have any suggestions for me? > > Most of the time, for RDP in particular, the disconnect time is dictated by the time limits set on the server-side, and not by any sort of keep-alive between client and server. RDP servers usually use various means to detect "idle" users (lack of mouse/keyboard activity), and there isn't really anything in Guacamole that can change that. I suppose you could write some sort of routine within a custom Guacamole app that would periodically send keyboard or mouse input to make the RDP server think you are still there, but, as a sysadmin myself, I frown on that behavior :-).
-Nick
