INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Can’t install xrdp  (Read 2133 times)

Auerhahn

  • Guest
Can’t install xrdp
« on: May 20, 2016, 09:34:41 am »

I try to install xrdp in order to use MC on my raspberry without a monitor and with MS Remote Desktop. I follow the instructions here in the forum and end up here: wget http://goo.gl/MbfUEp -O isx11.sh. I get an error message (Authentification with user name and password failed) and that’s it. The strange thing: I did it once before and it worked flawlessly. Now my raspberry is clean (just installed from scratch) and I find no way. Is there any alternative?
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2554
Re: Can’t install xrdp
« Reply #1 on: May 20, 2016, 06:16:14 pm »

That link doesn't appear to be up, whatever it may be.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: Can’t install xrdp
« Reply #2 on: May 24, 2016, 05:59:36 pm »

Try a really simple xrdp.ini like this:
Code: [Select]
[globals]
bitmap_cache=yes
bitmap_compression=yes
port=3389
crypt_level=low
channel_code=1

# set empty username because VNC auth
# doesn't actually use username, so no
# point in asking the user for one.

[xrdp1]
name=Active Local Login
lib=libvnc.so
username=
password=ask
ip=127.0.0.1
port=5900
Logged
Pages: [1]   Go Up