windows 远程连接 ubuntu桌面xrdp

更新

复制代码
sudo apt update

安装组件

复制代码
sudo apt-get install xorg
sudo apt-get install xserver-xorg-core
sudo apt-get install xorgxrdp
sudo apt install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils

xrdp

复制代码
sudo apt install xrdp 
sudo systemctl status xrdp 
sudo systemctl restart xrdp

配置

复制代码
sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n xfce-session \n' /etc/xrdp/startwm.sh
echo xfce4-session > ~/.xsession
sudo systemctl restart xrdp
相关推荐
xflySnail4 分钟前
内网穿透方案-nps
linux·服务器·内网穿透·nps
QiTinna15 分钟前
Linux运维核心命令(入门)
linux·运维·服务器
塔能物联运维26 分钟前
物联网运维中基于数字孪生的实时设备状态同步与仿真验证技术
运维·物联网
JavaLearnerZGQ1 小时前
单机部署docker-nacos(通过下载nacos源码的方式)
运维·docker·容器
哦你看看1 小时前
Redis Sentinel哨兵集群
linux·redis·bootstrap·sentinel
忧郁的橙子.2 小时前
二十、kubernetes 1.29 之 运维
运维·容器·kubernetes
pccai-vip3 小时前
架构论文《论负载均衡的设计与应用》
运维·架构·负载均衡
爱尔兰的楠小楠3 小时前
Windows上使用WSL2创建Ubuntu系统,实现无缝高效开发的体验
linux·windows·ubuntu
Fluency-113 小时前
ubuntu中ssh连接root用户
linux·ubuntu·ssh
0wioiw03 小时前
Ubuntu(③vsftpd)
linux·服务器·ubuntu