Jump to content

Recommended Posts

Posted

If I was you, I'd use the official docker images - https://guacamole.incubator.apache.org/doc/gug/guacamole-docker.html

 

This way would be easier to keep it up to date (rather than relying on the outdated repo versions or compiling a new version yourself) as you'd just need to pull the latest docker image every so often.

 

Here is a guide for setting up guacd in a docker container: https://www.cb-net.co.uk/linux/running-guacamole-from-a-docker-container-on-ubuntu-16-04-lts-16-10/

Posted

Thanks,

 

I was under the impression that Docker couldn't support HTTPS? Ideally we would want to login over HTTPS.

 

Thanks

Posted

You can always set up an apache or nginx reverse proxy to handle the SSL termination. From what I can see this is the recommended way to deploy guacamole with HTTPS.

 

There are many reverse proxy containers and this seems to be popular (however I have no idea if this will work with guacamole as I have never used this proxy container). I'm also unsure if it is better to run the reverse proxy server as a container or run the proxy on the docker host or on a dedicated VM/physical machine.

Posted

Sorry today has been mad.

 

these were my steps!

 

  1. install ubuntu- with the latest updates
  2. Allow SSH- sudo apt-get update;sudo apt-get install openssh-server
  3. Install Guacamole using the guide on this site- https://www.chasewright.com/guacamole-with-mysql-on-ubuntu/
  4. Add the machines you want to connect to.
  5. Done!
  6. edit- to access externally you will need to get your isp to set up a reverse proxy- externaldomainname/guacamole -> guacamoleserver.domainname:8080

done this quite a few times and has worked flawlessly!

Posted
Cheers, thats the script in my OP. I gave that a try anyway and I have a basic install. Got some work to do such as HTTPS and LDAP login.
Posted

I only plan to use it as a stop gap until HTML 5 comes in RDS very soon.

 

Just being curious, how do you use it in your deployment?

Posted

Use it mostly for staff to rdp from home. Also looking to use to replace Microsoft rdp on our macs, we are an apple school, as we have found it so flakey.

 

Biggest win we have had with it was to use it with our chromebooks to give staff something to access our terminal services from a device that was sat on a shelf doing nothing.

 

Looking to add ldap so we can use AD accounts rather than the local accounts made in guacamole.

Posted

I am looking to use it to deploy some legacy apps to Chromebooks.

 

You can use a Chromebook kiosk app with Guac and make them into laptop thin clients. Wish I found that years ago when we purchased laptop Wyse ThinClient. Miles cheaper and no doubt will be better!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...