VNC Connect Rpi
VNC Connect Rpi
VNC setup on Raspberry Pi from Ubuntu MongoDB vs. Postgres; A specific use case
Devstack on EC2 via Ansible
POSTED BY MICHAEL ON JUN 2, 2012 IN RASPBERRY PI, TUTORIALS, UBUNTU | 20 COMMENTS Beaglebone + Ubuntu
Raspberry Pi OpenCV Pan & Tilt Face Tracker
43
Raspberry Pi Google Talk Robot
#INCLUDE STD_DISCLAIMER
LIVE CHAT
NEW
This tutorial will demonstrate how to setup and connect to a Raspberry Pi over VNC from Ubuntu. This
process is easier if you have a display connected to the Raspberry Pi, but will also show the steps to
connect with only Ethernet and power connected. It assumes you have Debian for Raspberry Pi
installed on an SD card. If not, see RPi Easy SD card setup
ifconfig
All the network interface configurations will be displayed, including the IP address. However, if you
don’t have a display for your Raspberry Pi, this isn’t an option. For this task, we can use the Linux
nmap (Network Mapper) utility.
Then run a scan on your local network. Be change to the specifics of your own network.
The results will display every machine that could be identified on port 22. The Raspberry Pi (running
Debian) looks something like this:
Type yes at the prompt, then enter the password for the user pi, ‘raspberry’ by default. You should get
a prompt that looks like this:
pi@raspberrypi:~$
Configuring VNC
Now that we have logged in to the Raspberry Pi, we can setup VNC for remote access. First we need to
install the VNC server:
Next, start the VNC server on the Raspberry Pi. Adjust the geometry paramater to your desired display
size.
You will be prompted to create a password for VNC login. Once you do, you should see a line looking
something like this:
Now, we can finally connect to the Pi with VNC. Back on the Ubuntu machine, install the VNC viewer
client:
vncviewer 192.168.0.112:5901
To stop the VNC viewer, just close the application. To stop the VNC server, issue the following
command (on the Raspberry Pi):
vncserver -kill :1
Share this:
DESIGNED
DESIGNED BY
BY ELEGANT
ELEGANT THEMES
THEMES || POWERED
POWERED BY
BY WORDPRESS
WORDPRESS