{{tag>sysadmin linux rdp}}
====== Bureau distant via RDP ======
Sur la machine distante à contrôler:
sudo apt-get install xrdp
sudo systemctl status xrdp.service
===== XFCE =====
Le bureau xfce étant plus léger, selon la connexion, il peut être un choix judicieux.
sudo apt-get install xfce4
Éditer le fichier .xsession
echo "xfce4-session" > ~/.xsession
#!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
startxfce4
===== Ouverture de session à distance =====
Sur une machine Windows utiliser **mstsc**, sur une machine linux **remmina**.
===== Troubleshooting =====
Après authentification, l'écran n'affiche qu'un fond bleu-vert sans fenêtre lors d'une ouverture de session à distance sur une machine avec ubuntu 18 et supérieure.
Après un petit moment une fenêtre intitulée ''Connection Log'' apparaît avec le message:
connecting to sesman ip 127.0.0.1 port 3350
sesman connect ok
sending login info to session manager, please wait...
login successful for display 10
started connecting
connection problem, giving up
some problem
sudo apt-get install xorgxrdp-hwe-18.04
sudo systemctl restart xrdp.service
===== Références =====
* https://www.nakivo.com/blog/how-to-use-remote-desktop-connection-ubuntu-linux-walkthrough/