A little Background
If you are anything like me you have had many issues getting a VNC server to run on any desktop enviorment other gnome (which has it built in). This post will be going over what I have recently found to be probobly the easiest and most full proof way to get VNC running on any desktop enviorment.
Installation and Configuration Steps
- Install Dependancies
1
sudo apt install x11vnc
- Configure X11VNC Password
1
x11nvc -storepassw+d
- Configuring it to run at boot
1
crontab -e
copy the bellow text correcting for your user profile
1
@reboot x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/ryan/.vnc/passwd -rfbport 5900 -shared
- Reboot
1
reboot