LinuxCommandLibrary

guacd

guacamole proxy daemon, the core component of Apache Guacamole

TLDR

Start guacd daemon

$ guacd
copy
Run in foreground
$ guacd -f
copy
Listen on specific address and port
$ guacd -b [0.0.0.0] -l [4822]
copy
Run with debug logging
$ guacd -f -L debug
copy
Specify PID file
$ guacd -p [/var/run/guacd.pid]
copy

SYNOPSIS

guacd [options]

DESCRIPTION

guacd is the Guacamole proxy daemon, the core component of Apache Guacamole. It handles connections between the Guacamole web application and remote desktop protocols (VNC, RDP, SSH, Telnet, Kubernetes). Written in C for performance, it translates these protocols into the Guacamole protocol for browser-based access.

PARAMETERS

-b address

Bind to specified address.
-l port
Listen on specified port (default 4822).
-f
Run in foreground.
-L level
Log level (error, warning, info, debug).
-p file
PID file location.
-C file
SSL certificate file.
-K file
SSL private key file.

SEE ALSO

sshd(1), xrdp(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community