utils,

Remote Access without VPN - using Apache Guacamole

Follow · 1 min read
Share this

https://www.youtube.com/watch?v=Ti6fQQcGy-Y&feature=youtu.be https://guacamole.apache.org/releases/1.1.0/

Download Package and extract

https://guacamole.apache.org/releases/1.1.0/

$ tar -xzf guacamole-server-1.1.0.tar.gz
$ cd guacamole-server-1.1.0/

Install Pre-Req

Install needed packages

sudo apt-get install libpng-dev
sudo apt-get install -y libjpeg-dev
sudo apt-get install libcairo-dev
sudo apt-get install libiossp-uuid-dev
  freerdp2-dev
  

Configure, Make and install

Make sure all required options are enabled with packages

$ ./configure --with-init-dir=/etc/init.d
$ make
$ make install
$ ldconfig

Install Client

Download and extract

tar -zxf guacamole-client-1.1.0.tar.gz
cd guacamole-client-1.1.0/

sudo apt install maven

mv package

Latest Stories

Featured