New headless install duplicati 2.0.2.21-1, how to access in remote web browser?

Yes, that is correct.

Since the SSH connection will be on the host network, you should not need to do the --webservice-interface=any step, so the howto would be:

ssh -L8200:127.0.0.1:8200 user@duplicati-host

Then just open http://localhost:8200 and you are in.

1 Like