VNC to remove devices

Synpse CLI allows connecting VNC client to remote VNC servers through our tunnels. First

Prerequisites

  • VNC server installed and configured on the device

  • Synpse agent installed on the device

  • Synpse CLI installed on your local computer

  • A local computer with a VNC client installed. The VNC client you use must support connections over TCP:

Connecting to the device's VNC server

First, start the proxy tunnel:

synpse device proxy rpi4 5901:5901
forwarding port (local->remote) 5901 -> :5901

Then, use your favourite VNC client and as the server address enter localhost:5901. The traffic will be forwarded to the device:

Last updated