Apache Guacamole
Apache Guacamole is a free and open-source, cross-platform, clientless remote desktop gateway maintained by the Apache Software Foundation. It allows users to control remote computers or virtual machines via a web browser, and allows administrators to dictate how and whether users can connect using an extensible authentication and authorization system. Destination machines can be kept isolated behind Guacamole and need not be reachable over the internet. Remote access is performed via the guacd component, which uses the RDP, VNC or SSH remote protocols to access resources. Guacamole is clientless and doesn't require an agent to be installed on the resources being accessed. The fact that the client runs on web browsers allows users to connect to their remote desktops without installing a remote desktop client.[2] ComponentsGuacamole is made up of multiple components: a web application that is served to users, and a backend service ("guacd") that dynamically translates and optimizes[3] native protocols into the Guacamole protocol. The part of Guacamole that a user interacts with is the web application.[4] Web ApplicationThe web application provides the user interface, authentication, and authorization system. It does not implement any remote desktop protocol, but instead relies on guacd to translate remote desktop protocols into the Guacamole protocol. The server side of the web application is written in Java and runs beneath a servlet container like Apache Tomcat or Jetty. The client side of the web application is written in JavaScript and runs within the web browser. guacdguacd services requests to connect to remote desktops from the web application. It dynamically loads support for remote desktop protocols so that neither guacd nor the web application need to understand the specifics of any one remote desktop protocol. guacd and all client plugins use a shared library, libguac, to abstract away the Guacamole protocol and communication with the web application. HistoryGuacamole was created in 2010 by Michael Jumper[5] as an HTML5 VNC client leveraging components of a browser-based telnet client called "RealMint".[6] The company Glyptodon LLC formed to support and develop the project,[7] and donated the project to the Apache Software Foundation in 2016 where it entered incubation. In 2017, Guacamole completed incubation and became the Apache Guacamole top-level project.[8] As an Apache Software Foundation project, Guacamole is licensed under the Apache License and is developed by a community of contributors.[9][10] Development discussions and support take place on the project's mailing lists,[11] and contributions are made through opening pull requests against the project's GitHub repositories. The project follows responsible disclosure practices and provides a private list for reporting and addressing issues with security implications.[12] Timeline
Literature
References
|