How To Setup Vnc On Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Install VNC Server:
Install the VNC server with the following command:
# apt-get install tightvncserver
2. Configure VNC Server:
Create a password for VNC with the following command:
# vncpasswd
3. Start VNC Server:
Start the VNC server with the following command:
# vncserver :1
4. Connect to VNC Server:
You can connect to the VNC server with a VNC client such as RealVNC Viewer. Provide the IP address of the VNC server and the port number. The port number is 5901 by default.