Skip to content

How to Remote Desktop Target

Félix Roy edited this page Nov 26, 2019 · 1 revision

Introduction

This wiki page explains how to remote desktop the target with the host computer.

Procedure

  1. Install x11vnc on the host computer and the target.

    sudo apt-get install x11vnc
    
  2. Connect to the target via SSH and start the virtual network computing server program x11vnc

    ssh nvidia@target_ip -L 5900:localhost:5900 "x11vnc -display :0 -noxdamage"
    
  3. Use a VNC client of your choice on the host computer to connect to localhost:5900

Reference

https://askubuntu.com/questions/304017/how-to-set-up-remote-desktop-sharing-through-ssh