You cannot create Droplets with a specific IP address, but you can use reserved IPs for a static address that you can migrate between Droplets.
Where can I find the client IP address of a request connecting to my app?
Validated on 29 Jan 2025 • Last edited on 29 Jan 2025
App Platform adds a do-connecting-ip HTTP header that contains the client’s IP address for requests directed to your app. While the x-forwarded-for header is often used for this purpose, App Platform uses this header for the IP address of the DigitalOcean ingress server that forwarded the request to your app.
Related Topics
Can I choose my Droplet's IP address?
Why do I get the error “JavaScript heap out of memory” during deployment?
Increase the heap memory by setting the environment variable NODE_OPTIONS=–max-old-space-size=4096.
How do I fix a "permission denied for schema public" error in my dev database?
Delete the existing dev database and create a new one. Then make sure that the app deployment completes successfully.