树莓派远程连接
Posted yuan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树莓派远程连接相关的知识,希望对你有一定的参考价值。
ssh远程连接后输入以下命令
sudo apt-get install xrdp
安装完毕后,就可以使用windows的远程桌面连接了,个人感觉比vnc好用
,输入ip和用户名连接就行
远程桌面连接树莓派
要知道树莓派的IP地址的方法有很多,在这里假定你已经知道了树莓派的IP地址。要解决的问题是怎么用Windows的远程桌面连接去连接树莓派的图形界面。
第一步:在raspbian下面安装一个服务xdrp。输入如下命令安装:
1
|
sudo apt-get install xrdp |
有可能这一步之后就可以了。
第二步:如果第一步出现问题。
故障现象:
Bash
connecting to sesman ip 127.0.0.1 port 3350
sesman connect ok
sending login info to sesman login successful for display 14started
connectingconnecting to 127.0.0.1 5914error - problem connecting
xrdp-sesman.log
解决方法:
Bash
apt-get purge tightvnc xrdp
apt-get install tightvncserver xrdp
最后:
启动xrdp服务,sudo /etc/init.d/xrdp restart,此时会启用相应端口,配置方面默认即可。
通过命令:
Bash
netstat -tnl
查看 3389 这个端口处于LISTEN,一般就没问题了。
参考网址:
1. http://shumeipai.nxez.com/2013/10/06/windows-remote-desktop-connection-raspberry-pi.html
2. http://www.dellts.cn/article/22.html
以上是关于树莓派远程连接的主要内容,如果未能解决你的问题,请参考以下文章