Skip to main content

Custom Branding

You can freely customize the logo, stylesheets and text of the web application. To get started, SSH into the Guacamole EC2 instance and run the following commands:

# Enter the branding directory
cd /home/ec2-user/guaws/guacamole/branding

# To modify stylesheets, edit the index.css file
vim ./css/index.css

# To change the title on the login page, edit the translations file
vim ./translations/en.json

Additional translation keys can be found in the original translation file.

To replace the logo, replace ./resources/images/logo.png with your own logo. Once you are done with your customizations, run

make
guawsctl restart guac

This will build the guaws-branding.jar file and restart the web application. Reload the login page and you will see your customizations.