A Docker Container for Apache Guacamole, a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5.
- Clone this repo
git clone https://github.com/diegorodrigo90/guacamole-docker-compose.git
cd guacamole-docker-compose
cp .env.example .env
- Copy the certificates files to ./config/certs/
- Change the variables in .env file.
- Run the containers (make sure that port 80 and 443 is not in use).
docker-compose up -d --build
- Go to https://localhost ( or any server your set in .env)
user: guacadmin
password: guacadmin
Comes with two factor authentication enabled, to disable change TTWO_FACTOR_AUTH to false in .env