Difference between revisions of "Apache Guacamole"
→Fix RDP Connection Issues
Line 165: | Line 165: | ||
If you have connection issues, check the logs by running: | If you have connection issues, check the logs by running: | ||
useradd -M -d /var/lib/guacd/ -r -s /sbin/nologin -c "Guacd User" guacd | <code>useradd -M -d /var/lib/guacd/ -r -s /sbin/nologin -c "Guacd User" guacd</code> | ||
mkdir /var/lib/guacd | <code>mkdir /var/lib/guacd</code> | ||
chown -R guacd: /var/lib/guacd | <code>chown -R guacd: /var/lib/guacd</code> | ||
sed -i 's/daemon/guacd/' /etc/systemd/system/guacd.service | <code>sed -i 's/daemon/guacd/' /etc/systemd/system/guacd.service</code> | ||
systemctl daemon-reload | <code>systemctl daemon-reload</code> | ||
systemctl restart guacd | <code>systemctl restart guacd</code> | ||
== See also == | == See also == |