Self-host with Docker ยท Yantr
Guacamole
Clientless remote desktop gateway supporting VNC, RDP, SSH, and Telnet through a web browser.
2
Ports
3
Notes
5
Use Cases
About
What Guacamole does
Apache Guacamole is a clientless remote desktop gateway that provides remote access to desktops through a web browser using standard protocols like VNC, RDP, and SSH. No plugins or client software are required โ users simply open a browser to access their remote environments.
Install Flow
How to self-host Guacamole
Guacamole can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Guacamole does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Access remote desktops (VNC
- RDP) from any device with a web browser.
- Provide centralized
- audited access to servers and workstations.
- Enable remote work without requiring VPN clients or installed software.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 8080 | HTTP | Web UI |
| 4822 | TCP | Guacamole Daemon |
Docker Image
guacamole/guacamole:latest
Service Name
guacamole
Notes
Things to know before you deploy
- guacd is the proxy daemon โ Guacamole connects to it internally.
- Configure remote connections through the web UI after first login.
- Supports TOTP and RADIUS for multi-factor authentication.
Related Apps
More tools you might pair with Guacamole
Page generated 2026-07-27T04:28:00.415Z