Apache Guacamole
Clientless remote desktop gateway supporting VNC, RDP, and SSH via HTML5.
Why consider Apache Guacamole?
Apache Guacamole is a clientless remote desktop gateway. It enables users to access remote Windows, Linux, and cloud workstations through any standard web browser without plugins.
Learn Apache Guacamole by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Apache Guacamole
Apache Guacamole translates remote desktop protocols (RDP, VNC, SSH) into a pure HTML5 canvas stream, providing seamless browser-based remote server administration.
Running with Docker
docker run -d \ --name guacd \ guacamole/guacd:latestdocker run -d \ --name guacamole \ -p 8080:8080 \ --link guacd:guacd \ guacamole/guacamole:latestAccess Guacamole on http://localhost:8080/guacamole/.
Apache Guacamole is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.