Home / CentOS
Name Modified Size InfoDownloads / Week
Parent folder
old 2017-11-06
OPD 2016-05-25
guacamole-install-script.sh 2017-11-06 36.1 kB
README.md 2017-11-06 3.1 kB
Totals: 4 Items   39.2 kB 5

Installation Instructions

In order to install guacamole with the installation script is necessary the following:

  1. A Bare metal or a Virtual machine Server.
  2. CentOS 6/7 (fresh install) minimal version is good.
  3. Internet Connection.
  4. As root execute the following in your bash shell:

yum install -y wget

wget http://sourceforge.net/projects/guacamoleinstallscript/files/CentOS/guacamole-install-script.sh

chmod +x guacamole-install-script.sh

./guacamole-install-script.sh

Or Download the Script with Offline Primary Dependencies (OPD)

5- Follow the Install Wizard.

Note: The default credentials for a guacamole are: "guacadmin" (lowercase and no quotes) for username and password.
Please use the file "guacamole-install-script.sh" this file is the last version and build. Older version you can find at old folder.


Changes:

01/03/2016

  • The script now Install the last MySQL Connector version, to date the 5.1.38 version.

01/06/2016

  • Now the script can install the Guacamole on CentOS 6.

02/10/2016

  • Change the package dependence for a better JPEG support, libjpeg-devel replaced for libjpeg-turbo-devel.

03/23/2016

  • Change the package dependence for a better JPEG support, libjpeg-turbo-devel for official libjpeg-turbo, to date the 1.4.2 version.

05/25/2016

  • The script now Install the last MySQL Connector version, to date the 5.1.39 version.
  • Change the listener option from spdy to http2 for compatibility of new nginx versions.

01/23/2017

  • The script now Install the last MySQL Connector version, to date the 5.1.40 version.
  • The script now Install the last libjpeg-turbo, to date the 1.5.1 version.
  • The script now Install the Guacamole 0.9.10-incubating version (fresh install).

05/31/2017

  • The script now Install the last MySQL Connector version, to date the 5.1.42 version.
  • The script now Install the Guacamole 0.9.12-incubating version (fresh install).
  • Working on valid certificate implementation with Let's Encrypt.

11/06/2017

  • The script now Install the Guacamole 0.9.13-incubating version (fresh install).
  • The script now Install the last MySQL Connector version, to date the 5.1.44 version.
  • The script now Install the last libjpeg-turbo, to date the 1.5.2 version.
  • The script now Disable SELinux.

New features:

01/03/2016

  • The script checks if firewallD or iptables is installed and started and then adds rules to open tcp 8080 and 8443.
  • The script make a firewall backup and put it in the same directory as the script and log file.

03/23/2016

  • The script now can install the Nginx Proxy feature with SPDY protocol enabled.
  • The script now have some installer modes, interactive, unattended (without intervention) or proxy only.
  • The script now have a help, you can invoke it with -h option.

Fixs:

02/10/2016

  • Fix load RDP plugins (Clipboard and Drive redirection for Sound and Printer).
Source: README.md, updated 2017-11-06