Je dispose d'un Pi4 avec Raspbian. J'y accede sans problème en SSH mais je souhaite pouvoir m'y connecter en mode graphique. J'ai installé le paquet Xrdp mais je ne parviens pas à établir de connexion avec le bureau a distance.
Je trouve des erreurs quand je faissystemctl status xrdpEn fait je pense que la connexion s'établit car j'obtient cette fenetre
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 ● xrdp.service - xrdp daemon Loaded: loaded (/lib/systemd/system/xrdp.service; enabled; preset: enabled) Active: active (running) since Wed 2025-04-16 17:11:34 CEST; 18h ago Docs: man:xrdp(8) man:xrdp.ini(5) Main PID: 765 (xrdp) Tasks: 1 (limit: 8735) CPU: 2min 8.517s CGroup: /system.slice/xrdp.service └─765 /usr/sbin/xrdp Apr 17 12:04:58 raspberrypi xrdp[19705]: [WARN ] Cannot accept TLS connections because certificate or private key file is not readable. certificate file: [/etc/xrdp/cert.pem], private key > Apr 17 12:04:58 raspberrypi xrdp[19705]: [INFO ] Security protocol: configured [RDP], requested [SSL|HYBRID|RDP], selected [RDP] Apr 17 12:04:58 raspberrypi xrdp[19705]: [ERROR] libxrdp_force_read: header read error Apr 17 12:04:58 raspberrypi xrdp[19705]: [ERROR] Processing [ITU-T T.125] Connect-Initial failed Apr 17 12:04:58 raspberrypi xrdp[19705]: [ERROR] [MCS Connection Sequence] receive connection request failed Apr 17 12:04:58 raspberrypi xrdp[19705]: [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed Apr 17 12:04:58 raspberrypi xrdp[19705]: [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed Apr 17 12:04:58 raspberrypi xrdp[19705]: [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed Apr 17 12:04:58 raspberrypi xrdp[19705]: [ERROR] xrdp_iso_send: trans_write_copy_s failed Apr 17 12:04:58 raspberrypi xrdp[19705]: [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
Et quand je valide mes identifiants j'obteint bien l'écran dans lequel il devrait y avoir l'ouverture de session mais elle est vide (noire)
![]()
Partager