guacamole icon indicating copy to clipboard operation
guacamole copied to clipboard

A Docker Container for Apache Guacamole, a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5. For x64, arm64 and ppc64le.

Results 19 guacamole issues
Sort by recently updated
recently updated
newest added

Thanks for your nice image! I can't install in an aarch64 device, I get this error: `# docker run -p 8080:8080 -v /storage/guacamole:/config maxwaldorf/guacamole` Unable to find image 'maxwaldorf/guacamole:latest' locally...

As title says, using image maxwaldorf/guacamole:latest paste seems to be not working. I'm not talking into RDP or SSH sessions in guacamole but into guacamole fields (including login, settings, session...

Hi, Thanks for the image, everything works very good exept RDP + SFTP connection for data sharing / drag&drop. I searched a while what the problem could be and then...

I could be misunderstanding the flow but what I noticed is that: * The environment variable GUACAMOLE_HOME is set to /app/guacamole [here](https://github.com/flcontainers/guacamole/blob/6da5aab831abaa2c32851fbe9075d362b2277de4/Dockerfile#L180) in the Dockerfile * Later it's [set to...

Hi, I have try wake on lan from guacamole web interface and it seems not working... have you try it ? Thanks

So, I tried to see if this issue is also happening with with this image as well and it appears to be. This is rootless podman so maybe this is...

Did a clean deployment. docker run -d --name guacamole \ -p 8080:8080 \ --mount type=volume,src=guac_data,destination=/config \ -v /etc/localtime:/etc/localtime:ro \ -e TZ="UTC" \ -e EXTENSIONS="auth-ldap,auth-duo" \ flcontainers/guacamole LOG: You can change...

I'm looking to modify the tomcat server.xml file to properly display the x-forwarded-for IP address of the client connection made to guacamole as described in the docs here https://guacamole.apache.org/doc/gug/reverse-proxy.html#setting-up-the-remote-ip-valve. Is...

Hi I'd suggest to add `enable-environment-properties: true` to the guacamole.properties file, so that one can set environment variables (e.g. in docker compose or elsewhere); see [guacamole-properties](https://guacamole.apache.org/doc/gug/configuring-guacamole.html#guacamole-properties).

"An error has occurred and this action cannot be completed.." docker logs 8b85923ff408: ```` Running startup scripts Preparing Config Folder Running Postgres Starting Postgres... Running Guacamole server Post startup DB...