A records point domain names to IP addresses.
Steps
- Go to Domains → DNS Manager
- Click the pencil icon next to your domain
- Click Add Record
- Fill in:
- Type: A
- Name: @ (for root domain) or subdomain name
- TTL: 3600 (default)
- Address: Your server IP
- Click Confirm
Common Examples
Root domain:
Name: @ Address: 192.0.2.1
Subdomain:
Name: www Address: 192.0.2.1
Wildcard:
Name: * Address: 192.0.2.1
Finding Your IP
Your hosting IP is shown on the product's Overview page in your client area.
Notes
- A records only support IPv4 addresses
- Use AAAA records for IPv6
- Changes can take up to 24 hours to propagate
- TTL 3600 = 1 hour cache time