
<VirtualHost dl.dns-test.com> doesn't work because with this configuration it sends the default page to the browser.
Please try XRDP:Roland wrote: ↑Fri Dec 04, 2020 11:30 am Speaking of servers... What program should I install to Ubuntu, in order to be able to connect to it with 'RDesktop' from AmigaOS?
(https://www.dfstudios.co.uk/articles/am ... ops-amiga/)
Preferably something simple, not needing complicated configuration process...
Code: Select all
sudo apt-get install xrdp
Code: Select all
sudo vi /etc/xrdp/startwm.sh
Code: Select all
#!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
#xrdp multiple users configuration
xfce4-session
. /etc/X11/Xsession
Thank you for your advice! I installed it and modified the "startwm.sh" as you wrote, but when I try to connect from Amiga RDesktop, I get just this error message:
I used the Windows 7 version of the Remote Desktop Connection app for testing.Roland wrote: ↑Fri Dec 04, 2020 7:39 pm Thank you for your advice! I installed it and modified the "startwm.sh" as you wrote, but when I try to connect from Amiga RDesktop, I get just this error message:
ERROR: modulus len 0x108
If I close RDesktop and restart it, and try again to connect, I then get these errors:
ERROR: modulus len 0x108
ERROR: send: Broken pipe
Is the AmigaOS version of RDesktop (1.3) compatible with XRDP, have you tested it? In the picture you showed you were using some other program,,,
Code: Select all
#!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
#xrdp multiple users configuration
lxsession -e LXDE -s Lubuntu
. /etc/X11/Xsession