Go to advanced search

by c3pop
Thu Jul 11, 2019 5:00 pm
Forum: Raspberry Pi OS
Topic: How to enable VNC on RPi3/Raspbian Stretch from command line?
Replies: 12
Views: 55091

Re: How to enable VNC on RPi3/Raspbian Stretch from command line?

I suppose the following code using a symbolic link, with 'ln -s', is easier to understand.

Code: Select all

sudo ln -s /usr/lib/systemd/system/vncserver-x11-serviced.service /etc/systemd/system/multi-user.target.wants/vncserver-x11-serviced.service
sudo systemctl start vncserver-x11-serviced

Go to advanced search