Installation on Linux
You can first install the Linux Desktop to make it easy to use :
in a terminal , send these commands to install XFCE4 which is a Desktop interface and the Remote desktop server :
apt update && apt upgrade -y
apt install xfce4 xrdp xorgxrdp xorg unzip mousepad -y
then we will optimise remote desktop speed by reducing colors :
cp /etc/xrdp/xrdp.ini /etc/xrdp/xrdp.ini.bck
nano /etc/xrdp/xrdp.ini
this will open the editor.
With the keyboard arrows, go down until you find this line "max_bpp" :

and change the value to 8 instead of 32.
Last updated