Skip to main content

How to Set Up a Domain to a Server

Connecting a domain to a server is a crucial step when launching a website, setting up web applications, or using cloud hosting. The process might seem complicated at first—especially if something doesn't work right away—but following the correct steps will help you avoid most issues.

Here’s how you can link your domain to your server using Regery:

1. Make Sure the A Record is Set Correctly

An A record (Address Record) connects your domain name to the IP address of your server.

How to set the A record in Regery:

  1. Log in to your Regery.com account.

  2. In the list of domains, find the domain you want to configure and click the "Actions" button next to it.

  3. In the dropdown menu, select "DNS Records (Regery)".

  4. In the DNS panel, click "Add New Record".

  5. In the form that appears:

    • Set the Type to A,

    • In the Host field, enter @ (or leave it empty),

    • In the Value field, enter your server’s IP address (e.g., 123.123.123.123),

    • Leave the TTL value as default (3600 seconds or 1 hour).

  6. Save your changes.

Note: The IP address shown is for example purposes only. Always use your actual server IP. Do not use fixed example IPs from guides—they may change.

2. Check DNS Propagation Status

After updating DNS records, it takes time for changes to propagate across the global DNS system. This process is called DNS propagation, and it can take up to 24 hours.

How to check it:

If the new IP appears, the propagation is complete.

3. Name Server Configuration

If you're using Regery name servers:

  • Make sure your domain is using Regery’s default name servers.

  • You can manage all your DNS settings directly in the Regery dashboard.

If you're using third-party name servers (e.g., Cloudflare):

  • Set the A record in the external provider’s DNS control panel.

  • Ensure the record points to the correct IP address of your server.

Important: If you switch your name servers to a third-party provider, all DNS settings must be managed there. DNS records in the Regery panel will no longer apply.

4. Troubleshooting Common Issues

If your domain is still not working properly:

  • Incorrect IP address: Make sure there are no typos or outdated addresses.

  • Missing A records: Ensure there’s an A record for the root domain and www if needed.

  • Browser cache: Clear your browser’s cache or use incognito mode.

  • Propagation delay: Wait up to 24 hours for DNS changes to take full effect.

  • Server issues: Ensure your server is properly configured to accept traffic (e.g., port 80 for HTTP is open).

Frequently Asked Question

Q: I created an A record like I’ve done with other domain providers, but it doesn’t work. What could be wrong?

A:

  • Verify the A record points to the correct IP address.

  • Make sure you're editing records in the active DNS panel (either Regery or the external provider).

  • Ensure your domain is using the correct name servers.

  • Wait for DNS propagation to complete.

  • Check that your server is online and accessible.

Did this answer your question?