windows远程桌面到 Linux系统(Ubuntu:22.04)—— 安装xrdp软件

1、在Linux系统上安装xrdp软件

bash 复制代码
sudo apt update
sudo apt install xrdp

2、安装完成后,需要开启xrdp服务

bash 复制代码
sudo systemctl start xrdp
sudo systemctl enable xrdp

打印返回

|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Synchronizing state of xrdp.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable xrdp |

3、需要确认xrdp是否已经在监听3389端口(默认端口)

bash 复制代码
sudo netstat -an | grep 3389

4、在Windows的cmd输入mstsc

打开远程桌面输入ip地址和用户名,点击连接

5、进入远程

输入密码!


完成了

相关推荐
orion575 小时前
Missing Semester Class1:course overview and introduction of shell
linux
用户1204872216111 小时前
Linux驱动编译与加载
linux·嵌入式
用户8055336980317 小时前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户8055336980317 小时前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
七歌杜金房1 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia2 天前
linux curl命令详解_curl详解
linux
扛枪的书生2 天前
Linux 网络管理器用法速查
linux
顺风尿一寸2 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode3 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫3 天前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux