Raspberrypi VNC Server

Source: Internet
Author: User

Installation
Apt-get Install Tightvncserver Tightvnc-java

Start
Vncserver-name vnc_raspi-depth 24-geometry 800x600-httpport 9,001:1
-name VNC_RASPI Desktop name, this parameter is not necessary
-depth 24 uses 24-bit color, usually 16 or 24
-geometry 800x600 desktop resolution, adjust as required
-httpport 9001 use a browser-connected port, multiple users open VNC server, each user wants to use a different port
: 1 Session Numeric number

The first run will require you to enter a password that is separate from your SSH login password (at least 6 bytes)
vncpasswd
Raspberry

Shut down
Vncserver-kill:1
: 1 is the session number, and the number of sessions started is the same

Connection
Client
Xvncviewer 192.168.137.13:1
Xvncviewer 192.168.137.13:5901
(Apt-get install Vinagre)

Browser (requires Java plugin)
http://192.168.137.13:9001


Error
Connection error: Security types
Different versions cause encryption types to differ

Raspberrypi VNC Server

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.