Skip to content
dbrgn edited this page Sep 25, 2014 · 1 revision

SSH Tunneling

A good way to develop for Minecraft Pi is to use an SSH tunnel to the raspberry. Then you don't need to code directly on the Pi.

If raspi is the hostname of your device:

ssh -L 4711:raspi:4711 pi@raspi

Afterwards, just connect the library to localhost on port 4711.

Clone this wiki locally