Network Solutions

Connect Network Solutions with Webflow to point an existing domain to a Webflow-hosted site without transferring registrars or disrupting email services.

Install app
View website
View lesson
A record settings
CNAME record settings
Network Solutions

Webflow handles hosting, SSL, and CDN delivery, but not domain registration or DNS for external registrars. If your domain lives elsewhere, you need to configure DNS records that point browsers to your Webflow site.

Network Solutions is a common registrar where clients already own domains. Pairing it with Webflow keeps the registrar account, WHOIS data, and email in place while Webflow hosts the site and auto-provisions SSL.

This setup suits agencies delivering client sites, freelancers managing multiple projects, and small businesses upgrading from older sites without disrupting existing email.

How to integrate Network Solutions with Webflow

What is Network Solutions? Network Solutions is a domain registrar and online services provider founded in 1979, managing over 16 million domains. It offers domain registration across hundreds of TLDs, shared web hosting, business email, SSL certificates, and DNS management through its Advanced DNS Manager interface.

Teams connect Network Solutions and Webflow when a client or business already owns a domain at Network Solutions and needs that domain to resolve to a Webflow-hosted site. The goal is typically straightforward: keep the domain where it is, point it to Webflow, and preserve any existing email services running on the same domain.

The Network Solutions-Webflow integration supports 3 approaches:

  • Quick Connect automates DNS configuration through Webflow's Entri integration without manual record entry.
  • Manual DNS configuration gives you full control over A, CNAME, and TXT records in Network Solutions' Advanced DNS Manager.
  • Webflow Data API lets you automate publishing to your connected custom domain programmatically. DNS setup on the Network Solutions side is always manual.

Most implementations use either Quick Connect or manual DNS configuration. The API approach adds value when you need to trigger site publishes as part of a larger deployment workflow.

Connect your domain with Quick Connect

Quick Connect uses Webflow's Entri integration to configure DNS records at Network Solutions automatically. This is the fastest path to connecting your domain. It works well for domains with no other active services like email or subdomains running on them. You still need a paid Webflow site plan and login access to both your Webflow and Network Solutions accounts.

To set up Quick Connect:

  1. Open your site in Webflow and go to Site Settings > Publishing > Production.
  2. Click Add a custom domain and select Quick connect domain.
  3. Follow the on-screen prompts to authorize Entri to configure your DNS records at Network Solutions.
  4. Return to Site Settings > Publishing > Production and click Check Status to verify domain ownership.
  5. Once verified, click Publish to deploy your site to the custom domain.

Quick Connect handles DNS configuration and propagation monitoring automatically. It also adds the TXT record Webflow requires for domain ownership verification.

If you have active email services on this domain, Quick Connect may overwrite your existing MX, SPF, or other DNS records. Review the DNS changes screen carefully before confirming. When you run email or other services alongside Webflow on the same domain, use manual DNS configuration instead.

Manually configure DNS records

Manual DNS configuration is the recommended approach when you need to preserve existing records for email, subdomains, or third-party services. You add three specific records in Network Solutions' Advanced DNS Manager while leaving all other records untouched. This method requires a paid Webflow site plan and access to both dashboards.

Before making changes, document all existing DNS records. Network Solutions does not support zone file export, so you need to manually record your current configuration as a backup.

Add your domain in Webflow

Start on the Webflow side to get the DNS record values your site needs.

To get your DNS values:

  1. Open your site in Webflow and go to Site Settings > Publishing > Production.
  2. Click Add a custom domain and select Manually add domain.
  3. Enter your root domain (e.g., yourdomain.com) and click Add Domain.
  4. Keep this screen open. Webflow displays the exact A record IP, CNAME value, and TXT verification code for your site.

Always use the values shown in your own Webflow site settings dashboard. Static values in external documentation can become outdated when Webflow updates its infrastructure.

Configure records in Network Solutions

With your Webflow DNS values visible, switch to Network Solutions to add the records.

To add DNS records in Network Solutions:

  1. Log in at networksolutions.com.
  2. Select Domains from the left navigation panel.
  3. Click your domain name.
  4. Scroll to Advanced Tools and click Manage next to Advanced DNS Records.
  5. Delete any existing A records pointing to a previous host's IP address. Do not delete MX records.
  6. Delete any existing CNAME records for www pointing to another host.
  7. Click +Add Record and create an A record with hostname @ and value 198.202.211.1.
  8. Click +Add Record and create a CNAME record. In the "Refers to" dropdown, select Other Host and type cdn.webflow.com. Set the hostname to www.
  9. Click +Add Record and create a TXT record with hostname _webflow and the verification code from your Webflow dashboard (starts with one-time-verification=).

The CNAME field in Network Solutions shows a dropdown with preset options like autodiscover, mail, and smtp. Selecting "Other Host" and typing the value manually is the only way to enter cdn.webflow.com correctly. Using a preset option will misconfigure the record.

Network Solutions does not support ANAME or ALIAS records, and CNAME records cannot be created for the apex domain. That is why a static A record is required for the root domain.

Verify and publish

DNS changes through Network Solutions take 24 to 48 hours to propagate globally. You can monitor propagation at dnschecker.org or whatsmydns.net.

To complete the connection:

  1. Wait for DNS propagation. Check progress with a propagation tool.
  2. Return to Webflow, go to Site Settings > Publishing > Production, and click Check Status next to your domain.
  3. Once Webflow confirms the domain is verified, SSL provisions automatically. No manual certificate installation is needed.
  4. Click Publish to deploy your site.
  5. Set your preferred default domain (www or root) by clicking the star icon next to your chosen format.

TXT records can take 12 to 24 hours to propagate, sometimes longer than A and CNAME records. If verification fails initially, wait the full 48-hour window before troubleshooting.

Preserve email when connecting

Webflow does not host or route email. When you add DNS records for Webflow, leave all existing MX records untouched in Network Solutions' Advanced DNS Manager. MX records control email routing independently of A and CNAME records used for website hosting.

Do not change nameservers when connecting to Webflow. Changing nameservers at Network Solutions terminates all NS-hosted services, including email, Premium DNS, and web forwarding, for that domain. Only modify individual DNS records as described above.

If your domain uses SPF records for email authentication, only one SPF record is allowed per domain. Merge SPF values into a single record rather than creating duplicates.

Connect a subdomain

You can point a subdomain (e.g., blog.yourdomain.com) to a separate Webflow site while keeping the root domain elsewhere.

To connect a subdomain:

  1. In Network Solutions, add a CNAME record with the subdomain prefix (e.g., blog) as the hostname, pointing to cdn.webflow.com.
  2. Add a TXT record with hostname _webflow and the verification code from your Webflow dashboard.
  3. In Webflow, go to Site Settings > Publishing > Production and add the full subdomain (e.g., blog.yourdomain.com).

The root domain and other subdomains remain unaffected by this change.

Update DNS for sites created before April 21, 2025

Webflow migrated its hosting infrastructure to Cloudflare. Sites created before April 21, 2025 require updated DNS settings. As of January 13, 2026, publishing to a custom domain on legacy DNS is blocked. Existing sites remain live, but new publishes are disabled.

To update your DNS records:

  1. Check your migration status in Workspace settings > Domain Updates.
  2. In Network Solutions, update the CNAME record for www from proxy-ssl.webflow.com to cdn.webflow.com.
  3. Verify the A record matches the value shown in your current Webflow site settings dashboard.
  4. If your domain has CAA records, add entries for both letsencrypt.org and pki.goog per Webflow's CAA record documentation.
  5. Return to Webflow and click Check Status in Site Settings > Publishing > Production.

After these updates are in place, sites created after April 21, 2025 still require no changes, while older sites can move off legacy DNS.

Build with the Webflow Data API

The Webflow Data API lets you automate site publishing and CMS content management for sites connected to Network Solutions domains. This approach requires server-side development. It is useful when publishing needs to happen as part of a CI/CD pipeline or content sync workflow. Network Solutions does not offer a public REST API. All DNS configuration on the Network Solutions side remains manual regardless of how much you automate on the Webflow side.

Two APIs are relevant to this integration:

  • Webflow's Data API v2 handles site publishing, CMS collection management, and custom domain retrieval.
  • Webflow webhooks trigger real-time notifications for events like site publishes and form submissions.

Network Solutions' only programmatic interfaces are a legacy SOAP/XML eCommerce API scoped to online store data and an XML-based Partner Protocol. The Partner Protocol is restricted to approved wholesale reseller partners. Neither is accessible to standard Webflow developers or relevant to domain-to-Webflow workflows.

Publish to a connected domain via API

Once your Network Solutions domain is connected through the Webflow UI (domains cannot be added via API), you can trigger publishes programmatically.

To publish via the API:

  1. Generate a site token in Webflow under Site Settings > Apps & Integrations > API Access with sites:read and sites:write scopes.
  2. Retrieve your custom domain ID with a GET request to https://api.webflow.com/v2/sites/{siteId}/custom-domains.
  3. Publish by sending a POST request to https://api.webflow.com/v2/sites/{siteId}/publish with the domain ID in the request body:
{
  "customDomains": ["<domain_id>"],
  "publishToWebflowSubdomain": false
}

Custom domain IDs are UUIDs returned by the custom domains endpoint, not the domain URL string.

Sync CMS content and publish

For sites using the Webflow CMS, the Data API supports content management. You can create, update, and publish CMS items programmatically, then trigger a site publish to push changes to your Network Solutions domain.

To create and publish a CMS item:

  1. List collections with a GET request to https://api.webflow.com/v2/sites/{siteId}/collections (requires cms:read scope).
  2. Create a live item with a POST request to https://api.webflow.com/v2/collections/{collectionId}/items/live (requires cms:write scope).
  3. Publish the site to your custom domain using the publish endpoint described above.

The CMS plan supports 2,000 items and the Business plan supports 10,000 items. All CMS API operations require Bearer token authentication.

What can you build with the Network Solutions Webflow integration?

Integrating Network Solutions with Webflow lets you run a production website on Webflow's infrastructure using an existing Network Solutions domain without transferring registrars or disrupting active services.

  • Agency client delivery on existing domains: Build a client's site in Webflow and connect it to their Network Solutions domain. The client retains full ownership of their domain registration and email while the agency manages the website. DNS configuration takes one session, and the client can self-manage their domain going forward.
  • Small business website upgrades: Replace an outdated site on Network Solutions' website builder with a Webflow site. Keep the same domain and business email addresses. MX records stay untouched, so email continues working throughout the migration.
  • Campaign landing pages on subdomains: Launch a marketing landing page at promo.yourdomain.com on Webflow while the root domain continues to serve a different platform. A single CNAME record in Network Solutions points the subdomain to Webflow without affecting the main site.
  • Multi-domain brand consolidation: Register variant domains (.com, .net, .org) at Network Solutions. Use domain forwarding to redirect them all to a single Webflow-hosted site. Domain registration and redirect rules stay in Network Solutions, while Webflow handles the primary website.

If you need more control over automated publishing workflows or CMS content syncing across multiple connected domains, the API integration path covers those cases with full flexibility.

Frequently asked questions

  • No. You keep your domain registered at Network Solutions and add DNS records that point to Webflow's hosting infrastructure. Domain transfers are not required. You only need to add an A record, a CNAME record, and a TXT record in Network Solutions' Advanced DNS Manager. Webflow's domain connection guide walks through the process.

  • Your email will continue working as long as you leave MX records unchanged in Network Solutions' Advanced DNS Manager. A and CNAME records control website routing. MX records control email routing independently. Do not use Quick Connect if you have active email, because it may overwrite existing records. Manual DNS configuration gives you control over which records to add without modifying email-related entries. Network Solutions documents MX record management in their help center.

  • The most common causes are incomplete DNS propagation (wait the full 48-hour window), incorrect record values, conflicting A records left over from a previous host, or DNSSEC being enabled on the domain. Verify your records match the values in your Webflow site settings dashboard exactly. If DNSSEC is enabled, disable it in your Network Solutions account before connecting. Webflow's domain error troubleshooting guide covers each cause in detail.

  • No. Network Solutions does not support ANAME or ALIAS records. CNAME records can only be created for third-level domains (like www.yourdomain.com), not the apex domain. This is why Webflow requires a static A record pointing to 198.202.211.1 for the root domain. If Webflow changes its infrastructure IP in the future, you will need to update this A record manually.

  • Yes, but with an extra step. NameSecure domains cannot self-serve SRV or TXT records through the dashboard. Webflow requires a _webflow TXT record for domain verification. You need to contact Network Solutions support by email to have this record added. A and CNAME records can still be managed through the NameSecure interface directly.

Network Solutions
Network Solutions
Joined in

Category

Domains

Description

Connect a Network Solutions domain to Webflow through Quick Connect, manual DNS configuration, or the Webflow Data API. Keep domain registration and email at Network Solutions while hosting the site on Webflow.

Install app

This integration page is provided for informational and convenience purposes only.


Other Domains integrations

Other Domains integrations

Google Domains

Google Domains

Connect your former Google Domains domain, now managed through Squarespace, to Webflow to host your site at a custom domain using DNS configuration or domain transfer.

Domains
Learn more
Gandi

Gandi

Point your Gandi domain name to Webflow

Domains
Learn more
Godaddy (domaincontrol.com)

Godaddy (domaincontrol.com)

Point your Godaddy domain name to Webflow

Domains
Learn more
Freeparking

Freeparking

Point Freeparking-registered domains to Webflow-hosted sites through DNS configuration.

Domains
Learn more
Enom

Enom

Connect Enom with Webflow to manage domain registration and DNS configuration for your custom domain setup.

Domains
Learn more
DreamHost

DreamHost

Connect DreamHost's reliable hosting infrastructure with Webflow to manage domains, deploy exported sites, and create powerful hybrid architectures. Leverage DreamHost's DNS management, email hosting, and flexible server options while maintaining Webflow's design capabilities.

Domains
Learn more
DNSimple

DNSimple

Point your DNSimple domain name to Webflow

Domains
Learn more
DNS Made Easy — CNAME flattening

DNS Made Easy — CNAME flattening

Set your root domain as the default domain by setting an ANAME record for your DNS Made Easy domain

Domains
Learn more
DNSimple — CNAME flattening

DNSimple — CNAME flattening

Set your root domain as the default domain by setting an ALIAS record for your DNSimple domain

Domains
Learn more

Related integrations

No items found.

Get started for free

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Get started — it’s free