Troubleshooting XRDP

Instructions

  1. Error: “xrdp_mm_process_login_response login failed......”

    nano /etc/xrdp/sesman.ini
    1. Comment out the requirement to the group membership.

    [Security] AllowRootLogin=1 MaxLoginRetry=4 #TerminalServerUsers=tsusers #TerminalServerAdmins=tsadmins
  2. Error: “login error.....” It is suggested to add this command into /etc/rc.local file.

    sudo passwd -u <username_to_unlock>

 

Related articles