Forrest logo
back to context overview

guacd

List of commands for guacd:

  • guacd:tldr:3b0b9 guacd: Start in debug mode, keeping the process in the foreground.
    $ guacd -f -L ${debug}
    try on your machine
    explain this command
  • guacd:tldr:67a1f guacd: Start with TLS support.
    $ guacd -C ${my-cert-crt} -K ${my-key-pem}
    try on your machine
    explain this command
  • guacd:tldr:d415d guacd: Write the PID to a file.
    $ guacd -p ${filename-pid}
    try on your machine
    explain this command
  • guacd:tldr:e8a07 guacd: Bind to a specific port on localhost.
    $ guacd -b ${127-0-0-1} -l ${4823}
    try on your machine
    explain this command
back to context overview