Skip to content

6) Visualisation

danjampro edited this page Aug 9, 2021 · 2 revisions

Connecting to a firefly server on a remote host

First, make an ssh tunnel like this:

ssh -N -L 6565:localhost:6565 user@hostname

Where we have assumed the firefly port on the host and local machine are both 6565. Then you can use firefly as normal through the web browser.

Clone this wiki locally