Greetings all,

There seems to be a problem with the latest version of PM2 and Ubuntu 16.04 LTS.

After what looks like a successful configuration of the tracker and PM2 software, after reboot the tracker is not automatically started.

To resolve this issue, run through the following:

  1. please run pm2 kill

  2. then please run pm2 unstartup systemd then run the sudo command

  3. then run sudo npm remove pm2 -g

  4. then sudo npm install [email protected] -g

  5. then cd zencash/secnodetracker/

  6. then pm2 start app.js --name securenodetracker

  7. then pm2 startup and run the sudo command

  8. and finally pm2 save

This should get you up and running.

As always, if you need any help post your question to the #securenodes channel in discord or below.