Here is the Presearch installation script to run a Presearch Node.
docker stop presearch-node ; docker rm presearch-node ; docker stop presearch-auto-updater ; docker rm presearch-auto-updater ; docker run -d --name presearch-auto-updater --restart=unless-stopped -v /var/run/docker.sock:/var/run/docker.sock presearch/auto-updater --cleanup --interval 900 presearch-auto-updater presearch-node ; docker pull presearch/node ; docker run -dt --name presearch-node --restart=unless-stopped -v presearch-node-storage:/app/node -e REGISTRATION_CODE=$YOUR_REGISTRATION_CODE_HERE presearch/node ; docker logs -f presearch-node
Remove “$YOUR_REGISTRATION_CODE_HERE” and enter your registration code found in your Presearch Node dashboard.

The Presearch installation script is used to setup a full node which allows you to earn PRE tokens if you stake a minimum of 4000 PRE tokens. See the below Youtube video for the complete installation.