Remote SSH
Panopti seamlessly integrates into remote work setups. If you are using VSCode (e.g. with the Remote - SSH
extension), then simply starting the server will automatically take care of port forwarding. If you are using SSH from a terminal, you can forward the Panopti port like so:
ssh -L 8008:localhost:8080 user@remote.host
Which pushes the remote 8080
port into the port 8008
locally, for example. Note that working remotely may incur additional latency in the viewer.