How to install vncserver for multiple remote desktop users on Ubuntu 18.04 LTS?

I found this guide online, but it's related to Ubuntu 14. It doesn't work with Ubuntu 18.04 LTS.

I'm trying to set up a Ubuntu 18 dedicated for multiple remote users (and independent session) with a desktop-like environment

The above guide works only for one remote user, but I need more than one simultaneously.

i find out any user can access to other profile !! that's a serious issue to me !

Can you guide me how to do it for the new 18.04 LTS? creating vncserver or anything else which allow more than one user simultaneously connect to a remote ubuntu 18.04 system - only his profile -

thx again !

1 Answer

A vnc server has the permissions of the user who runs it. I would start a VNC session for each user that wants a connection. Simply run the vncserver with a different port numbers for each user (e.g. Fred is with "su fred -c 'vncserver :1;", Nancy is "su nancy -c 'vncserver :2'"). Each time vncserver is run, it will ask to setup a unique password for that user.

However, I'm not sure that vncserver is the solution you're looking for, you may want to check out other remote desktop applications that manage sessions more intuitively.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like