Guide - XRDP - Debian Stretch / Ubuntu Xenial / OMV
#1
Preface


This quick and simple guide will show how to connect to your Rock64 with Windows native Remote Desktop Connection client.


Prerequisites


ROCK64 board running Debian or Ubuntu, connected to the local network

Access to terminal, either locally or via SSH

Some basic understanding of using the linux terminal


____________________


Debian:

Make sure you do not have any other VNC servers installed like vnc4server or tightvncserver.
Code:
sudo apt remove xrdp vnc4server tightvncserver

Install xrdp and tigervnc server

Code:
sudo apt install -y xrdp tigervnc-standalone-server


Swap places Xorg with Xvnc so Xvnc goes first.

Code:
sudo nano /etc/xdrp/xdrp.ini


Connect via Xvnc (first in the client list) with native Windows Remote Desktop client.



Ubuntu (the same setup as Raspberry PI):

Remove other VNC servers

Code:
sudo apt-get remove xrdp vnc4server tightvncserver

Install tightvncserver and xrdp
Code:
sudo apt install -y tightvncserver xrdp

Connect via Xorg (first in the client list) with native Windows Remote Desktop client.


OMV armhf:

Download:
libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb
https://packages.debian.org/jessie/armhf...0/download

xrdp_0.6.1-2_armhf.deb
https://packages.debian.org/jessie/armhf/xrdp/download


Code:
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb
sudo dpkg -i xrdp_0.6.1-2_armhf.deb
  Reply


Messages In This Thread
Guide - XRDP - Debian Stretch / Ubuntu Xenial / OMV - by S3phi40T - 02-07-2018, 05:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Beginners Guide: Migrating to SSD rontant 18 40,359 01-19-2022, 09:30 AM
Last Post: Ellesar Dragon
Information Beginners Guide: Adding USB Storage, Linux Formatting and Permissions Ptheven 4 12,375 03-06-2021, 01:49 PM
Last Post: helpmerock
  Step by step guide PXE diskless configuration. burglar_ot 13 36,083 11-01-2020, 11:26 PM
Last Post: michael.gruner
Star Debian Stretch Minimal complete install LXDE Rafal 0 3,132 03-15-2019, 07:59 AM
Last Post: Rafal
Thumbs Up A guide for how I made RetroPie, RetroArch, and EmulationStation Work on the Rock64 Mrfixit2001 4 16,221 12-17-2018, 03:52 AM
Last Post: va88
  Install Standard Debian (upstream) Catbot 1 6,677 08-24-2018, 05:34 PM
Last Post: tllim
Information Guide - Raid Array (Raid 0) Ptheven 0 4,864 10-07-2017, 09:22 AM
Last Post: Ptheven
Information Guide - Setting up a NFS Share Ptheven 0 5,533 09-26-2017, 04:44 AM
Last Post: Ptheven
  Guide - Setting up a SMB(Windows) file server Ptheven 0 12,664 08-21-2017, 08:54 AM
Last Post: Ptheven
Information Beginners Guide: Locating your board, connecting to it. Ptheven 5 16,055 08-21-2017, 04:12 AM
Last Post: Ptheven

Forum Jump:


Users browsing this thread: 1 Guest(s)