树莓派-使用xrdp实现windows 远程桌面kali

安装mate桌面
安装tightvncserver
安装xrdp

apt-get install mate-core mate-desktop-environment mate-notification-daemon`
sudo apt-get install tightvncserver
sudo apt-get install xrdp

`配置xrdp


vim /etc/xrdp/startwm.sh   进入sh文件
(按**Esc+s**,进入输入状态。在任意位置补充下列两行代码)
echo mate-session >~/.xsession
mate-session
(按**Esc**,退出输入状态。按**shift+;**,输入 **wq!**,最后按回车键)
#重启xrdp
/etc/init.d/xrdp restart

树莓派-使用xrdp实现windows 远程桌面kali_第1张图片

接着卸载xrdp和tightvncserver再重新下载
一定要先装tightvncserver后装xrdp

xrdp 访问 kali只看到背景,看不到菜单栏 ,安装gnome-panel

sudo apt-get install gnome-panel

参考:https://www.cnblogs.com/QUSIR/p/6497779.html

你可能感兴趣的:(树莓派)