Skip to content

Vercel Static IPs with Noble IP

Vercel is a serverless platform for frontend developers allowing developers to easily deploy frontend applications.

Host your Vercel App on a Static IP

If you need your vercel application to be reachable via static IP you can create an inbound proxy. Then the hostname you attach to the proxy will have a static IP.

Find your vercel.app domain

Your destination hostname will be project-id.vercel.app. Copy this domain.

vercel

Add your domain to Noble IP

  1. Add your vercel.app domain as a destination.
  2. Enable the SSL Termination and disable the Forward Host Header options.
    • If you do not enable these options, you will need to also add your domain to your Vercel domains
  3. Ensure you have setup your CNAME.

vercel

Access a database from Vercel serverless functions with a Static IP

When making HTTP/HTTPS requests you can follow the quickstart guide and use the proxy option. However if you need to access a database you should leverage Port Leases