Showing posts with label xrdp. Show all posts
Showing posts with label xrdp. Show all posts

Thursday, February 2, 2017

Remote login Raspbian Jessie With Pixel using RealVNC Viewer from Windows

VNC Server is now built-in to Raspberry Pi running RASPBIAN JESSIE WITH PIXEL. Please note that xrdp conflicts with the RealVNC server, so you shouldn’t install both at once.  ~ reference link

This post show how to enable VNC Server on Raspberry Pi, download and run RealVNC View on Microsoft Windows 10 to remote login Raspberry Pi.

First of all enable VNC Server on Raspberry Pi:
- Open Raspberry Pi Configuration: Raspberry Pi Menu -> Preferences -> Raspberry Pi Configuration.
- Make sure VNC option is enabled.


You’ll see the VNC menu appear on the taskbar,


- Visit https://www.realvnc.com/download/viewer/ to download VNC Viewer, then run it.

This video show how:




Related:
VNC Connect, a brand-new version of VNC

Saturday, October 10, 2015

Remote control Raspberry Pi from Windows 10 using Remote Desktop App

Updated@2016-06-15:
No longer work after Microsoft update Remote Desktop for Windows 10 recently.

Fortunately, Remote Desktop Connection to Raspberery Pi is still work:)

~ read "Microsoft Remote Desktop for Windows 10 updated, cannot connect RPi again ...!".

With Microsoft Remote Desktop app, you can remote control Raspberry Pi from Windows 10 PC.


In Raspberry Pi, install xrdp
$ sudo apt-get install xrdp

In Windows 10 Store, install Remote Desktop app by Microsoft Corporation.


Host:
Raspberry Pi 2 running Raspbian Jessie (2015-09-24) with XRDP installed
Client:
Windows 10, with Microsoft Remote Desktop App

Related:
- Remote Desktop Connection from Windows 10 to Raspberry Pi xrdp

Saturday, September 5, 2015

Remote Desktop Connection from Windows 10 to Raspberry Pi xrdp

This post show hoe to remote control Raspberry Pi from Windows 10, using Remote Desktop Connection.


In Raspberry Pi/Raspbian, install xrdp
$ sudo apt-get install xrdp


In Windows 10
- run Remote Desktop Connection
- Enter the IP address of your Pi, and click Connect
- Enter username and password to connect



Updated@2017-06-13:
VNC Server is now built-in to Raspberry Pi running RASPBIAN JESSIE WITH PIXEL. Please note that xrdp conflicts with the RealVNC server, so you shouldn’t install both at once.

This post show how to "Remote login Raspbian Jessie With Pixel using RealVNC Viewer from Windows".

Sunday, April 12, 2015

Ubuntu MATE 15.04 for Raspberry Pi 2


It's Ubuntu MATE 15.04 for the Raspberry Pi 2, you can find more details and download link here: https://ubuntu-mate.community/t/ubuntu-mate-15-04-for-raspberry-pi-2/517.


This video show how to download and burn microSD on Ubuntu Linux.


And my first boot Ubuntu MATE 15.04 for Raspberry Pi 2:

The OS unresponsive at the first boot only. After sometime, it become more smooth.

I always run apt-get update and upgrade on Raspberry Pi/Raspbian. The first time it run more than 14 hrs to finish.
$ sudo apt-get update
$ sudo apt-get upgrade

This video below show remote login Ubuntu MATE 15.04 for Raspberry Pi 2 with ssh from PC running Ubuntu Linux. Then install xrdp on ubuntuMATE@RPi 2, and login xrdp using Remmina.



After installed, the microSD partition to have 4G only. I use Linux GUI program gparted to resize the file system.




Updated:
- Ubuntu MATE for the Raspberry Pi 2 officially

Updated@2014-04-26:
Download, install and boot-up Ubuntu MATE 16.04 on Raspberry Pi 3

Thursday, March 26, 2015

Microsoft Remote Desktop on Android, login xrdp on Raspberry Pi

Easy install xrdp on Raspberry Pi (suppose it work on any Linux), remote login from Android with Microsoft Remote Desktop app.


In Raspberry Pi, enter the command to install xrdp:
$ sudp apt-get install xrdp


In Android, install the Microsoft Remote Desktop app from Google Play:


This video show how to login Raspberry Pi xrdp using Microsoft Remote Desktop on Android.

Tuesday, December 10, 2013

Use Remmina (remote desktop client) from Linux to log-in Raspberry Pi xrdp server

In previous posts, it show how to "install xrdp (X Remote Desktop Protocol) on Raspberry Pi and log-in from Windows using Remote Desktop Connection" and "log-in from Android using Microsoft Remote Desktop app". We can also log-in from Linux with Remmina (remote desktop client).

If you are running Ubuntu, may be you already have Remmina installed. If not, install with the command:
$ sudo apt-get install remmina

and run it with 

$ remmina




Monday, December 9, 2013

Remote control Raspberry Pi from Android with Microsoft Remote Desktop app

With xrdp installed on your Raspberry Pi, you can remote log-in your Pi from Android device with Microsoft Remote Desktop app.

Microsoft Remote Desktop app
Microsoft Remote Desktop app run on Android, log-in Raspbery Pi

Demo video:

xrdp (X Remote Desktop Protocol) on Raspberry Pi + Remote Desktop Connection on Windows

xrdp (X Remote Desktop Protocol) is a Linux implementation of the Windows Remote Desktop Server/Terminal Server. With xrdp installed in your Raspberry Pi, you can remotely control your Raspberry Pi with Microsoft Remote Desktop Client (mstsc.exe) or any Linux client, also from Android device.

Remote Desktop Connection
Remote Desktop Connection run on Windows 8, log-in Raspberry pi.
You can install it in Raspberry Pi with the commnad:
sudo apt-get install xrdp

In Windows side, search Remote Desktop Connection, log-in with your your pi user name and password.


Related:
Remote control Raspberry Pi from Android with Microsoft Remote Desktop app
Use Remmina (remote desktop client) from Linux