How to add A record in domain DNS records

Adding an A record (Address record) involves specifying the IP address where a domain or subdomain should point to. Here are the steps to add an A record, typically done through your domain registrar's DNS management interface:

  1. Log in to Your Domain Registrar Account:

    • Go to the website of your domain registrar where you purchased your domain (e.g., GoDaddy, Namecheap).
  2. Locate Your Domain Settings:

    • Find the section where you can manage your domains. Look for options like "Domains," "My Domains," or similar.
  3. Access DNS Management or DNS Settings:

    • Navigate to the DNS management or DNS settings for the specific domain you want to update. This might be labeled as "DNS Management," "Manage DNS," or similar.
  4. Add New A Record:

    • Look for an option to add a new record. It may be labeled as "Add Record," "Add A Record," or "Add DNS Record."
  5. Enter the Details:

    • Here are the details you will need to enter:
      • Type: Select "A" from the record type dropdown menu.
      • Host or Name: Enter the hostname or subdomain (e.g., "www" for www.yourdomain.com, "@" for the root domain).
      • Points to or IP Address: Enter the IP address where you want the domain or subdomain to point to.
  6. Save the Record:

    • After entering the details, save the record. This action is usually labeled as "Save," "Add Record," or similar.
  7. Verify and Propagation:

    • Changes to DNS records can take time (up to 48 hours) to propagate across the internet. You can use DNS lookup tools to verify that your A record has been updated and is pointing correctly to the desired IP address.
  8. Test Your Website:

    • Once propagation is complete, test your website or service to ensure that the domain or subdomain is correctly resolving to the specified IP address.

Each registrar may have a slightly different interface, but these steps are generally applicable. If you encounter any issues or are unsure about any step, consult your registrar's support or documentation for specific guidance tailored to their platform.

Did you find this article useful?