How to Share Desktop in Ubuntu 18.04

Subscribers:
688,000
Published on ● Video Link: https://www.youtube.com/watch?v=kMV_r-hjvFQ



Category:
Tutorial
Duration: 4:49
22,657 views
234


This video goes over how to screen share in Ubuntu. The typical issues people run into is after enabling screen share in settings they are unable to use a vnc viewer to remotely access the computer because of encryption.

Do it for you script:
source (curl-s https://www.christitus.com/scripts/enablevnc.txt)

Script content:
#!/bin/bash
# Ubuntu (GNOME) 18.04 Enable VNC with no encryption

sudo apt install gconf2 -y
sudo ufw allow from any to any port 5900 proto tcp
gconftool-2 --set --type=bool /desktop/gnome/remote_access/enabled true
gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false
echo $'\n'$"*** Encryption Disabled ***"
echo $'\n'$"*** Launching Settings ***"
echo $'\n'$"*** Select Sharing - Screen Sharing - Turn On and Enter a Password ***"
gnome-control-center


Upcoming Live Streams
-----------------------
- Every Tuesday and Friday
- Future and Past Streams @ https://www.youtube.com/c/ChrisTitusTech

Support My Work
-----------------
- Chris Titus Tech Digital Downloads ➜ https://www.christitus.com/downloads
- Product and Service Recommendations ➜ https://www.christitus.com/recommendations
- My YouTube Gear and Computers ➜ https://www.amazon.com/shop/christitustech

Other Places to Find Me
-------------------------
- Titus Tech Talk ➜ https://www.youtube.com/c/TitusTechTalk
- Twitter ➜ https://twitter.com/christitustech

DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps supports the channel and allows us to continue to make videos like this. Thank you for your support!







Tags:
ubuntu
linux
desktop
remote desktop
remote desktop protocol
remote
tutorial
vnc
desktop sharing
share
xrdp
ubuntu desktop sharing command line
ubuntu desktop sharing windows
ubuntu desktop sharing port
ubuntu desktop sharing not working
ubuntu mate desktop sharing
install desktop sharing ubuntu
ubuntu desktop sharing vnc
vnc viewer
screen sharing Ubuntu
Enable Desktop Sharing In Ubuntu 18.04
how to share desktop in ubuntu
ubuntu 18.04
debian
chris titus tech