Replies: 1 comment 1 reply
-
I found that Anduin uses gnome-remote-desktop out of the box, and when I installed xrdp on top, I could not connect. I removed xrdp, and enabled gnome-remote-desktop. This is a shame, because I prefer xrdp instead of using gnome-remote-desktop. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to AnduinOS, but not new to Ubuntu. I am able to install XRDP on Ubuntu with a Gnome desktop just fine. But when I attempt to install XRDP on AnduinOS and try it, it will not work. Is anybody else having this issue with XRDP? If so, how to did you resolve it?
My systemctl status xrdp:
`systemctl status xrdp
● xrdp.service - xrdp daemon
Loaded: loaded (/usr/lib/systemd/system/xrdp.service; enabled; preset: enabled)
Active: active (running) since Mon 2025-10-06 10:16:43 EDT; 3h 0min ago
Invocation: ec4536b8bcd34e038f663882893c0b21
Docs: man:xrdp(8)
man:xrdp.ini(5)
Main PID: 863 (xrdp)
Tasks: 1 (limit: 9419)
Memory: 2.3M (peak: 30.6M)
CPU: 1.000s
CGroup: /system.slice/xrdp.service
└─863 /usr/sbin/xrdp --nodaemon
Oct 06 13:08:16 anduin xrdp[9878]: [INFO ] xrdp_wm_log_msg: Performing login request for admin
Oct 06 13:08:16 anduin xrdp[9878]: [INFO ] xrdp_wm_log_msg: login was successful - creating session
Oct 06 13:08:17 anduin xrdp[9878]: [INFO ] xrdp_wm_log_msg: session is available on display 10 for user admin
Oct 06 13:08:17 anduin xrdp[9878]: [INFO ] xrdp_wm_log_msg: Connecting to session
Oct 06 13:08:17 anduin xrdp[9878]: [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
Oct 06 13:08:17 anduin xrdp[9878]: [INFO ] lib_mod_connect: connecting via UNIX socket
Oct 06 13:08:17 anduin xrdp[9878]: [INFO ] lib_mod_log_peer: xrdp_pid=9878 connected to Xorg_pid=9886 Xorg_uid=1000 Xorg_gid=1000 client=[::ffff:(my IP address)]:49978
Oct 06 13:08:17 anduin xrdp[9878]: [INFO ] xrdp_wm_log_msg: Connecting to chansrv
Oct 06 13:08:17 anduin xrdp[9878]: [INFO ] Received memory_allocation_complete command. width: 1700, height: 935
Oct 06 13:08:21 anduin xrdp[9878]: [ERROR] Xorg server closed connection`
I have already set systemctl set-default multi-user.target. Please help.
Beta Was this translation helpful? Give feedback.
All reactions