此方法适用于纯净版debian10~debian12无桌面环境。
apt install task-xfce-desktop -y
apt install xorgxrdp xrdp -y
adduser xrdp ssl-cert
dpkg-reconfigure locales #选择en-us utf8和zh-ch utf8,选择中文,然后重启vps
adduser xxxx #建立自己的桌面用户,root不能直接运行chrome
apt-get install fcitx5* unicode-cldr-core -y
echo -e 'XIM=fcitx5\nXIM_PROGRAM=fcitx5\nGTK_IM_MODULE=fcitx5\nQT_IM_MODULE=fcitx5\nXMODIFIERS=@im=fcitx5\nSDL_IM_MODULE=fcitx5\nGLFW_IM_MODULE=fcitx5' > /etc/environment
下载安装 Google Chrome 浏览器
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt install ./google-chrome-stable_current_amd64.deb -y
adduser <用户名> sudo
修改 /etc/sudoers 文件,打开并编辑 /etc/sudoers 文件,将以下这行文字添加至文件末尾
<用户名> ALL=(ALL) ALL
修改 /etc/lightdm/lightdm.conf 文件,设置用户自动登录
autologin-user=<用户名>
下载安装RustDesk
wget https://github.com/rustdesk/rustdesk/releases/download/1.3.2/rustdesk-1.3.2-x86_64.deb
apt install ./rustdesk-1.3.2-x86_64.deb -y
修改 /etc/xrdp/xrdp.ini 默认3389远程端口。
重启vps
-end-