其他分享
首页 > 其他分享> > xrdp 服务器端及客户端配置

xrdp 服务器端及客户端配置

作者:互联网

1. 服务器端配置:

https://linuxize.com/post/how-to-install-xrdp-on-ubuntu-20-04/

Installing Desktop Environment

Ubuntu servers are managed from the command line and do not have a desktop environment installed by default. If you run the desktop version of Ubuntu, skip this step.

There are various desktop environments available in Ubuntu repositories that you can choose. One option is to install Gnome, which is the default desktop environment in Ubuntu 20.04. Another option is to install Xfce . It is a fast, stable, and lightweight desktop environment, which makes it ideal for usage on a remote server.

Run one of the commands below to install the desktop environment of your choice.

Install Xfce

sudo apt update

sudo apt install xubuntu-desktop

 

Installing Xrdp

sudo apt install xrdp 
sudo adduser xrdp ssl-cert  
sudo systemctl restart xrdp
sudo ufw allow 3389

 

2. 客户端(Remmina)

https://gitlab.com/Remmina/Remmina/-/issues/2163

 

标签:服务器端,xrdp,sudo,desktop,environment,install,Ubuntu,客户端
来源: https://www.cnblogs.com/imoon22/p/15848377.html