We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First, make an ssh tunnel like this:
ssh
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.
6565