Hostwinds 教程

寻找结果为:


使用Windows远程桌面(RDP)连接到Ubuntu

标签: Cloud Servers,  Dedicated Server,  Windows 

在本简短的教程中,我们将向您展示如何使用Windows Remote Desktop Connection(RDP)访问Ubuntu 20.04 LTS计算机,以避免RDP黑屏死亡。

1. 从Windows命令提示符,使用SSH命令将其连接到远程Ubuntu计算机作为root(即管理员):

ssh root@your-ip-number

更换 您的IP数字 带有远程Ubuntu计算机的IP号。例如:

2. 更新Ubuntu并重新启动:

apt update
apt upgrade
reboot

3. SSH回到远程Ubuntu计算机:

ssh root@your-ip-number

4. 如有必要,请安装Ubuntu桌面环境。例如,以下安装侏儒:

apt install ubuntu-desktop

这可能需要几分钟。

5. 安装XRDP(开源远程桌面协议服务器),第二次重新启动:

apt install xrdp
adduser xrdp ssl-cert
apt install xorgxrdp
reboot

6. 等待一两分钟,然后使用Windows远程桌面连接访问远程Ubuntu计算机。例如:

等待大约60秒钟左右,在这种情况下,您应该看到一个Ubuntu桌面,Gnome:

撰写者 Karlito Bonnevie  /  六月 21, 2022