Connect a domain from Hostinger
Hostinger’s hPanel places DNS management under Domains (not legacy cPanel).
Official Hostinger help: How to manage DNS records at Hostinger
Record to create
| Field | Value |
|---|---|
| Type | CNAME |
| Name | www |
| Target / Content | cname.vercel-dns.com |
| TTL | Default (often 14400) |
Steps
- Log into hPanel, open Domains in the left sidebar, then DNS.
- Select the domain you want to manage.
- Pre-configuration check: In the existing DNS list, search for
wwwA or CNAME records and delete them (trash icon). - Scroll to the Manage DNS records form.
- Set Type to
CNAME. - In Name, enter
www. - In Target (or Content), enter
cname.vercel-dns.com. - Leave TTL at the default.
- Click Add Record.
Finish in Bool
- Add
www.yourdomain.comin your project’s Domains tab. - Click Refresh until status is Active.
- Visit
https://www.yourdomain.com.
Last updated on