Linux command
guacd 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start guacd daemon
guacd
Run in foreground
guacd -f
Listen on specific address and port
guacd -b [0.0.0.0] -l [4822]
Run with debug logging
guacd -f -L debug
Specify PID file
guacd -p [/var/run/guacd.pid]
说明
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.
参数
- -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.
FAQ
What is the guacd command used for?
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.
How do I run a basic guacd example?
Run `guacd` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -b _address_ do in guacd?
Bind to specified address.