麒麟系统 安装xrdp 远程桌面方法记录

一、安装环境

麒麟V10 2107 ft2000

麒麟V10 2107 x86_64

二、安装准备

使用《Kylin-Desktop-V10-Release-2107-arm64.iso》镜像 做好U盘启动系统后,需要安装一个远程桌面工具,可以多用户在windows上使用远程桌面访问麒麟系统。

目前在linux系统上较为主流的远程桌面的方式是 Xvnc和xorgxrdp,vnc远程桌面访问键盘快捷键不太方面,也没有xOrg使用流畅。

在该系统直接执行 sudo apt-get install xrdp,默认安装的是 0.6.1版本,该版本过旧,没有xOrg登录选项。

所以下载安装包直接手动安装。

xrdp安装包、xorgxrdp安装包下载链接如下:

neutrinolabs · GitHubhttps://github.com/neutrinolabs/

https://github.com/neutrinolabs/xrdp/tags 下有xrdp各个版本安装包和源码:

Tags · neutrinolabs/xrdp · GitHubhttps://github.com/neutrinolabs/xrdp/tags本环境下载的是0.9.25安装包:

xorgxrdp安装包下载:

Release v0.9.20 · neutrinolabs/xorgxrdp · GitHubhttps://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.9.20

三、安装步骤
1、麒麟V10 2107 x86_64安装步骤

根据实际情况,在麒麟V10 2107 x86_64上执行如下步骤即安装成功:

#安装xrdp
cd xrdp-0.9.25/
./bootstrap
./configure
make
sudo make install

#安装xorgxrdp
cd xorgxrdp-0.9.20/
./bootstrap
./configure
make
sudo make install

启动xrdp服务:

sudo systemctl start xrdp

查看xrdp启动状态:

systemctl status xrdp

然后在window上选择Xorg远程桌面登录:

2、麒麟V10 2107 ft2000安装步骤
复制代码
根据实际情况,在麒麟V10 2107 ft2000上采用x86_64的安装方法,远程登录后闪退,经查资料需执行如下安装步骤:

按照顺序执行以下安装:

#1
sudo apt-get install xserver-xorg-core
#2
sudo apt-get -y install xserver-xorg-input-all

#3.安装xrdp
cd xrdp-0.9.25/
./bootstrap
./configure
make
sudo make install

#4.安装xorgxrdp
cd xorgxrdp-0.9.20/
./bootstrap
./configure
make
sudo make install

#5
sudo systemctl start xrdp

同样,window远程桌面访问,看是否成功。

3、设置开机启动xrdp服务

安装成功,并测试能够成功访问后,设置以下开机启动xrdp服务

sudo systemctl enable xrdp
四、可能遇到的问题

可能会遇到黑屏、闪退、访问不了报错等问题,可卸载重新装一遍试试:

sudo apt-get purge xrdp
sudo apt-get purge [其他相关安装]

如果实在不行,再查资料或者在git上找找其他版本试试。

相关推荐
rain start to pour24 天前
通过异地组网工具+RustDesk实现虚拟局域网使用远程桌面RDP
内网穿透·远程桌面·1024程序员节·异地组网·rpd
IT永勇1 个月前
本地windows文件上传到远程阿里云windows server方法
阿里云·云计算·远程桌面·ecs·文件同步·windows系统
松果1771 个月前
Win7/10/11多用户同时登录系统
windows·远程桌面·多用户登录
Splashtop高性能远程控制软件2 个月前
centos远程桌面连接windows
linux·windows·centos·远程控制·远程桌面
Splashtop高性能远程控制软件2 个月前
远程桌面内网穿透是什么?有什么作用?
内网穿透·远程控制·远程桌面·内网
Deng_Xian_Sheng2 个月前
[Deepin] 简单使用 RustDesk 实现远程访问Deepin
frp·内网穿透·远程桌面·deepin·rustdesk
Splashtop高性能远程控制软件2 个月前
Splasthop 安全远程访问帮助企业对抗 Cobalt Strike 载荷网络攻击
网络·安全·网络安全·远程控制·远程桌面
Splashtop高性能远程控制软件3 个月前
什么软件可以用平板远程控制电脑?
电脑·远程控制·远程桌面
极客先躯4 个月前
SSH客户端客户端工具都有哪些?
运维·自动化·ssh·远程桌面·命令行工具·ssh客户端