Guides

How to add a custom domain on Voroa

Point your own domain like myapp.in at your Voroa service with a single DNS record. Step-by-step custom domain setup with automatic HTTPS.

Every Voroa service comes with a free default domain — your-app.getvoroa.com — with HTTPS already set up. When you’re ready to go live under your own brand, you can point a custom domain like myapp.in at your service in a couple of minutes.

Step 1 — Add your domain

  1. Open your service and go to Settings.
  2. Under Custom Domains, enter the domain you want to use (for example myapp.in or www.myapp.in) and select Add domain.

Voroa shows the exact DNS record you need to create, and the domain appears as Verifying DNS until that record is live.

Step 2 — Create the DNS record

Go to your domain registrar (where you bought the domain) and add the record Voroa shows you:

  • Root domain (myapp.in): add an A record
    • Name / Host: @
    • Value: the IP address shown in Voroa
  • Subdomain (www.myapp.in): add a CNAME record
    • Name / Host: the subdomain (for example www)
    • Value: your your-app.getvoroa.com address shown in Voroa

Save the record at your registrar.

Step 3 — Wait for verification

DNS changes can take a few minutes to propagate. Once the record is live, Voroa detects it and the domain flips from Verifying DNS to Active. HTTPS is provisioned automatically — you don’t need to manage any certificates.

Notes

  • Your default your-app.getvoroa.com address always keeps working, even after you add a custom domain.
  • You can add more than one custom domain to the same service.
  • To stop using a domain, select Remove next to it in Custom Domains.
Last updated July 6, 2026