On Fri, Feb 13, 2026 at 3:14 AM Praneet Negi <[email protected]> wrote: > > Thank you for the response. I am developing an application that connects to a > VM using Apache Guacamole embedded in an iframe. However, I would prefer not > to use an iframe. Is there an alternative or recommended way to establish the > VM connection without using an iframe?
I do not believe there is anything in particular about the Guacamole protocol, websocket, etc., that requires an iFrame, it's simply how we've architected the Guacamole Client in order to provide the functionality to have multiple connections open at a time, the sliding Guacamole menu, etc. How you choose to implement that is up to you, and you can use whatever HTML5/JS features work for you. -Nick
