Install Reacher in 20min
Reacher is built with self-hosting as a primary feature, giving you full control over how the service operates on your infrastructure. It can be deployed on a single server in under 20 minutes. This tutorial shows you how.
You can run this tutorial without a Commercial License, as a Free Trial. Read more about the Free Trial in Licensing.
Tutorial Scope: Install Reacher on a single server
Reacher is stateless by design, meaning you can deploy multiple containers, each running a separate instance of Reacher, to perform email verifications in parallel. This architecture enables easy horizontal scaling.
However, for the sake of this tutorial, we will install Reacher on a single dedicated server. This allows minimal setup to get Reacher working, and ensures that the chosen cloud provider allows outgoing port 25 requests.
If you're interested in ideas for a production deployment setup, skip to Scaling for Production.
Step-by-Step Tutorial
Install Docker on your server. You can follow Docker's guide for your OS.
Run Reacher's latest (v0.7) Docker image:
You should see the following output:
Advanced users can set additional Docker Environment Variables (v0.7).
Make sure that you can verify an email remotely by running the following command from your local machine.
If this step hangs for a long time, or returns a JSON result with is_reachable="unknown"
, it generally means that port 25 is restricted. See Debugging Reacheron how to fix this.
Troubleshooting
Last updated