Add DNS records to point your domain to your server.
DNS records tell the internet where to find your services.
DNS records map domain names to IP addresses. An A record is the most common type, pointing a domain name to an IPv4 address.
An A record maps a domain name to an IPv4 address. This is how you tell the internet that your domain should point to your server's IP address.
1. Log into your registrar account 2. Find DNS management or DNS settings 3. Look for "Add Record" or "Add DNS Record" 4. Select record type: A 5. Enter hostname: * `@` for root domain (example.com) * `www` for subdomain (www.example.com) * Other subdomains as needed 6. Enter value: Your public IP address 7. Set TTL: 3600 (1 hour) or 300 (5 minutes) for faster updates 8. Save the record