LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

sudo dnf install guacd
copy
sudo apk add guacamole-server
copy
nix profile install nixpkgs#guacamole-server
copy

SEE ALSO

sshd(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid