IP Allowlists
For enterprise applications, you may need to restrict who can access your endpoints, or you may need to whitelist your application's outbound IP address with a third-party service (like a strict database provider or a corporate firewall).
LaunchVerse provides both Ingress and Egress IP control.
Egress Allowlists (Static IPs)
By default, outbound requests originating from your application containers are routed dynamically. If you need to connect to a third-party service that requires you to whitelist your IP:
- Navigate to your Project Settings > Security.
- Locate the Egress Network section.
- LaunchVerse will display the static outbound IP addresses assigned to your underlying Engine nodes.
- Provide these IPv4 addresses to your external vendor.
> [!NOTE]
> If you scale your project across multiple regions, LaunchVerse will assign a static egress IP per region.
Ingress Restrictions
If you are building an internal company dashboard or a staging environment that should only be accessible from your corporate VPN:
- Navigate to your Project Settings > Security.
- Locate the Ingress IP Allowlist section.
- Add the CIDR blocks or specific IP addresses that are permitted to view the site.
- Any request originating from an IP not on this list will be rejected instantly at the LaunchVerse Edge with a
403 Forbiddenresponse.