Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Banana Pi Cookbook

You're reading from  Banana Pi Cookbook

Product type Book
Published in Jun 2015
Publisher
ISBN-13 9781783552443
Pages 200 pages
Edition 1st Edition
Languages
Author (1):
Ryad El-Dajani Ryad El-Dajani
Profile icon Ryad El-Dajani

Controlling the desktop remotely using VNC


The VNC (Virtual Network Computing) system is a great choice if you need to control your LXDE desktop remotely. In this recipe, we are discovering how to install a VNC server and connect to the Banana Pi using a VNC client.

Getting ready

The following ingredients are required to build a VNC server on the Banana Pi:

  • A running Banana Pi with a Debian-based Linux system

  • A configured network on the Banana Pi

How to do it…

We are going to install the VNC server onto our Banana Pi and access the Banana Pi remotely via a VNC client.

Installing the VNC server on the Banana Pi

Installing and running the VNC server is quite simple:

  1. Open a shell.

  2. Install the x11vnc package:

    $ sudo apt-get install x11vnc
    
  3. Apt will ask you to confirm the installation of the dependency packages.

  4. Enter Y to continue the installation.

    After a few seconds to minutes, the VNC server is installed.

  5. Run the VNC server:

    $ x11vnc -display :0
    

The VNC server will start and you can access it via a VNC...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}