Is my Presearch node running?

In a terminal, type this command.

$ docker ps | grep presearch-node | wc -l

It will return a “1” if the node is running and a “0” if it is not.


If you want see your Presearch node update in real-time run the following command in the terminal window:

$ docker logs -f presearch-node

You will see the big “P” and each search request will be displayed below it.