Questions tagged [xrdp]

An open source remote desktop protocol (rdp) server

xrdp is an open source remote desktop protocol(rdp) server.

Based on the work of FreeRDP and rdesktop, xrdp uses the remote desktop protocol to present a GUI to the user.

The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop, freerdp, and Microsoft's own terminal server / remote desktop clients.

Unlike Windows NT/2000/2003/2008/2012 server, xrdp will not display a Windows desktop but an X window desktop to the user.

xrdp uses either Xvnc or X11rdp to manage the X session.

81 questions
1
vote
1 answer

I can not configure XRDP to reconnect to an existing session in Ubuntu 20

I have configured XRDP's Xorg port with ask5901 as shown in xrdp.ini (found that solution after googling it - How to reuse the session in ubuntu using xrdp). But this just gives me a black screen on first connect always. If I revert back to port =…
Parth
  • 523
  • 1
  • 7
  • 21
1
vote
0 answers

Local audio Playback on Raspberry Pi while connected with Remote Desktop

i have a problem with my Raspberry Pi 4, equipped with the latest Raspbian. I have written an Python Script, which reads out some Data from an USB HID device (pyusb lib) and needs root permissions to do that. Additional my Script plays some Audio…
1
vote
1 answer

Regexp for fail2ban (for xrdp.log)

in order to configure fail2ban for xrdp attacks, i need some help with regexp. In /var/log/xrdp.log i can see : [20201229-12:24:42] [INFO ] Socket 12: AF_INET6 connection received from ::ffff:82.74.118.114 port 55267 So in jail.conf i add…
1
vote
0 answers

xrdp to connect to existing awesome wm

I am running Awesome WM on ubuntu 20.04. I am using xrdp to connect from to it from my mac. The problem is when i connect to it, a new session is created. Is it possible to connect to the existing session which is already running on the machine. My…
ramz
  • 361
  • 2
  • 6
1
vote
1 answer

Apache Guacamole XRDP desktop shows sometimes blurry

I'm using Apache Guacamole 1.2.0 and XRDP 0.9.12 on Ubuntu 20.04. When looking at the remote desktop the fonts are shown sometimes reasonably sharp (alas still less than when opening an RDP connection directly), but often become blurry/blocky, as…
Bernd H
  • 101
  • 5
1
vote
0 answers

Ubuntu with XRDP not start program with GUI from Cron

Im using Ubuntu 18.04 LTS with xubuntu-desktop and xrdp, i have create a script for restart of JDownloader like: #!/bin/bash pkill -f JDownloader sudo cyberghostvpn --stop random=$( shuf -i 0-3 -n 1) if [[ $random == 1 ]] then sudo cyberghostvpn…
Lemanuale
  • 11
  • 2
1
vote
1 answer

Using xrdp to tunnel to an existing X server

I'm working with an existing tool that requires a RDP connection to a Ubuntu server. The application runs in a xvfb display server (using the command xvfb-run) on a specific DISPLAY on the server. I've installed xrdp to open a connection to this…
Sim Hm
  • 97
  • 3
  • 13
1
vote
1 answer

Guacamole fails to connect to xRDP server

I have a xrdp server running and would like to connect to it using Guacamole. However, each time I try to make any RDP connection it always fails with "You Have Been Disconnected." I know it is a fault with guacamole because I can log into xRDP…
1
vote
0 answers

Opening applications in xrdp launches them in physical machine

Installed xrdp with xfce in Ubuntu 14. I am trying to take remote from Windows 10.First I was not able to see anything except dotted grey and black dot. Then added "xfce4-session" to /etc/xrdp/startwm.sh file. Now I am able to view my desktop but…
superuser33333
  • 113
  • 1
  • 11
1
vote
1 answer

xrdp on centos7 can't connect

I have installed xrdp on centos 7 using this guide guide netstat -antup | grep xrdp tcp 0 0 127.0.0.1:3350 0.0.0.0:* LISTEN 3096/xrdp-sesman tcp 0 0 0.0.0.0:3389 0.0.0.0:* …
NIck
  • 163
  • 1
  • 2
  • 12
1
vote
1 answer

Cannot RDP to CentOs 7 Azure VM

I haven't been able to RDP to my newly created CentOs 7 Azure VM. In my attempt to accomplish this I followed the steps listed here:…
jack_bauer
  • 45
  • 6
1
vote
1 answer

xrdp connection from external network.

I have a Ubuntu machine that I would like external users to connect to using RDP. Connecting from an internal network works perfectly fine. But users outside of my network can not connect. What could be the reason? Note that I have checked the…
Mohammad Jumah
  • 405
  • 1
  • 4
  • 14
1
vote
0 answers

single application in xrdp from windows 7 to ubuntu

I have my Windows 7 host machine, and Ubuntu Server 14 in Virtual Box like guest machine. Xrdp was installed in the Ubuntu machine. I want to run only one single application when connecting to guest. When specify program path in standart mstsc.exe I…
drmckay-
  • 215
  • 1
  • 2
  • 11
1
vote
0 answers

XRDP in Docker Container KDE segfault, LXDE OK

I have been working with Docker as a way to create reproducible analysis images for bioinformatic sequence analysis. I was initially trying to make an uber-image with all imaginable tools but I ran into the 10GB image limit that there currently is…
JizoSaves
  • 344
  • 1
  • 11
1
vote
0 answers

Script to detect user session over RDP or direct (native) from the box

I want to write a script to detect if the current gnome session is from a RDP connection via xRDP server or its a native launched gnome session. In this case, I would like the native session(s) to start an application. But I'm unsure where to get…
Winfred
  • 875
  • 6
  • 12