[Cialug] Remote GUIs

Jim Cole jrcole at gmail.com
Mon Mar 15 19:57:07 UTC 2021


x2go. seriously. Try it.

sudo apt update; \

sudo apt -y upgrade; \

sudo apt -y install xfce4 xfce4-terminal firefox; \

sudo apt-get -y install software-properties-common; \

sudo add-apt-repository -y ppa:x2go/stable; \

sudo apt-get update; \

sudo apt -y install x2goserver x2goserver-xsession; \

sudo apt -y purge xscreensaver




On Mon, Mar 15, 2021 at 8:53 PM Daniel A. Ramaley <daniel.ramaley at drake.edu>
wrote:

> I assume you want multiple users logged in simultaneously to a GUI
> session? How technical is the user base?
>
> What i do for that is SSH into the box and start a VNC server, then
> connect to that VNC. It all runs within my account, so does not conflict
> with anyone else. The VNC is a completely virtual desktop. I would
> expect a novice user to require a lot of handholding to get set up with
> this arrangement though.
>
>
> On 3/15/21 2:39 PM, L. V. Lammert wrote:
> > Running into some interesting issues setting up a remote GUI in Azure, ..
> > so allow me to ask the general question:
> >
> > What is the best way to allow multiple users to login to the GUI on a
> > remote machine?
> >
> >       Thanks!
> > _______________________________________________
> > Cialug mailing list
> > Cialug at cialug.org
> > https://www.cialug.org/cgi-bin/mailman/listinfo/cialug>>
>
> __
> Daniel Ramaley (he/him/his)
> Server Engineer 2, Information Technology Services
> Drake University
>
> T: +1-515-271-4540
> W: https://www.drake.edu/its
>
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> https://www.cialug.org/cgi-bin/mailman/listinfo/cialug
>


More information about the Cialug mailing list