HandyHost icon indicating copy to clipboard operation
HandyHost copied to clipboard

Migrate Sentinel DVPN user data from one host to another

Open esaumell opened this issue 2 years ago • 0 comments

ATTENTION: This guide is a work in progress. It's not fully tested and may break things. You have been warned.

Setup a fresh new HandyHost and ssh into it.

Get root with sudo -i

Stop HandyHost service handyhost stop

Just in case we need to revert changes, we are going to backup the brand new installed files.

mv /root/.sentinelnode /root/.sentinelnode.fresh
mv /root/.HandyHost/sentinelData /root/.HandyHost/sentinelData.fresh

Copy this file from the old host to the fresh new one: /root/.handy/dvpn

Copy these directories from the old host to the fresh new one: /root/.sentinelnode /root/.HandyHost/sentinelData

Start HandyHost service handyhost start

Point your browser to https://localhost:58008/ and setup a password for HandyHost. Go to https://localhost:58008/dvpn.html and verify that the node have your old host configuration. All the settings and your wallet should be the same.

You can now start your DVPN node.

esaumell avatar Apr 25 '22 14:04 esaumell