我正在使用 Ubuntu 22.10。我正在尝试使用 Windows 远程桌面连接从我的 Windows 设备连接到 Ubuntu 服务器。
在 Ubuntu 服务器上我做了以下操作
sudo apt-get update
sudo apt-get install xrdp
sudo systemctl enable xrdp
sudo ufw allow 3389/tcp
sudo apt-get install ubuntu-desktop
reboot
xrdp 已启用,允许端口 3389 上的 TCP 连接,并且已安装 Ubuntu-Desktop。
我现在打开 Windows 远程桌面连接,输入要连接的 IP,但出现错误,提示 Windows 无法连接到远程计算机。唯一的建议是检查远程计算机是否已打开(是的),是否在网络上(是的),以及它是否接受远程连接(我认为是的)?我还能如何排除故障?
我可以使用 SSH 访问。
我需要做什么才能连接到 Windows 远程桌面连接?或者我除了使用 SSH 之外还能如何访问 ubuntu 桌面?
谢谢
编辑
添加输出 sudo systemctl status xrdp
● xrdp.service - xrdp daemon
Loaded: loaded (/lib/systemd/system/xrdp.service; enabled; preset: enabled)
Active: active (running) since Sat 2023-01-07 22:59:05 UTC; 1min 2s ago
Docs: man:xrdp(8)
man:xrdp.ini(5)
Process: 2278 ExecStartPre=/bin/sh /usr/share/xrdp/socksetup (code=exited, status=0/SUCCESS)
Process: 2286 ExecStart=/usr/sbin/xrdp $XRDP_OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 2287 (xrdp)
Tasks: 1 (limit: 9485)
Memory: 864.0K
CPU: 20ms
CGroup: /system.slice/xrdp.service
└─2287 /usr/sbin/xrdp
Jan 07 22:59:04 ubuntu-london systemd[1]: Starting xrdp daemon...
Jan 07 22:59:04 ubuntu-london xrdp[2286]: [INFO ] address [0.0.0.0] port [3389] mode 1
Jan 07 22:59:04 ubuntu-london xrdp[2286]: [INFO ] listening to port 3389 on 0.0.0.0
Jan 07 22:59:04 ubuntu-london xrdp[2286]: [INFO ] xrdp_listen_pp done
Jan 07 22:59:04 ubuntu-london systemd[1]: xrdp.service: Can't open PID file /run/xrdp/xrdp.pid (yet?) after start: Operation not permitted
Jan 07 22:59:05 ubuntu-london systemd[1]: Started xrdp daemon.
Jan 07 22:59:06 ubuntu-london xrdp[2287]: [INFO ] starting xrdp with pid 2287
Jan 07 22:59:06 ubuntu-london xrdp[2287]: [INFO ] address [0.0.0.0] port [3389] mode 1
Jan 07 22:59:06 ubuntu-london xrdp[2287]: [INFO ] listening to port 3389 on 0.0.0.0
Jan 07 22:59:06 ubuntu-london xrdp[2287]: [INFO ] xrdp_listen_pp done
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)