Guacamole
Building a Guacamole Server on Debian 11
This setup uses:
- Debian 11
- Guacamole 1.5.2
- PostgreSQL 13 as authentication database
- Tomcat 9
- Nginx
Steps
- Install Postgres
- Download the required components
- guacamole-server
- guacamole-auth-jdbc-postgresql extension
- postgres jdbc driver
- guacamole client war
- Install dependencies
- Install tomcat9
- Compile and install guacamole server
- Create configuration files and directories for guacamole
- Create database and …