On Fri, Aug 15, 2025 at 6:22 PM Robert Devitt <[email protected]> wrote:
> > a quick search to see if "xfreerdp" supports it at all doesn't turn up > any obvious results, so I'm not sure how much is required for the > underlying FreeRDP library. > > I've been using xfreerdp to help out with some IT issues for a friend > through Remote Assistance and a wireguard vpn. It works pretty well, but > it would be cooler with guac. > > Admittedly I haven't looked under the hood for guac, but if it uses > xfreerdp perhaps I can help out a bit and fork the project. > > the xfreerdp syntax is: > > `xfreerdp <invite file> /assistance:<password>` > > example: > > `xfreerdp Invitation.msrcIncident /assistance:4FT8LXLK36N3Y` > > some relevant bits in the source: > > > https://github.com/search?q=repo%3AFreeRDP%2FFreeRDP+RemoteAssistanceMode&type=code > Oh, very nice, thanks! I'll try to take a look and see how that works and if it's easy to implement within Guacamole. It might be a bit challenging to implement since you have to take a invite file and parse that out, but I would imagine that it could be done with an extension of some sort that parses that out into the connection components and creates a temporary connection based on those values. -Nick >
