Running a Node on AWS
How to get you AWS server up & running
Last updated
Was this helpful?
How to get you AWS server up & running
Last updated
Was this helpful?
Was this helpful?
ssh -i "yourPrivateKey.pem" [email protected]curl -fsSL https://get.docker.com -o get-docker.shsudo sh get-docker.shsudo 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-nodesudo docker pull presearch/nodesudo docker run -dt --name presearch-node --restart=unless-stopped -v presearch-node-storage:/app/node -e REGISTRATION_CODE=YourRegistrationCodeHere presearch/nodesudo docker logs -f presearch-node