Getting Started with DNS in smoxy

With smoxy’s integrated DNS management, you can fully and reliably manage your domains directly from the smoxy platform. In this guide, we’ll show you how to:

  1. Add a domain

  2. Configure nameservers

  3. Manage DNS records

  4. Import existing DNS zones

Note: You can also use smoxy purely as a DNS management solution – independently of the Image Optimization, Acceleration, or Security packages.


1. Add a domain to smoxy

  1. Open the smoxy interface and go to Domains & DNS.

  2. Click + Add Domain.

  3. Enter your domain (e.g., example.com) and confirm with Continue.

  4. Select the DNS option.

Your domain will now appear in the overview. In the next step, you’ll see the smoxy nameservers that must be set at your domain registrar.


2. Migrate DNS records (Important!)

Before switching nameservers, make sure all important DNS records from your existing zone are copied into smoxy. This avoids interruptions for email, websites, or other services.

Here's how to proceed:

Option A: Import via zone file (BIND format)

If your current DNS provider allows you to export a zone file, you can easily upload it to smoxy:

  1. In smoxy, go to the affected domain under Domains & DNSAdd DNS Records.

  2. Click Import in the top right corner.

  3. Select the TXT file in BIND format from your system.

  4. smoxy will read the file and automatically create all valid records in the zone.

Note: Not all providers allow full exports. Double-check your records after import.

Option B: Manual entry

If you cannot export a zone file, you can manually transfer the most important records:

  1. Click + Add DNS Record.

  2. Choose type, name, TTL, and target.

  3. Save – done.

Key DNS records to migrate:

Type
Purpose
Example

A

IP address of your website

192.0.2.1

MX

Email delivery

mail.yourdomain.com

TXT

SPF/DKIM/verification

v=spf1 include:…

CNAME

Subdomains (e.g., www)

yourdomain.com

NS records in import

  • Subdomain NS records (e.g., sub.example.com) are recognized and imported.

  • Apex NS records (e.g., example.com) are ignored, since smoxy provides the authoritative nameservers for the domain.


3. Set nameservers at your registrar

Once all DNS records have been imported or manually added in smoxy, you can switch the nameservers. This makes smoxy the authoritative DNS provider for your domain.

Here’s how:

  1. In smoxy, open the respective domain.

  2. Switch to the Nameservers tab (next to DNS Records).

  3. You’ll see two nameservers to copy – for example:

Steps and screenshots vary by registrar. Here are some helpful guides:

Note: Propagation can take 24–48 hours. During this period, availability may be temporarily affected.


4. Done!

Once all DNS records are set up in smoxy and the nameserver change has fully propagated, your domain is active and completely reachable via smoxy.

You don’t need to restart or confirm anything – changes take effect automatically. From now on, you can manage and adjust your DNS zone anytime within smoxy.

Last updated

Was this helpful?