除了通过 Mount ISO 挂载 GNOME 桌面外,还可以使用第三方脚本在搬瓦工 VPS 上部署 XWindows 桌面环境。这种方式显示效果更好,支持通过本地远程桌面工具直接连接,自带火狐浏览器。本质上安装的是 Linux 桌面环境,不涉及 Windows 版权问题。
Tip: 该脚本要求 CentOS 7 系统,需先安装纯净版系统。
该脚本需要在纯净版 CentOS 7 系统上运行。先在 KiwiVM 面板安装任意系统,然后通过以下脚本重装为纯净版:
wget --no-check-certificate -qO InstallNET.sh 'https://bwgvps.com/tools/InstallNET.sh' && bash InstallNET.sh -dd 'https://opendisk.cxthhhhh.com/OperatingSystem/CentOS/CentOS_7.X_NetInstall_AutoPartition.vhd.gz'
执行后等待安装完成,可在 KiwiVM 的 VNC 控制台查看进度。

安装完成后,默认 SSH 端口为 22,ROOT 密码为 cxthhhhh.com,使用新凭据重新登录 SSH。
登录 SSH 后执行以下脚本安装桌面环境:
wget --no-check-certificate -qO ~/Linux-Remote-Desktop-Environment.sh 'https://bwgvps.com/tools/Linux-Remote-Desktop-Environment.sh' && chmod a+x ~/Linux-Remote-Desktop-Environment.sh
bash ~/Linux-Remote-Desktop-Environment.sh -CentOS

等待自动安装完成后,使用本地远程桌面工具(如 Windows 自带的「远程桌面连接」)连接服务器 IP。用户名为 root,密码为上一步的纯净版系统密码。

登录后即可看到完整的桌面环境,自带火狐浏览器,可像本地电脑一样使用。该桌面基于 XWindows 模板实现,底层仍为 Linux 系统。
Tip: 更多搬瓦工使用教程请参考新手教程目录。