Difference between revisions of "Apache Guacamole"

Jump to navigation Jump to search
78 bytes added ,  21:21, 18 August 2022
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 ==
Anonymous user

Navigation menu