Click Here

a href="https://ref.adbtc.top/3604752" target="_blank" border="0">

How To install VNC on Ubuntu Desktop ?



 Follow steps Run these All below cmd It will work 100 %

Note After installing VNC password will be (password) If you want to make changes change password in nano file 
================
Commands:
================
sudo apt update
sudo apt install lightdm
sudo reboot
sudo apt install x11vnc

sudo nano /lib/systemd/system/x11vnc.service

!Copy and paste these commands - change the password
[Unit]
Description=x11vnc service
After=display-manager.service network.target syslog.target

[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -forever -display :0 -auth guess -passwd password
ExecStop=/usr/bin/killall x11vnc
Restart=on-failure

[Install]


WantedBy=multi-user.target
!Save file by pres key Crtl x and run these commands: systemctl daemon-reload systemctl enable x11vnc.service systemctl start x11vnc.service systemctl status x11vnc.service

Thanks.. For Visiting on this Blog..

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.