Configuring Guacamole create a folder for guacamole's configuration: mkdir /etc/guacamole create a file /etc/guacamole/guacamole.properties with the content: # Hostname and port of guacamole proxy guacd-hostname: localhost guacd-port: 4822 # Location to read extra.jar's from lib-directory:/home/adminuser/liferay-portal ce-ga2/glassfish /domains/domain1/applications/guacamole1/WEB-INF/classes # Authentication provider class auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider # Properties used by BasicFileAuthenticationProvider basic-user-mapping: /etc/guacamole/user-mapping.xml
Configuring Guacamole create a file /etc/guacamole/user-mapping.xml with the content vnc localhost 5901 password
Configuring Guacamole: Errors Solved # Hostname and port of guacamole proxy guacd-hostname: localhost guacd-port: 4822 # Location to read extra.jar's from lib-directory: /home/adminuser/liferay-portal ce-ga2/glassfish /domains/domain1/applications/guacamole1/WEB-INF/lib # Authentication provider class auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider # Properties used by BasicFileAuthenticationProvider basic-user-mapping: /home/adminuser/.guacamole/user-mapping.xml PATH CHANGED gucamaole.properties home/adminuser/.guacamole/guacamole.properties
vnc MitoTool Configuring Guacamole: Errors Solved user-mapping.xml home/adminuser/.guacamole/user-mapping.xml USERNAME AND PASSWORD SETTED ADDRESS AND CONNECTION PORT CHANGED MITOTOOL’S PASSWORD SETTED
Connection to MitoTool with Guacamole wget 8.noarch.rpmhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6- 8.noarch.rpm wget rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm mv /etc/yum.repos.d/remi.repo /etc/yum.repos.d/remi.repo_orig && cat /etc/yum.repos.d/remi.repo_orig | sed s/'enabled=0'/'enabled=1'/g > /etc/yum.repos.d/remi.repo yum install guacd yum install libguac-client-vnc libguac-client-ssh libguac-client-rdp service guacd start chkconfig guacd on
Next step Access to MitoTool with Guacamole without Username and Password