Configure Guacamole Server to start at boot.
{{Code| Code = sudo chkconfig tomcat on # chkconfig guacd on}}
=== Starting Guacamole ===
Restart Tomcat
{{Code|Code = service tomcat restart}}
Start Guacamole's service
{{Code|Code = service guacd start}}
Now configure the tomcat and guacd services to run automatically
{{Code|
Code = # chkconfig tomcat on # chkconfig guacd on
}}
== Configuring Guacamole and Amahi ==