Difference between revisions of "Guacamole 0.3.0 on Ubuntu 10.04"

From Linuxintro
Line 9: Line 9:
  
 
* edit /etc/guacamole/user-mapping.xml
 
* edit /etc/guacamole/user-mapping.xml
 +
 +
* install a vnc server
 +
apt-get install tightvncserver
 +
 +
* start the vnc server
 +
vncserver
  
 
= See also =
 
= See also =

Revision as of 05:11, 26 June 2011

Guacamole is...

Here is what I did to configure Guacamole on 2011-06-25 using a rackspace server with Ubuntu 10.04 x64:

  • install some software
apt-get install tomcat6 libvncserver0
  • download a package from here
  • edit /etc/guacamole/user-mapping.xml
  • install a vnc server
apt-get install tightvncserver
  • start the vnc server
vncserver

See also


This article is a stub and needs improvement. You can help here :)