guacd (8) Linux Manual Page
guacd – Guacamole proxy daemon
Synopsis
guacd [-b HOST] [-l PORT] [-p PID FILE] [-L LOG LEVEL] [-C CERTIFICATE FILE] [-K KEY FILE] [-f]
Description
guacd is the Guacamole proxy daemon used by the Guacamole web application and framework. As JavaScript cannot handle binary protocols (like VNC and remote desktop) efficiently, a new text-based protocol was developed which would contain a common superset of the operations needed for efficient remote desktop access, but would be easy for JavaScript programs to process. guacd is the proxy which translates between arbitrary protocols and the Guacamole protocol.
Options
-bHOST- Changes the host or address that
guacdlistens on. -lPORT- Changes the port that
guacdlistens on (the default is port 4822). -pFILE- Causes
guacdto write the PID of the daemon process to the specified file. This is useful for init scripts and is used by the provided init script. -LLEVEL- Sets the maximum level at which
guacdwill log messages to syslog and, if running in the foreground, the console. Legal values aredebug,info,warning,anderror.The default value isinfo. -f- Causes
guacdto run in the foreground, rather than automatically forking into the background.
Ssl/Tls Options
If libssl was present at the time guacd was compiled, it will contain SSL/TLS support, and connections between the web application and guacd can be encrypted if a certificate file is given.
When using a chain of certificates, you must append the additional certificates to your server certificate. This can be done easily with the standard cat command. Beware that the certificate for guacd must be the first certificate in the file.
-CCERTIFICATE FILE- Enables SSL/TLS using the given cerficiate file. Future connections to this instance of
guacdwill require SSL/TLS enabled in the client (the web application). If this option is not given, communication with guacd must be unencrypted. -KKEY FILE- Enables SSL/TLS using the given private key file. Future connections to this instance of
guacdwill require SSL/TLS enabled in the client (the web application). If this option is not given, communication with guacd must be unencrypted.
See Also
guacd.conf(5)
Author
Written by Michael Jumper <mike.jumper [at] guac-dev.org>
