Ares, Please do not cross-post to both mailing lists. Choose one - I'm replying ONLY on the user@ mailing list.
On Tue, Apr 29, 2025 at 11:52 AM Ares Li <a...@cayenta.com> wrote: > Hi team, > > My team and I are working on some tests that involves tweaking the > guacd.conf parameters. We are using guacamole and guacd docker version. > According to the documentation > https://guacamole.apache.org/doc/gug/configuring-guacamole.html, the > guacd should be under /etc/guacamole. However, that's not the case for the > official docker container version of guacamole or guacd. > guacd.conf is ONLY valid for guacd, it is not used for the guacamole container. Additionally, it is only used in situations where you need to alter guacd's behavior from the defaults or what is specified on the command line - the guacd Docker container does not do this, so there is not a default one provided, and it is not required for guacd to function. If you need to provide one to alter the behavior of guacd, you can create the container, then create a /etc/guacamole directory in the container and copy the guacd.conf file into the container. However, please note that any options specified on the command line of guacd will override values set in the guacd.conf file. -Nick