Remote Desktop Support?
#19
To connect from my windows 10 machine at my pine64 I use ssh, xrdp and x11vnc:

sudo apt-get install nano ssh xrdp x11vnc  -y

After installation is complete create a password for x11vnc:

sudo x11vnc -storepasswd /etc/x11vnc.pass

Then create a new file to let start x11vnc at startup sytsem:

sudo nano /lib/systemd/system/x11vnc.service

with:

[Unit]
Description=Start x11vnc at startup.
After=multi-user.target

[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -xkb -auth /var/run/lightdm/root/:0 -repeat -loop -shared -noxdamage -rfbauth /etc/x11vnc.pass -forever -bg -rfbport 5900 -o /var/log/x11vnc.log

[Install]
WantedBy=multi-user.target


Now tell the system to start at startup:

sudo systemctl daemon-reload

sudo systemctl enable x11vnc.service

After x11vnc is configured, modifiy the xrdp config file:

sudo nano /etc/xrdp/xrdp.ini

and change the ip entry for xrdp3 to 127.0.0.1.

After reboot your pine64 you can connect from your windows machine like

mstsc -v <ip address>

and select sesman-Xvnc or vnc-any. Via ssh use putty or winscp.


Messages In This Thread
Remote Desktop Support? - by Rochambeaux - 04-30-2016, 09:49 PM
RE: Remote Desktop Support? - by nukedawg - 05-01-2016, 12:00 AM
RE: Remote Desktop Support? - by androsch - 05-01-2016, 12:01 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 12:47 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 09:48 AM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 10:25 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 11:01 AM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 11:07 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 11:10 AM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 11:10 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 01:47 PM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 02:54 PM
RE: Remote Desktop Support? - by nomadewolf - 05-01-2016, 03:11 PM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 03:18 PM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 04:34 PM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 06:37 PM
RE: Remote Desktop Support? - by rahlquist - 05-01-2016, 09:20 PM
RE: Remote Desktop Support? - by tebori - 06-26-2016, 03:59 PM
RE: Remote Desktop Support? - by tampadave - 10-01-2016, 02:55 PM
RE: Remote Desktop Support? - by HayseedGeek - 10-01-2016, 05:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Programming languages support under PINE64 baryluk 6 12,251 09-23-2020, 11:46 PM
Last Post: Phillip Bell
  AXP803 Battery Charger Support xalius 14 23,943 12-22-2017, 08:59 AM
Last Post: Velociraptor
  Found this fully working RASPBIAN Image that boots to desktop speedro86 21 28,665 10-07-2017, 10:06 PM
Last Post: speedro86
Wink Pine64 Will support Freenas or openmediavault ? joe 1 4,952 04-13-2017, 07:44 AM
Last Post: xalius
  Possible to get 4K resolution on Linux desktop? tycoonbob 6 11,549 01-12-2017, 01:28 AM
Last Post: swinging
  Pine64 as a viable desktop replacement ? here are my thoughts! Luke 11 16,976 01-06-2017, 04:49 AM
Last Post: dkryder
  Problems with remote printers with pine64 (SOLVED) LocoMJ 2 4,174 12-14-2016, 04:32 PM
Last Post: LocoMJ
  Binfmt_misc support cztian 1 3,683 08-17-2016, 11:49 PM
Last Post: longsleep
Question Joystick/Gamepad support Drakuwa 3 5,951 08-10-2016, 10:12 AM
Last Post: xalius
Big Grin Funny ! Support Intel x86 linux applications on ARM-based ( PINE64 ) not freeware joe 10 16,312 08-09-2016, 05:59 PM
Last Post: dkryder

Forum Jump:


Users browsing this thread: 1 Guest(s)