Customizing the Apache Guacamole Login Screen - Zer0CoolX/guacamole-install-rhel-7 GitHub Wiki
I have created a template Guacamole extension to help easily customize or brand the Guacamole login page. The extension can be found at:
https://github.com/Zer0CoolX/guacamole-customize-loginscreen-extension
To utilize the extension with this install script (after having modified and tested the branding.jar extension) simply transfer the branding.jar
file to the Apache Guacamole server prior to running the guac-install.sh
Guacamole installation script. Take note of the file name and the full path to the file.
Then run the guac-install.sh
script as per the directions and when prompted "Would you like to install a custom Guacamole extensions from a local file (default no)?" type yes
, then respond to the additional prompts for filename and path.
This will include the login screen customization/branding extension with the Guacamole install and assuming the extension and installation have all been properly configured, immediately reflect this customization when loading Guacamole to the login screen in a browser.
Note 1: Please direct any questions or issues with the extension itself to the repo for it linked above. If you feel that an issue is specific to this installation script and not the extension itself, feel free to ask about it here following the proper issue reporting guidance.
Note 2: This feature is not meant to be used with any official extensions provided by Apache Guacamole or any extensions requiring parameters/settings. I have only tested this feature of the script with my login screen branding extension.