#XRDP

Rad Web Hostingradwebhosting
2025-06-10

Step-by-Step Guide for Installing and Configuring on for Remote Desktop Connections

This article provides a step-by-step guide for installing and configuring XRDP on Ubuntu VPS for Remote Desktop connections.
What is XRDP?
XRDP is a free and open-source implementation of Microsoft (Remote Desktop Protocol) server that enables operating systems other than Microsoft ...
Continued 👉 blog.radwebhosting.com/step-by

mastodon.raddemo.hostadmin@mastodon.raddemo.host
2025-06-08

Step-by-Step Guide for Installing and Configuring #XRDP on #Ubuntu #VPS for Remote Desktop Connections

This article provides a step-by-step guide for installing and configuring XRDP on Ubuntu VPS for Remote Desktop connections.
What is XRDP?
XRDP is a free and open-source implementation of Microsoft #RDP (Remote Desktop Protocol) server that enables operating systems other than Microsoft ...
Continued 👉 blog.radwebhosting.com/step-by #remotedesktopprotocol #installguide #microsoftremotedesktop

Rad Web Hostingradwebhosting
2025-05-05

Step-by-Step Guide for Installing and Configuring on for Remote Desktop Connections

This article provides a step-by-step guide for installing and configuring XRDP on Ubuntu VPS for Remote Desktop connections.
What is XRDP?
XRDP is a free and open-source implementation of Microsoft (Remote Desktop Protocol) server that enables operating systems other than Microsoft ...
Continued 👉 blog.radwebhosting.com/step-by

Rad Web Hostingradwebhosting
2025-04-20

Step-by-Step Guide for Installing and Configuring on for Remote Desktop Connections

This article provides a step-by-step guide for installing and configuring XRDP on Ubuntu VPS for Remote Desktop connections.
What is XRDP?
XRDP is a free and open-source implementation of Microsoft (Remote Desktop Protocol) server that enables operating systems other than Microsoft ...
Continued 👉 blog.radwebhosting.com/step-by

Rad Web Hostingradwebhosting
2025-04-05

Step-by-Step Guide for Installing and Configuring on for Remote Desktop Connections

This article provides a step-by-step guide for installing and configuring XRDP on Ubuntu VPS for Remote Desktop connections.
What is XRDP?
XRDP is a free and open-source implementation of Microsoft (Remote Desktop Protocol) server that enables operating systems other than Microsoft ...
Continued 👉 blog.radwebhosting.com/step-by

iokevinsiokevins
2025-03-18

Niche issue if you recently upgraded Ubuntu to 24.10 and no longer can remote desktop 😛

bugs.launchpad.net/ubuntu/+sou

Rad Web Hostingradwebhosting
2025-03-10

Step-by-Step Guide for Installing and Configuring on for Remote Desktop Connections

This article provides a step-by-step guide for installing and configuring XRDP on Ubuntu VPS for Remote Desktop connections.
What is XRDP?
XRDP is a free and open-source implementation of Microsoft (Remote Desktop Protocol) server that enables operating systems other than Microsoft ...
Keep reading 👉 blog.radwebhosting.com/step-by

Rad Web Hostingradwebhosting
2025-03-06

Step-by-Step Guide for Installing and Configuring on for Remote Desktop Connections

This article provides a step-by-step guide for installing and configuring XRDP on Ubuntu VPS for Remote Desktop connections.
What is XRDP?
XRDP is a free and open-source implementation of Microsoft (Remote Desktop Protocol) server that enables operating systems other than Microsoft ...
Keep reading 👉 blog.radwebhosting.com/step-by

2024-11-29

Another correction (in addition to the first one web+ap://toot.mirbsd.org/@mirabilos/statuses/01JAKGX2SCV4FN125PWDYNMFS9 which showed #keyboard-configuration being absolutely useless for Xserver configuration): #Debian keyboard-configuration is totally useless for this, too.

Turns out it does attempt to use the XKBLAYOUT, XKBVARIANT, XKBOPTIONS to divine the text console keyboard. (But not the X keyboard.) It does not, however, use xkb for that; rather, it has a custom Perl script that assumes one of the default layouts and uses knowledge of them.

So, the suggestion from above… errors out on the next boot (or /etc/init.d/console-setup.sh restart).

It even does that when you set KMAP so the result isn’t used!

Turns out that, for a working configuration, you need:

Go to mircvs://contrib/code/Snippets/KBDmir2U.map; download the latest revision and put as /etc/console-setup/KBDmir2U.map, then run sudo gzip -n9 /etc/console-setup/KBDmir2U.map to compress it.

Put into /etc/default/keyboard the following:

XKBMODEL="pc105"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="del"

KMAP="/etc/console-setup/KBDmir2U.map.gz"

(Of course, adjust XKBMODEL to suit.)

This sets one of the default layouts (the one closest to mirkbd in fact), and does actively specify BACKSPACE="del", which we’ll want), and then instructs the init script to load the KMAP file instead.

This takes care of the Linux text console (only).

For X11 with #Xorg, after installing the files into their proper locations (see above), you need /etc/X11/xorg.conf.d/99-local.conf with:

Section "InputClass"
        Identifier "keyboard defaults"
        MatchIsKeyboard "on"

        Option "xkb_layout" "mirkbd"
        Option "xkb_variant" ""
        Option "xkb_options" ""
EndSection

(Of course, set xkb_variant and xkb_options to taste.) Also make sure, with this, you’re not using xmodmap any more (move ~/.Xmodmap aside).

I haven’t tested how well this plays with #xrdp #xorgxrdp yet.

And for #Wayland, you’re at the mercy of your desktop environment’s settings dialogues (after having installed the #xkb files at their right places and restarted/re-logged-in). See above in this thread as well.

Rad Web Hostingradwebhosting
2024-09-29
Installing and Configuring XRDP on Ubuntu VPS for Remote Desktop Connections
mudalamudala
2024-09-03

Had to problem.

Screen was black.💩

Found this thread, and at the end is the solution to it. 🙏

Where the "+" sign is, add this line to the appropriate module.

forums.freebsd.org/threads/xrd

Rad Web Hostingradwebhosting
2024-08-30
Installing and Configuring XRDP on Ubuntu VPS for Remote Desktop ConnectionsInstalling and Configuring XRDP on Ubuntu VPS for Remote Desktop Connections
Linux GuidesLinuxGuides
2024-08-19

Sag mal hat jemand von euch ein funktionierenden RDP-Desktop wo alles funktioniert?
Also alle Anwendungen starten, so wie sie sollen (vor allem auch Programme mit Passworteingaben (pkexec oder seahorse bspw).
Würde mich über Tipps freuen!
Bevorzugter Desktop Cinnamon oder Xfce, aber kein Muss.
Aktuell bin ich mit xrdp im Rennen.

2024-08-01

Notes on Mac Remote Desktop Connection Encryption Errors

I pretty much live inside RDP, so getting almost constant “encryption errors” when trying to work on my xrdp machines from my Mac has been driving me crazy, because it instantly te(...)

#desktop #encryption #mac #microsoft #rdclient #rdp #remote #xrdp

taoofmac.com/space/notes/2024/

Notes on Mac Remote Desktop Connection Encryption Errors
Felix Palmen :freebsd: :c64:zirias@bsd.cafe
2024-07-09

Bug found and fixed!

#XRender knows a "clipping region" for its pictures, which I'm using a lot in my single-window approach to avoid accidentally drawing outside a widget's area. I just assumed clipping would only be effective for *writing* to the picture. Reading the XRender specs, I finally learned it affects reading as well. So, now I'm using a different, unclipped XRender picture to read from my off-screen pixmap, and everything is fine! 🥳 Still, amazing how software rendering (#Xephyr, #xrdp) just ignored that, I could read the whole pixmap there through a clipped picture. 🤪

Now, the next "funny" issue arises: Drawing these triangles is awfully slow on my "real" #X11 probably using some "hardware acceleration". It's pretty quick in Xephyr. Well, acceleration can be negative I guess. 🤷

An idea might be to pre-render the triangles once and reuse them on re-draws... silly!

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst