创建一个 4 核 24 GB 内存的 ARM 实例,系统选择 Ubuntu 20.04 。
SSH 连接到服务器,先用萌咖脚本 DD 个 Debian 11 系统。
#更新apt源
apt-get update
#安装需要的工具包
apt-get install -y xz-utils openssl gawk file
#安装 Debian11
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a -firmware
等待几分钟 DD 安装完毕之后,请立即更新密码。默认用户名为:root,默认密码为:MoeClub.org 。
再次 SSH 连接服务器,安装 xfce 桌面以及 xrdp :
apt-get update
apt install -y xfce4 dbus-x11 xrdp
修改 xrdp 端口 :
#更换为高位端口
vi /etc/xrdp/xrdp.ini
prot = 3389
#重启 xrdp 服务
service xrdp restart
使用 Microsoft 远程桌面连接到服务器。
评论已关闭