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?
How do I generate my app's SSL certificate?
App Platform automatically generates and issues the SSL certificate during the configuration.
Why am I receiving 520 status codes from my app?
Your app may have crashed while trying to receive an upload or return a response larger than it has been configured to manage.