On Wed, Mar 13, 2024 at 11:43 AM Alexandre Cariage <[email protected]> wrote:
> I need to automatically give a free connection to a given user upon > connection, and depending on the connection they requested. > > If I understand your question correctly, you're looking for the Balancing-type connection group, which will load balance (and optionally weight) the connections to any Connection objects that are members of that connection group. In addition to load balancing, you can also enable "Session Affinity", which will remember which connection a logged in user was previously connected to and attempt to send the user back to that same connection. See the following page in the User's Guide for more information: https://guacamole.apache.org/doc/gug/administration.html#connection-organization-and-balancing -Nick
