Self-hosted CE on Hostinger/Easy Panel – license key not received, Connectivity Confirmed (404)
Hello Team,
I am having an issue receiving the activation email for the Community Edition (CE) license key.
**1. Environment:**
* **Installation:** Self-hosted n8n (Community Edition)
* **Host:** Hostinger VPS (using Easy Panel for deployment)
**2. Problem:**
I requested the activation key using the email address **[email protected]**, but the email has not arrived.
**3. Troubleshooting Steps Taken:**
* I have thoroughly checked my Gmail folders (Inbox, Spam, Promotions, Updates).
* I performed a detailed connectivity test to confirm my VPS network is not blocking the outbound connection (HTTPS/Port 443).
**4. Connectivity Test Result (Proof):**
I ran the `wget` command from inside the n8n Docker container to the license server, and the connection was successful, proving the firewall is open.
```bash
docker exec -it eleve_n8n.1.pnnrh6sqd7ikw6u5og9cgz127 wget -qO- [https://license.n8n.io/health](https://license.n8n.io/health)
# Result: wget: server returned error: HTTP/1.1 404 Not Found
1 Like
This is an ongoing issue.
I am not sure where https://license.n8n.io/health is coming from, I believe the correct health path is https://license.n8n.io/healthz.