Skip to main content
Connect any domain you own to your Rocket app so it is reachable at your custom address with automatic HTTPS. You update records once, and Rocket handles the rest. If you do not own a domain yet, you can buy one directly through Rocket.
You need a Rocket project that has been deployed to the web, access to your domain provider account (for example, GoDaddy, Namecheap, or Squarespace Domains), and a paid Rocket plan. Custom domains are not available on the free tier.

Steps

1

Open the Launch menu

Click the Launch button in the top-right corner of your project.
Rocket Launch button in the top-right of the project editor.Rocket Launch button in the top-right of the project editor.
Find Launch on custom domain and click + Add domain.
Launch menu showing the option to add a custom domain.Launch menu showing the option to add a custom domain.
2

Enter your domain

Type the domain you own (for example, example.com) into the field and click Add Domain.Rocket adds the domain to your project and shows the DNS records you need.
Text input for adding your domain to Rocket.Text input for adding your domain to Rocket.
3

Update DNS settings at your domain provider

Copy the DNS records that Rocket shows you. In a new browser tab, open your domain provider’s dashboard and go to the DNS settings for your domain.Add the records exactly as shown (Type, Host, and Value).
DNS records provided by Rocket for domain verification.DNS records provided by Rocket for domain verification.
What to add:An A record points your domain name to a specific server IP address.
  • Root domains (e.g., example.com): Add two A records, one with host @ (root) and one with host www, both pointing to the IP address provided by Rocket.
  • Subdomains (e.g., app.example.com): Add one A record with the subdomain as the host (e.g., app), pointing to the IP address provided by Rocket.
4

Verify your domain

Return to Rocket and click Verify next to your domain. The status shows Verification pending at first.
Rocket showing your domain status as Verification pending.Rocket showing your domain status as Verification pending.
When Rocket detects the correct DNS records, the status changes to Live. Your app is now accessible at your custom domain.
Rocket interface showing domain verified and live.Rocket interface showing domain verified and live.
You can manage your domain anytime from App menu > Settings > Custom Domain. View DNS records, refresh status, or remove the domain.
DNS changes can take up to 24 hours to propagate. Your domain may not work immediately after setup.

Fix conflicting DNS records

If your domain is not connecting after 24 hours, you likely have conflicting DNS records.
  1. Go to dnschecker.org, enter your domain, and select A as the record type.
  2. If you see multiple different IP addresses, log in to your domain provider’s dashboard and remove any A records that do not point to the IP address Rocket provided.
  3. Wait up to 24 hours for the changes to propagate, then click Verify again in Rocket.
Multiple A records with different IP addresses cause your domain to intermittently point to the wrong server. Keep only the Rocket IP address configured.

What’s next?

SEO & discoverability

Optimize meta tags and sitemaps so search engines find your site.

Analytics

Track visits, pageviews, and traffic sources from your dashboard.

Privacy compliance

Set up cookie consent, GDPR banners, and a privacy policy page.