Home Domain & DNS Management

Domain & DNS Management

Dennis Nind
By Dennis Nind
10 articles

Pointing Your Domain to Eco Web Hosting (Nameservers/IPs)

To use your domain with your Eco Web Hosting account, you’ll need to point it to our servers. This can be done by updating your domain’s nameservers or, in some cases, by using the server’s IP address. You’ll find all the necessary details in your welcome email — but here’s a full breakdown if you need help along the way. 🔁 Option 1: Pointing via Nameservers (Recommended) Most domains can be connected by updating their nameservers. This tells the domain to use Eco Web Hosting’s DNS system. ✅ Use the following nameservers - ns1.da.hostns.io - ns2.da.hostns.io 📍 Where do I change this? You’ll need to log in to the company where your domain is registered (like GoDaddy, Namecheap, etc.) and update the nameservers in your domain’s DNS settings. If your domain is registered with us, then you will be able to update these from within the 'Domains' section of our client area. 📬 Tip: If you’re not sure where your domain is registered, you can use a WHOIS lookup tool to check. 🌐 Option 2: Pointing via IP Address (Advanced) If you'd prefer to manage DNS elsewhere (or need to keep existing records), you can point your domain using an A record that directs traffic to your Eco Web Hosting server. 🔎 Where to find your server IP: 1. Log in to your Eco Web Hosting client area 2. Click Manage Hosting next to your product 3. The IP address is shown in your control panel's Account Info section (Look for: "Shared IP Address" or "Server IP") ✅ Update your domain’s A record: - Set the A record for your domain (e.g. yourdomain.com) to point to the IP address provided - Do the same for the www version (e.g. www.yourdomain.com) ⚠️ DNS changes can take up to 24–48 hours to fully propagate across the internet. ✉️ Important: Update Your MX Record (If Managing DNS Manually) If you choose to manage your domain’s DNS manually (without using our nameservers), you'll also need to set the correct MX record to ensure email delivery works correctly through our platform. ✅ Use the following MX record: - mx.enmail.co Without this, you may not receive emails sent to your domain. 🧭 Managing DNS in the Hosting Control Panel If you're using Eco Web Hosting’s nameservers, you can manage DNS records directly from your hosting control panel: 1. From your client area, click Manage Hosting 2. Open the DNS Settings or DNS Management section 3. Add or edit common records: - A record – Points a subdomain to an IP address - CNAME – Points a subdomain to another domain (e.g. www to yourdomain.com) - MX – Controls where email is delivered - TXT – Used for email verification, SPF/DKIM, or domain validation 🛡 If you’re using external email services (like Google Workspace or Microsoft 365), you’ll need to add their DNS records here.

Last updated on Apr 30, 2025

Managing DNS Records in the Hosting Control Panel

If your domain is using Eco Web Hosting’s nameservers (ns1.da.hostns.io and ns2.da.hostns.io), you can manage all DNS records directly from your hosting control panel. This allows you to configure A records, MX entries, CNAMEs, TXT records, and more — essential for connecting services, routing email, or verifying domain ownership. 🔍 How to Access DNS Management 1. Log in to your Eco Web Hosting client area: https://my.ecowebhosting.co.uk 2. Click Manage Hosting next to your domain 3. In the hosting control panel, open DNS Management 4. You’ll see your domain’s current DNS records, with options to add, edit, or remove them 🧾 Common DNS Record Types A Record Points your domain or subdomain to an IP address. Example: - Host: yourdomain.com - Type: A - Value: 123.123.123.123 CNAME Record Points a subdomain to another domain (not an IP address). Example: - Host: www - Type: CNAME - Value: yourdomain.com MX Record Directs email delivery. If you're using our email platform: - Host: yourdomain.com - Type: MX - Value: mx.enmail.co - Priority: 10 TXT Record Used for domain verification or email security (SPF/DKIM). Example SPF record: - Host: yourdomain.com - Type: TXT - Value: v=spf1 include:_spf.enmail.co ~all AAAA Record Points to an IPv6 address (optional, advanced). SRV Record Used for special services like Microsoft 365 or VOIP (rarely needed). ➕ How to Add or Edit a Record 1. Click Add Record or Edit next to an existing one 2. Select the record type (A, CNAME, MX, etc.) 3. Fill in the host, value, and other required fields 4. Click Save to apply changes Note: DNS changes may take up to 24–48 hours to propagate across the internet. ✅ Common Use Cases - Point your domain to a third-party platform like Wix, Squarespace, or Shopify - Set up subdomains like blog.yourdomain.com or shop.yourdomain.com - Verify domain ownership for services like Google Workspace or Microsoft 365 - Improve email delivery with SPF and DKIM records - Use the correct MX record for Eco Web Hosting email: mx.enmail.co

Last updated on Apr 30, 2025

Creating and Managing Subdomains

A subdomain is a prefix added to your main domain name — for example, blog.yourdomain.com or shop.yourdomain.com. They’re perfect for separating sections of your website, setting up landing pages, or running test environments. With your Eco Web Hosting account, you can create and manage subdomains easily from within your hosting control panel. ➕ How to Create a Subdomain 1. Log in to your Eco Web Hosting client area 2. Click Manage Hosting next to your domain 3. In the hosting control panel, look for Subdomain Management or Subdomains 4. Enter the name of the subdomain you’d like to create (e.g. blog) 5. Choose the domain it should be linked to (e.g. yourdomain.com) 6. Click Create Once created, the subdomain will automatically point to a folder inside your website files (usually something like /domains/yourdomain.com/public_html/blog/). You can now upload a separate site, install WordPress, or place specific files into that folder to power the subdomain. 🔁 Managing an Existing Subdomain After your subdomain is created, you can: - Access its file directory via the File Manager - Upload a separate site or content just for the subdomain - Install WordPress or other applications into it - Set up DNS records (e.g. a separate A record) if needed - Remove the subdomain from the same Subdomain Management area 🔧 Subdomains & DNS If you’re using Eco Web Hosting's nameservers, DNS for your subdomains is handled automatically. However, if you're managing DNS externally and want to point a subdomain to your hosting account, you’ll need to add an A record with the correct server IP: Example: - Host: blog.yourdomain.com - Type: A - Value: (your hosting IP address — available in your control panel under "Account Info") 🧪 Common Uses for Subdomains - blog.yourdomain.com – A blog separate from your main site - shop.yourdomain.com – An online store - test.yourdomain.com – A development or staging environment - landing.yourdomain.com – A marketing or campaign-specific page

Last updated on Apr 30, 2025

Setting Up Website Redirects or URL Forwarding

Redirects allow you to send visitors from one URL to another — whether it’s from an old page to a new one, from http to https, or even from one domain to a completely different website. With Eco Web Hosting, you can set up and manage redirects easily from within your hosting control panel. 🔁 Common Uses for Redirects - Redirect http://yourdomain.com to https://yourdomain.com - Redirect www.yourdomain.com to yourdomain.com (or vice versa) - Redirect old pages to new ones (great for SEO and user experience) - Redirect a whole domain to another domain (e.g. oldsite.com → newsite.com) 🛠️ How to Set Up a Redirect 1. Log in to your Eco Web Hosting client area 2. Click Manage Hosting for your website 3. In the hosting control panel, go to Site Redirection or Redirects 4. Click Create New Redirect 5. Fill in the details: - Local URL: the part of your domain you want to redirect (e.g. /old-page) - Destination URL: the full address you want to send visitors to (e.g. https://yourdomain.com/new-page) - Redirect Type: - 301 (Permanent) – Best for SEO when the change is long-term - 302 (Temporary) – Used for short-term redirection 6. Click Create The redirect will take effect immediately. You can test it by visiting the original URL in your browser. 🌐 Redirecting the Whole Domain To forward all traffic from one domain to another: - Leave Local URL blank - Enter the full target URL in Destination URL (e.g. https://newsite.com) - Set the redirect type to 301 if it's a permanent move 🧰 Tips for Managing Redirects - Use 301 redirects if you're moving content permanently — search engines will update their index - Avoid creating redirect loops (e.g. redirecting /page to /page) - If you're using WordPress, some plugins can handle redirects within your site — but using the hosting control panel is often more reliable 🔐 Want to Force HTTPS? To ensure all traffic goes to the secure (https://) version of your site: 1. Enable your SSL certificate (via the SSL/TLS section) 2. Then set a redirect from http://yourdomain.com to https://yourdomain.com – You can do this either using Redirects or via .htaccess (ask support if you're unsure)

Last updated on Apr 30, 2025

Transferring a Domain to Eco Web Hosting

Already own a domain elsewhere? You can transfer it to Eco Web Hosting for easier management, simplified billing, and seamless integration with your hosting services. This guide walks you through the steps for transferring most common domain types, such as .com, .net, and .co.uk. 🔐 Step 1: Prepare Your Domain for Transfer Before starting the transfer from your current provider: - Unlock the domain (remove registrar lock) - Obtain the EPP/Auth code (also called a transfer key or domain password) - Ensure WHOIS contact details are correct - Disable any domain privacy or protection services - Make sure the domain hasn’t been registered or transferred in the last 60 days 🔄 For .co.uk domains, you’ll need to ask your current provider to update the IPS Tag 🚀 Step 2: Start the Transfer in Your Client Area 1. Log in to https://my.ecowebhosting.co.uk 2. Go to Domains > Transfer a Domain to Us 3. Enter the domain you’d like to transfer 4. Provide the EPP/Auth code (if required) 5. Click Add to Cart and proceed to checkout 🕒 Step 3: Wait for Confirmation Once the transfer is submitted: - You may receive an email asking you to confirm the transfer (for gTLDs like .com) - Most transfers complete within 24–72 hours, depending on the domain type and current registrar ✅ Once Complete You’ll be able to manage the domain fully from your Eco Web Hosting client area — including DNS, renewals, and contact details.

Last updated on Apr 30, 2025

Website Preview – How do I preview my websites before updating the DNS?

If your domain hasn’t yet been pointed to our servers — or you just want to test your site before going live — our new Website Preview tool makes it easy. You can generate a temporary preview link that lets you view your site without needing to update DNS settings. This feature is now available in your Hosting Control Panel under Extra Features. 🔐 Step 1: Access the Hosting Control Panel If you're not already logged in, follow this guide: 👉 How to Access Your Web Hosting Control Panel 🌐 Step 2: Open the Website Preview Tool 1. Once in the control panel, scroll down or use the search bar to find Extra Features 2. Click on Website Preview You’ll see a list of domains associated with your account. 🔧 Step 3: Generate or View a Preview Link - If a preview link has already been generated, you’ll see a temporary .prevu.io URL next to your domain - Click Open Preview to view the site in a new tab - If a preview hasn’t been created yet, click Generate Preview URL This creates a link like: yourdomain.prevu.io 📅 Important Notes - Preview links expire automatically after 14 days - Performance may be slightly slower when using a preview URL - The preview uses your live hosting account and files — so you can test real content and functionality 🧠 When to Use This - You’re migrating a site and want to confirm it works before pointing DNS - You’re working with a developer and want to share a private preview - You want to test a staging or new design version before go-live

Last updated on May 03, 2025