Re: Alternative for TeamViewer via Guacamole

2017-12-14 Thread brian mullan
What kind of computers do they have. On Dec 14, 2017 11:09 AM, "Alex ARNAUD" wrote: > Hello all, > > I'm working at a company that helps visual-impaired, regular users and > elderly people to access to the computer based on free and open-source > software. We provide training and support for the

Re: Interesting combination of Guacamole and ZeroTier

2017-12-19 Thread brian mullan
I'm not sure what the advantages of integrating ZeroTier & Guacamole might be? Speaking from a networking perspective (I am CCIE # 1143).. you can already implement Guacamole with NGINX etc and a Certificate from the likes of LetsEncrypt to have HTTPS encrypted connection to the Guacamole Server

Re: Testing Ubuntu 18.04 (alpha release) and noticed repository Guacamole is still v0.9.9

2018-01-26 Thread brian mullan
thanks Mike... and thanks for the "graduation" :-) Brian On Fri, Jan 26, 2018 at 3:28 PM, Mike Jumper wrote: > On Fri, Jan 26, 2018 at 12:10 PM, bmullan wrote: > >> Testing Ubuntu 18.04 (alpha release) and noticed repository Guacamole is >> still v0.9.9 >> >> ... >> Any chance of that gettin

Could Guacamole make use of WebRTC now that Gstreamer implements it?

2018-02-07 Thread brian mullan
I'm not a programmer but thought I'd ask the question. I've been aware of WebRTC and its use for quite a while but I just read the following: GStreamer has grown a WebRTC implementation Brian

Re: Could Guacamole make use of WebRTC now that Gstreamer implements it?

2018-02-07 Thread brian mullan
eful/used for a remote desktop capability. Mouse & keyboard events sent to the remote server and the remote desktop server's output being streamed via RTC back to the client? Brian On Wed, Feb 7, 2018 at 12:02 PM, Nick Couchman wrote: > On Wed, Feb 7, 2018 at 11:50 AM, brian mull

Re: SSH issue with Ubuntu 18.04 - updated detail

2018-08-16 Thread brian mullan
Did you disable any of the "repositories" ? Install & run synaptic and search there for the lib you need using just the root of the name (ie libssh for example). On Thu, Aug 16, 2018, 7:53 AM M D Barber wrote: > does 18.04 not have the same option as 16.04 during the install to set > differen

Re: Error "make" guacamole "please help me"

2018-09-01 Thread brian mullan
Thanks Nick.. I completely understand the "time suck" doing that patch into 0.9.14 might be for you folks. I can wait for v1.0 :-) brian On Sat, Sep 1, 2018 at 10:16 AM Nick Couchman wrote: > On Sat, Sep 1, 2018 at 9:22 AM bmullan wrote: > >> Nick >> >> So I read your response and this is fi

Re: Error "make" guacamole "please help me"

2018-09-01 Thread brian mullan
1, 2018, 11:49 AM brian mullan wrote: > Thanks Nick.. I completely understand the "time suck" doing that patch > into 0.9.14 might be for you folks. > > I can wait for v1.0 :-) > brian > > > On Sat, Sep 1, 2018 at 10:16 AM Nick Couchman wrote: > >

Re: Error "make" guacamole "please help me"

2018-09-03 Thread brian mullan
Nick Wanted to let you know that the 2 cmd's to install the patch worked just great and the v0.9.14 builds correctly without errors now. Looking forward to guacamole v1.0 ! thanks brian On Sat, Sep 1, 2018 at 4:57 PM Nick Couchman wrote: > > On Sat, Sep 1, 2018 at 4:15 PM b

Re: ERROR: Unable to bind socket to any addresses - guacd & target desktop on same server

2018-09-06 Thread brian mullan
Sorry for the noise Mike... I fat fingered the cmd and didnt catch it On Sep 6, 2018 3:23 PM, "Mike Jumper" wrote: On Thu, Sep 6, 2018 at 12:16 PM, bmullan wrote: > I have a cloud server running Ubuntu 18.04 > > On that server I have installed ubuntu-mate desktop, guacamole, tomcat8, > nginx a

Re: ubuntu 18.04 w guacd, pulseaudio, xrdp, pavucontrol shows xrdp audio output but no sound locally

2018-09-07 Thread brian mullan
Couchman wrote: > On Fri, Sep 7, 2018 at 9:49 AM brian mullan > wrote: > >> I have a cloud server with >> >> ubuntu 18.04 >> guacamole v0.9.14 installed >> pulseaudio 11.1 >> latest xrdp, xorgxrdp and the 2 pulseaudio .so files built & installed &

Re: ubuntu 18.04 w guacd, pulseaudio, xrdp, pavucontrol shows xrdp audio output but no sound locally

2018-09-07 Thread brian mullan
nt was what made me look and realize this. Brian On Fri, Sep 7, 2018 at 3:38 PM brian mullan wrote: > Thanks Nick !! > > I don't have any Windows machines to try this with but as to your second > suggestion: > > Did you correctly link the Guacamole RDP plugins to the Fr

I just built guacamole-client manually ended up w/ guacamole-client-1.0.0.tar.gz

2018-10-03 Thread brian mullan
If I build the guacamole client manually (ie "mvn package") I now get a successful build and the target file is: *guacamole-client-1.0.0.tar.gz* However, that is different from the 0.9.14 available from the guacamole.apache.org download page which stills hows: https://guacamole.apache.org/releas

Re: I just built guacamole-client manually ended up w/ guacamole-client-1.0.0.tar.gz

2018-10-03 Thread brian mullan
thanks Nick..! On Wed, Oct 3, 2018 at 12:28 PM Nick Couchman wrote: > However, that is different from the 0.9.14 available from the >>> guacamole.apache.org download page which stills hows: >>> https://guacamole.apache.org/releases/0.9.14/ >>> >> So is v1.0 released ? If so is there any new d

Re: How to avoid session options when logging in to a computer (via guacamole) ?

2018-10-30 Thread brian mullan
Mike In /etc/xrdp Edit the file: xrdp.ini In it you will see this section of config entries: ; Startup command-line parameters for the display server are configured > ; in sesman.ini. See and configure also sesman.ini. > > *[Xorg]name=Xorg* > lib=libxup.so > username=ask > password=ask > ip=12

Are there or could there be more Parameter Tokens than are in the Documentation?

2019-02-01 Thread brian mullan
In Chapter 5 are listed 6 Parameter Tokens. By chance are there more? If not could there be? The reason I am asking is that I found a very useful Guacamole Auth Extension for Linux PAM: https://github.com/voegelas/guacamole-auth-pam But to utilize this his GitHub README describes creating a /e

Re: Are there or could there be more Parameter Tokens than are in the Documentation?

2019-02-01 Thread brian mullan
;m basically a Luddite in that area. Overall tho I thought the general idea was simple and to me simpker is good 😊 On Fri, Feb 1, 2019, 7:26 PM Nick Couchman > > On Fri, Feb 1, 2019 at 7:16 PM brian mullan > wrote: > >> In Chapter 5 are listed 6 Parameter Tokens. >> &

Re: Are there or could there be more Parameter Tokens than are in the Documentation?

2019-02-01 Thread brian mullan
If he's not monitoring the alias I'll let him know that some collaboration might be beneficial.m Brian On Fri, Feb 1, 2019, 8:34 PM Nick Couchman On Fri, Feb 1, 2019 at 8:07 PM brian mullan > wrote: > >> Thanks Nick >> >> In regards to pam & using the

Re: Facing Issue while connecting to remote-app using QuickConnect Ext

2019-02-04 Thread brian mullan
I'm not a guacamole dev but perhaps you need to escape the "||" with backslashes? *"rdp://username@ip ?domain=my.domain&port=3389&security=nla&ignore-cert=true&password=mypassw0rd& *remote-app=\|\|win32calc"*.* On Mon, Feb 4, 2019 at 8:17 AM Sukhbir wrote: > Hi, > > I'm trying to connect remote

Re: TOTP + Android Tablet + Chrome = FAIL

2019-02-09 Thread brian mullan
Its called PFM in technical circles (pure fr*ckin magic) :-) On Sat, Feb 9, 2019 at 7:20 PM Matthew Lawson wrote: > Well, never mind. The field authentication field started appearing. I'd > like to tell you I changed a setting or something, but I didn't. While I > was testing how other brows

Re: Audio

2019-03-01 Thread brian mullan
I haven't been following all of this but are you connecting to a linux system & xrdp? If so there are some steps you will need to do to get sound from pulseaudio. On Fri, Mar 1, 2019, 7:31 PM Robert Dinse wrote: > > I've set it up per the instructions including the changes to > pulseaudio

could an option to show-or-not the password entry field for authentication be implemented

2019-03-14 Thread brian mullan
This is just a feature request. When entering the information into the Connection configuration form. I want to just enter: Username: ${GUAC_ADMIN} Password:${GUAC_PASSWORD} as you know when entering the password field though it (by defuault) puts "*" for each character you type for secur

Re: could an option to show-or-not the password entry field for authentication be implemented

2019-03-14 Thread brian mullan
Jeez never thought to click on that I just thought it symbolized "password"... Duh :-) Thanks Nick On Thu, Mar 14, 2019, 12:41 PM Nick Couchman wrote: > On Thu, Mar 14, 2019 at 12:32 PM brian mullan > wrote: > >> This is just a feature request. >> >> W

Re: Setting up HTTP header authentication

2019-03-20 Thread brian mullan
Maybe I missed it but what linux distro are you using ? On Wed, Mar 20, 2019, 6:24 PM Dmitry Katsubo wrote: > Thanks for reply. > > On 2019-03-20 01:26, Nick Couchman wrote: > > This is where I get a little fuzzy - it's been quite a while since I > actually used the file authentication module fo

issue with guacamole user/connection/group config

2019-03-23 Thread brian mullan
I have a cloud server with guacamole v1.0.0, tomcat8, mysql, nginx I created 100 user accounts and assigned each to a connection to N server Later I decided to create a Group and I put all 100 users in that Group I configured the "Group" to have a connection to the N server *but I did not remove

another possible printing option CPDB

2019-03-23 Thread brian mullan
Printing from a Guacamole connection usually involves either: - the default printing to a PDF, downloading, then printing the PDF locally - using something like Google Cloud Print I just learned of another option called Common Print Dialog Backends (CPDB): https://jeremy.bicha.net/2018/

Re: Authentification using Certificat

2019-04-02 Thread brian mullan
I use nginx and letsencrypt cert On Tue, Apr 2, 2019, 11:31 AM Kamal Ezzaki wrote: > Hello > > Just a question , is guacamole support authentification with certificat ? >

Re: Authentification using Certificat

2019-04-02 Thread brian mullan
if you end up using NGINX/Tomcat and obtain a DNS from someone like GoDaddy you can easily use CertBot from LetsEncrypt to obtain and install auto-magically into NGINX the configuration statements needed to obtain & install & use a LetsEncrypt Certificate. I used Certbot recently and it was really

Re: rdp support with freerdp 1

2019-04-21 Thread brian mullan
What OS distro do you use? On Sun, Apr 21, 2019, 4:19 AM Vieri wrote: > Hi, > > I'm aware that guacamole-server does not support freerdp 2 yet, and that > it's hard to say when it will. > > However, I believe that it supports freerdp v. 1. > > I downloaded and installed freerdp 1.2.1, and guaca

Re: Looking for a guac developer/administrator

2019-05-02 Thread brian mullan
Take a look at my work based on guacamole https://github.com/bmullan/ciab-remote-desktop On Thu, May 2, 2019, 4:14 PM Antony Awaida wrote: > Hi Guac community: > > First off - Guac is a great piece of software and our end users (typically > students) love it. We already have a Guac developer an

Re: Catch Guacamole session on Xrdp

2019-05-30 Thread brian mullan
If you figured it out... Why don't you document everything so the next person that may need this can follow your instructions. On Thu, May 30, 2019, 7:48 AM Manoj Patil wrote: > Hi, > > I have catch client guacamole session Address on linux xrdp > > ---

Re: SSH sessions never connect

2019-07-31 Thread brian mullan
Is the target machine setup for ssh access? Firewall etc? If linux, /etc/ssh/sshd_config Can you directly ssh into it from your local machine avoiding guacamole? On Wed, Jul 31, 2019, 4:37 PM Larry Athey wrote: > I have a Linux VM that I use as a reverse SSH tunnel host for to enable me > to c

Re: SSH sessions never connect

2019-07-31 Thread brian mullan
sorry didn't see orig post On Wed, Jul 31, 2019 at 8:06 PM Larry Athey wrote: > Port typo in the last reply, it should have said 20001. > > Larry Athey / *Director of Remote Support* > larryat...@mazaroth.com / 949 220 2949 > > Mazaroth IT Solutions, Inc. / 888 633 9271 > www.mazaroth.com > > >

Re: SSH sessions never connect

2019-07-31 Thread brian mullan
Remminia can do this and it's open source, there's no reason that Guacamole >> can't handle this. >> >> Larry Athey / *Director of Remote Support* >> larryat...@mazaroth.com / 949 220 2949 >> >> Mazaroth IT Solutions, Inc. / 888 633 9271 >>

Re: Guacamole agent

2019-11-07 Thread brian mullan
I do that. My GitHub describes my ciab-remote-desktop: CIAB v3 Remote Desktop System using LXD Containers, Guacamole, NGINX, Tomcat, XRDP, LXDMosaic https://github.com/bmullan/ciab-remote-desktop On Thu, Nov 7, 2019, 8:50 AM David Barber wrote: > Umesh Bhatt wrote: > > Hi, > > > > Just want

Re: Why should I use Guacamole?

2020-01-13 Thread brian mullan
Maybe I don't understand your Use-Case But you don't need a VPN to access Guacamole On Mon, Jan 13, 2020, 11:41 AM WhiteTiger wrote: > Forgive my perhaps too naive question, but I'm trying to understand. > If I have to connect to the Guacamole Server via VPN and the server is > located in the L

Re: Could a WebCam be used with Guacamole?

2020-03-28 Thread brian mullan
Thanks Nick ! On Sat, Mar 28, 2020, 1:13 PM Nick Couchman wrote: > On Sat, Mar 28, 2020 at 9:02 AM bmullan wrote: > >> Just curious if anyone has used a WebCam with Guacamole? >> >> If so, can you point me to any information that talks about how/what >> to implement/configure? >> >> > The unde

Re: Guacamole Redirected Printer download files

2020-11-06 Thread brian mullan
Look into IPP (Internet Printing Protocol) lets you setup any relatively modern remote printer (most support IPP) and print to it as if it were any normal printer. To add a remote printer for me is a 1 liner tjen the printer shows as an available printer on amy print activity. The following is a

Re: Guacamole Redirected Printer download files

2020-11-06 Thread brian mullan
re IPP (Internet Printing Protocol) I believe IPP is built in to CUPS in CUPS latest release and that you can use the CUPS web GUI to configure IPP for remote printers. On Fri, Nov 6, 2020, 11:50 AM Nick Couchman wrote: > On Fri, Nov 6, 2020 at 10:12 AM FG74 wrote: > >> I know that several year

Re: CentOS is going away

2020-12-10 Thread brian mullan
This is Red Hats explanation via the Centos.org blog https://blog.centos.org/2020/12/future-is-centos-stream/ On Thu, Dec 10, 2020, 8:59 PM Mike Jumper wrote: > On Thu, Dec 10, 2020, 17:30 sciUser wrote: > >> >> https://arstechnica.com/gadgets/2020/12/centos-shifts-from-red-hat-unbranded-to-re

Re: RDP From Guac in Docker to LXC Container

2021-08-18 Thread brian mullan
Hi Mathew Well I've been doing some experimenting. I created an Ubuntu 20.04 server on Digital Ocean cloud. Whether I use my old Ubuntu 18.04 Guacamole install scripts or updated ones I made for Ubuntu 20.04 if I point my browser to: *https://X.X.X.X:port/guacamole* *II *end up with a blank w

Re: Maximum number of users that can be registered

2021-08-24 Thread brian mullan
Of course it depends on network bandwidth and also server resources. On Tue, Aug 24, 2021, 3:01 PM Alejandro Hernandez wrote: > I guess the maximum is what the database allows you, wich in practical > terms means unlimited ;) > > Beware: although you may create an unlimited number users, the act

Re: Dockerized Guacamole and upload/download capability from a Remote Desktop Server

2021-11-05 Thread brian mullan
Thanks Nick Then why would this be considered an xRDP big. Does the RDP Protocol Spec indicate "0" should be valid ? On Fri, Nov 5, 2021, 1:18 PM Nick Couchman wrote: > On Fri, Nov 5, 2021 at 9:53 AM brian mullan > wrote: > >> Mike/Adrian >> >> In a sep

Re: Dockerized Guacamole and upload/download capability from a Remote Desktop Server

2021-11-05 Thread brian mullan
Great Thanks Nick ! On Fri, Nov 5, 2021, 1:40 PM Nick Couchman wrote: > On Fri, Nov 5, 2021 at 1:34 PM brian mullan > wrote: > >> Thanks Nick >> >> Then why would this be considered an xRDP big. Does the RDP Protocol >> Spec indicate "0" should b

guacamole RDP - how to configure FreeRDP "/home-drive" option

2022-03-10 Thread brian mullan
I'm trying to better understand Drive Redirection configuration. I have an Ubuntu Desktop server with XRDP installed and with a user account for myself on it. On my local PC I install freerdp2-x11 and from a terminal I can execute: *$ xfreerdp /cert-ignore +gfx /rfx /rfx-mode:video /video /bpp:

Fwd: guacamole RDP - how to configure FreeRDP "/home-drive" option

2022-03-15 Thread brian mullan
Bump.. I'm trying to better understand Drive Redirection configuration. I have an Ubuntu Desktop server with XRDP installed and with a user account for myself on it. On my local PC I install freerdp2-x11 and from a terminal I can execute: *$ xfreerdp /cert-ignore +gfx /rfx /rfx-mode:video /vid

Re: guacamole RDP - how to configure FreeRDP "/home-drive" option

2022-03-15 Thread brian mullan
Thanks for the info Nick. On Tue, Mar 15, 2022, 10:22 AM Nick Couchman wrote: > On Thu, Mar 10, 2022 at 9:46 AM brian mullan > wrote: > >> I'm trying to better understand Drive Redirection configuration. >> >> I have an Ubuntu Desktop server with XRDP installed

Re: Enabling Audio and/or Drive Breaks RDP

2022-10-21 Thread brian mullan
I didn't see a description of the architecture but are you by chance using xRDP ? On Fri, Oct 21, 2022, 12:58 PM Dylan Francis wrote: > Hello! > We have deployed Guacamole 1.4.0 on a Debian box and we are able to RDP > into remote machines through the web interface, so long as we disable audio