1, my board is Orangepi pc, installation of the Debian system
2, after the completion of the boot, the default can be used Xshell login board, using Nano to change the/etc/apt/source.list
- [Email protected]:~# nano/etc/apt/sources.list
Copy Code Deb Http://ftp.cn.debian.org/debian/jessie main Non-free contrib Deb Http://ftp.cn.debian.org/debian/jessie-proposed-updates main Non-free contrib deb-src Http://ftp.cn.debian.org/debian/jessie main Non-free contrib deb-src http://ftp.cn.debian.org/debian/jessie-proposed-updates main Non-free contrib
use the domestic source, otherwise the speed will be very slow
3. Update the System
- [Email protected]:~# apt-get update;apt-get Upgrade
Copy Code 4, install XRDP
- [Email protected]:~#<font color= "#ff0000" > Apt-get install xdrp</font>
- Reading Package List ... Complete
- Analyzing Dependency tree for Package
- Reading status information ... Complete
- E: Package not found XDRP
- [Email protected]:~# apt-get Install XRDP
- Reading Package List ... Complete
- Analyzing Dependency tree for Package
- Reading status information ... Complete
- The following "new" packages will be installed:
- Xrdp
- 0 packages were upgraded, 1 new packages were installed, 0 packages were uninstalled, 0 packages were not upgraded.
- You need to download a KB package.
- 1,475 KB of extra space is consumed after decompression.
- Get: 1 http://ftp.cn.debian.org/debian/jessie/main xrdp ARMHF 0.6.1-2 [KB]
- Download KB, 10 seconds (19.7 kb/s)
- Selecting XRDP package is not selected.
- (Reading Database ... The system currently has a total of 74,872 files and directories installed. )
- Preparing for unpacking .../xrdp_0.6.1-2_armhf.deb ...
- Unpacking xrdp (0.6.1-2) ...
- Processing triggers for SYSTEMD (215-17+DEB8U4) ...
- Processing triggers for man-db (2.7.0.2-5) ...
- Setting XRDP (0.6.1-2) ...
- Processing triggers for SYSTEMD (215-17+DEB8U4) ...
Copy Code 5, Telnet with mestsc.exe under Windows <ignore_js_op> Enter the IP address where the OPANGEPI resides Then connect <ignore_js_op> Enter the user name and password, the image I used by default is Root/orangepi Then enter and start connecting Orangepi <ignore_js_op> The connection is completed can see the desktop, if the connection failed to see the specific error, degree Niang down bar
6, this time is only the LAN connection, can not be counted as remote connection, in order to be able to remotely connect the server in the large network segment, we also need a tool Nat123, this is a NAT tool, you can also do dynamic domain name resolution, how to use can refer to the following URL http://www.nat123.com/Pages_8_259.jsp Mainly in the Orangepi installation of nat123 software, and then set up, the above URLs are relatively clear, I will not say more
7, set up, you will get a domain name, you can use this domain name to log on your desktop, as follows: <ignore_js_op>
The rest is just like the 5th step. |