IP Allowlisting
Use this page when your database, API, webhook receiver, or self-hosted tool is protected by a firewall, IP allowlist, private network rule, or reverse proxy policy.
Lamatic can connect to external systems through more than one network path depending on the feature you use. In practice, most teams should allowlist the Lamatic static IPs below and also include the published Cloudflare IP ranges when traffic originates from edge workers.
Always keep your allowlist as narrow as possible. Only allow the Lamatic IPs and network ranges required for the features you use.
When you need to allowlist IPs
You may need to update your firewall or network policy when:
- Lamatic connects to your database such as PostgreSQL, MySQL, or Microsoft SQL Server
- Lamatic sends requests to your internal APIs or external applications
- Lamatic calls your webhook endpoints
- Your self-hosted tools such as n8n, Firecrawl, or similar services only accept traffic from approved source IPs
- Your cloud services use security groups, network ACLs, or IP-based access policies
Why there are multiple IP groups
Lamatic uses different infrastructure paths for different workloads:
- Global IPs cover core Lamatic platform traffic used for general external connectivity
- Data ETL IPs are dedicated static egress IPs for data sync and connector workloads
- Cloudflare worker IP ranges are relevant for Lamatic edge and worker-based traffic because Lamatic runs on Cloudflare-backed infrastructure
If you are unsure which path applies to your setup, allowlist all IPs on this page first, verify connectivity, and then narrow the policy if needed.
Lamatic IPs to allowlist
Global
Allowlist these IPs for general Lamatic outbound connectivity:
68.183.131.192167.99.227.79
Data ETL
Allowlist these IPs for database sync, ETL, and connector workloads:
| Environment | IP address |
|---|---|
| Pro | 138.197.51.144 |
| Enterprise | 138.197.234.83 |
Cloudflare worker IP ranges
Lamatic edge traffic can also originate from Cloudflare worker infrastructure. If your target system uses strict IP-based rules, include the current Cloudflare IP ranges in addition to the Lamatic static IPs above.
IPv4 ranges
103.21.244.0/22103.22.200.0/22103.31.4.0/22104.16.0.0/12108.162.192.0/18131.0.72.0/22141.101.64.0/18162.158.0.0/15172.64.0.0/13173.245.48.0/20188.114.96.0/20190.93.240.0/20197.234.240.0/22198.41.128.0/17
IPv6 ranges
2400:cb00::/322405:8100::/322405:b500::/322606:4700::/322803:f800::/322c0f:f248::/322a06:98c0::/29
Cloudflare can update these ranges over time. Before finalizing a production firewall policy, verify the latest published ranges at cloudflare.com/ips.
Which IPs to use by scenario
| Scenario | Allowlist |
|---|---|
| PostgreSQL, MySQL, Microsoft SQL Server, or other database connectors | Lamatic Global IPs and Data ETL IPs |
| Outbound API calls from flows or the API Node | Lamatic Global IPs and Cloudflare worker IP ranges |
| Incoming webhook receivers exposed behind your firewall | Lamatic Global IPs and Cloudflare worker IP ranges |
| Self-hosted integrations such as n8n or Firecrawl | Lamatic Global IPs, Data ETL IPs if used, and Cloudflare worker IP ranges |
| Unsure which feature path applies | Allowlist all IPs and ranges on this page first, then narrow after testing |
Recommended setup steps
- Identify every Lamatic feature that will reach your system, such as a database sync, webhook trigger, API node call, or self-hosted integration.
- Add the required IPs and ranges from this page to your firewall, reverse proxy, security group, or network ACL.
- Confirm the target port is open for the required protocol, such as
443,5432,3306, or1433. - Keep TLS or SSL enabled where supported. IP allowlisting should complement transport security, not replace it.
- Test the connection from Lamatic again.
- Review logs on both sides to confirm the request is reaching your service.
Additional guidance
For databases
- Prefer a dedicated read-only user where possible
- Restrict access to the minimum set of schemas, tables, and ports required
- If your database is behind a bastion or SSH tunnel, update those network rules as well
For webhooks and APIs
- Make sure your WAF, API gateway, or reverse proxy trusts the same IPs
- If you use rate limiting or bot protection, create an allow rule for Lamatic traffic
- Verify that your endpoint accepts HTTPS requests and returns the expected status codes
For self-hosted services
- Apply allowlist rules at every layer that can block traffic, including load balancers, ingress controllers, host firewalls, and cloud security groups
- Re-test after infrastructure changes, certificate rotations, or firewall updates
Troubleshooting checklist
- Confirm the host, port, and DNS record are correct
- Check whether the block is happening at the firewall, proxy, VPN, or database level
- Verify SSL or TLS settings independently from the IP allowlist
- If connectivity still fails, temporarily allow all IPs from this page together to rule out a missing source range