Docs / DNS & Domains / How to Point a Domain to Your Breeze

How to Point a Domain to Your Breeze

By Admin · Feb 25, 2026 · Updated Apr 23, 2026 · 299 views · 1 min read

Connect your custom domain to your VPS in a few simple steps.

Step 1: Get Your IP

Find your Breeze's IP address in the portal under Breezes → [Your Server].

Step 2: Update DNS at Your Registrar

Log into your domain registrar (Namecheap, GoDaddy, Cloudflare, etc.) and add:

  • A Record: @YOUR_IP
  • A Record: wwwYOUR_IP (or use a CNAME)

Step 3: Wait for Propagation

DNS changes can take up to 48 hours, but usually complete within minutes to a few hours.

Step 4: Configure Your Web Server

Add a server block (Nginx) or virtual host (Apache) for your domain.

Verify

dig example.com +short

Was this article helpful?