Difference between revisions of "Apache Guacamole"
Jump to navigation
Jump to search
→2nd section title
Line 159: | Line 159: | ||
The default sign in credentials are username:<code>guacadmin</code> password:<code>guacadmin</code> | The default sign in credentials are username:<code>guacadmin</code> password:<code>guacadmin</code> | ||
== | == Add TOTP Authentication == | ||
text | text | ||
== Fix RDP Connection Issues == | |||
If you have connection issues, check the logs by running: | |||
useradd -M -d /var/lib/guacd/ -r -s /sbin/nologin -c "Guacd User" guacd | |||
mkdir /var/lib/guacd | |||
chown -R guacd: /var/lib/guacd | |||
sed -i 's/daemon/guacd/' /etc/systemd/system/guacd.service | |||
systemctl daemon-reload | |||
systemctl restart guacd | |||
== See also == | == See also == | ||
* [[Reverse Proxy]] | * [[Reverse Proxy]] | ||
Line 168: | Line 184: | ||
* https://kifarunix.com/install-guacamole-on-debian-11/#fix-rdp-security-negotiation-failed | * https://kifarunix.com/install-guacamole-on-debian-11/#fix-rdp-security-negotiation-failed | ||
== Bibliography == | == Bibliography == | ||
== External links == | == External links == | ||
* | * | ||
* | * | ||
{{DEFAULTSORT:}} | {{DEFAULTSORT:}} |