Closed
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Apache Guacamole
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-guacamole.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
After setting up the Guacamole LXC container based on the script, everything is working as expected initially. However, after creating a new user (beside the guacadmin account), the application becomes unusable, presenting an error:
This issue can't be bypassed by rebooting the container and will represent itself no matter how many times you restart the container or the guacd
, database, and tomcat service.
π Steps to reproduce the issue.
- Create the container as per the script using Default Settings.
- Once Guacamole is running, login with the provided
guacadmin
user and go into settings to create a new user. Give the user any permission you like. - Log out, then log in with the new user.
β Paste the full error output (if available).
See above screenshot. I couldn't find any logs on the system indicating what might be happening.
πΌοΈ Additional context (optional).
No response