GoZen Host includes a built-in DNS Manager in the Client Area. If your domain is registered with us, you can create, edit, and delete DNS records without needing a hosting account, a cPanel login, or any third-party DNS service.

This is useful if you manage your own VPS, use external hosting, or simply need DNS management for a domain parked with us.

GoZen DNS Manager in the Client Area

Who Can Use It

The DNS Manager is available to anyone with a domain registered through GoZen Host. You don’t need an active hosting plan.

Common scenarios:

  • Self-managed VPS customers who handle their own server stack but need reliable DNS
  • Customers with external hosting who registered their domain through GoZen
  • Domains not yet connected to hosting - parked domains, domains waiting for a project to launch, or domains used only for email routing

Accessing the DNS Manager

  1. Log in to the GoZen Host Client Area
  2. Navigate to DomainsMy Domains
  3. Click on the domain you want to manage
  4. Select DNS Manager

You’ll see a full list of your current DNS records, with columns for Host Name, TTL, Type, and Address/Value.

Interface Overview

The DNS Manager shows all existing records in an editable table:

ColumnWhat It Means
Host NameThe subdomain or root entry (e.g., yourdomain.com, www, mail, ftp)
TTLTime to Live - how long DNS resolvers cache this record, in seconds (default: 14400)
TypeThe record type - A, AAAA, CNAME, MX, NS, TXT, or SRV
Address/ValueThe target IP address, hostname, or text value for the record

Filtering Records

Use the Filter by Record Type links at the top of the page to show only specific record types:

  • All records - view everything
  • A - IPv4 address records
  • AAAA - IPv6 address records
  • CNAME - alias records
  • MX - mail exchange records
  • NS - nameserver records
  • TXT - text records (SPF, DKIM, DMARC, verification)

This keeps things manageable when your domain has many records.

Editing Existing Records

Every field in the record table is editable. Click on the Host Name, TTL, or Address/Value field to modify it directly.

After making changes:

  1. Review your edits
  2. Click Save Changes (green button at the bottom)

Adding a New Record

Scroll to the Add a new DNS record section below the existing records:

  1. Enter the Host Name (e.g., blog, shop, or leave it as the root domain)
  2. Set the TTL (14400 is a safe default)
  3. Select the Type from the dropdown (A, AAAA, CNAME, MX, TXT, SRV, NS)
  4. Enter the Address/Value - the IP address, hostname, or text content
  5. Click Add Record or Save Changes

Example: Add an A Record for a Subdomain

To point staging.yourdomain.com to your VPS:

  Host Name:  staging
TTL:        14400
Type:       A
Value:      203.0.113.50
  

Example: Add a TXT Record for Email Authentication

  Host Name:  @
TTL:        14400
Type:       TXT
Value:      v=spf1 +a +mx ~all
  

Deleting Records

To delete a record:

  1. Click the red [x] button next to the record
  2. Tick the Delete checkbox for bulk deletion
  3. Click Save Changes

Quick Configuration Buttons

The DNS Manager includes one-click setup buttons for popular services:

ButtonWhat It Does
Configure Google AppsAdds the MX records and TXT verification for Google Workspace email
Configure Office 365Adds the MX, CNAME, and TXT records for Microsoft 365
Configure ShopifyAdds the A and CNAME records to connect your domain to a Shopify store

These buttons save you from looking up and manually entering each record. They overwrite existing records of the same type, so use them on a fresh setup or when you’re ready to switch services.

Reset and Delete Options

ButtonWhat It DoesRisk Level
Reset DNS ZoneRestores all records to their default values⚠️ Medium - reverts custom records
Delete DNS ZoneRemoves the entire DNS zone for this domain🔴 High - domain becomes unresolvable

DNS Manager vs cPanel Zone Editor

If you also have a hosting account, you might wonder which tool to use:

FeatureDNS Manager (Client Area)Zone Editor (cPanel)
Requires hosting accountNoYes
LocationClient Area → My DomainscPanel → Zone Editor
Best forDomains without hosting, VPS users, domain-only customersDomains on shared/reseller hosting
Quick-config buttonsGoogle Apps, Office 365, ShopifyNot available
Record typesA, AAAA, CNAME, MX, NS, TXT, SRVA, AAAA, CNAME, MX, NS, TXT, SRV, CAA

Rule of thumb: If your domain is on a shared hosting plan and you use cPanel, manage DNS through cPanel’s Zone Editor. If your domain is standalone (no hosting) or you manage your own server, use the Client Area DNS Manager.

Best Practices

  • Screenshot your records before making bulk changes - you can always restore them manually
  • Lower TTL before changes - set TTL to 300 a few hours before a migration so old cached values expire faster
  • Don’t mix DNS tools - pick either the DNS Manager or cPanel Zone Editor and stick with one to avoid conflicting records
  • Test after changes - use GoZen DNS Inspector to verify your records are resolving correctly

What to Do Next

Last updated 13 Apr 2026, 00:00 +0200. history

Was this page helpful?