Difference between revisions of "Apache Guacamole"

From Khem Geek Wiki
Jump to navigation Jump to search
Line 5: Line 5:
https://guacamole.apache.org/
https://guacamole.apache.org/
== Installation ==
== Installation ==
This guide is best suited for a Guacamole installation on Ubuntu Server 20.04 LTS


<b>Install Dependencies</b>
'''Run as Root'''
 
<code>sudo su</code>
 
'''Update System'''
 
<code>apt update && apt upgrade</code>
 
'''Install MariaDB'''
 
<code>apt install mariadb-server</code>
 
'''Install Dependencies'''


<code>apt install -y build-essential libcairo2-dev libjpeg62-turbo-dev \
<code>apt install -y build-essential libcairo2-dev libjpeg62-turbo-dev \
Line 12: Line 25:
freerdp2-dev libpango1.0-dev libssh2-1-dev libvncserver-dev libtelnet-dev \
freerdp2-dev libpango1.0-dev libssh2-1-dev libvncserver-dev libtelnet-dev \
libwebsockets-dev libssl-dev libvorbis-dev libwebp-dev libpulse-dev sudo vim</code>
libwebsockets-dev libssl-dev libvorbis-dev libwebp-dev libpulse-dev sudo vim</code>


== 2nd section title ==
== 2nd section title ==

Revision as of 16:15, 18 August 2022

Apache Guacamole is a self hosted web application for Remote Desktop services. Guacamole allows remote desktop services to be accessed over HTTP.

The main page for Apache Guacamole can be accessed here:

https://guacamole.apache.org/

Installation

This guide is best suited for a Guacamole installation on Ubuntu Server 20.04 LTS

Run as Root

sudo su

Update System

apt update && apt upgrade

Install MariaDB

apt install mariadb-server

Install Dependencies

apt install -y build-essential libcairo2-dev libjpeg62-turbo-dev \ libpng-dev libtool-bin libossp-uuid-dev libavutil-dev libswscale-dev \ freerdp2-dev libpango1.0-dev libssh2-1-dev libvncserver-dev libtelnet-dev \ libwebsockets-dev libssl-dev libvorbis-dev libwebp-dev libpulse-dev sudo vim


2nd section title

text

See also

  •  
  •  

References

<references />

Bibliography

External links

  •  
  •