Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleUbuntu Desktop Modus over RDP
  1. Start Ubuntu App (Windows Start Button → Ubuntu)
  2. Add username and password
  3. Update packet manager:
    1. sudo apt update && sudo apt upgrade
  4. Install:
    1. sudo apt install xfce4 xrdp
  5. Modify Remote Port
    1. sudo sed -i 's/3389/3388/g' /etc/xrdp/xrdp.ini
  6. Start XRDP Server 
    1. sudo /etc/init.d/xrdp start
  7. XRDP autostart::
    1. TODO (currently start "sudo /etc/init.d/xrdp start" manually in case WinOS was reboot)
    TODO: Autostart on power on
  8. Connect via RDP:
    1. localhost:3388

...