Ubuntu Desktop 22.04.2配置xrdp连接
短信预约 -IT技能 免费直播动态提醒
准备步骤:
- 烧录系统
- 选择语言选择地区
- 准备代码
更新系统
sudo apt update
注意由于已经是桌面版系统,无需安装xubuntu桌面,建议直接安装desktop版本,server版本则建议安装Ubuntu-desktop
安装lightdm
sudo apt install lightdmlightdm注意在安装选择框选择
安装xrdp和tightvncserver
sudo apt install xrdp为了避免出错这里分开写sudo apt install tightvncserver
将xrdp服务设置为开机自启
sudo systemctl enable xrdp
重要!!配置文件
这里很容易出错和遗漏,最好一步步来,不要遗漏
echo gnome-session > ~/.xsession
sudo nano /etc/xrdp/startwm.sh
在fi下面加入以下代码gnome-session. /etc/X11/Xsession
#!/bin/sh# xrdp X session start script (c) 2015, 2017, 2021 mirabilos# published under The MirOS Licence# Rely on /etc/pam.d/xrdp-sesman using pam_env to load both# /etc/environment and /etc/default/locale to initialise the# locale and the user environment properly.if test -r /etc/profile; then . /etc/profilefignome-session. /etc/X11/Xsessiontest -x /etc/X11/Xsession && exec /etc/X11/Xsessionexec /bin/sh /etc/X11/Xsession
重启xrdp
sudo systemctl restart xrdp
ps
防火墙是默认开启的,检查防火墙确认打开sudo ufw status如果不行可以试试sudo ufw allow 3389/tcp
来源地址:https://blog.csdn.net/weixin_45667285/article/details/129231988
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341