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:
Add a domain
Configure nameservers
Manage DNS records
Import existing DNS zones
1. Add a domain to smoxy
Open the smoxy interface and go to Domains & DNS.
Click + Add Domain.
Enter your domain (e.g., example.com) and confirm with Continue.
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:
In smoxy, go to the affected domain under Domains & DNS → Add DNS Records.
Click Import in the top right corner.
Select the TXT file in BIND format from your system.
smoxy will read the file and automatically create all valid records in the zone.
Tip: You’ll usually find the zone file export under “DNS Export,” “Zone File Export,” or similar at your current DNS provider.
Option B: Manual entry
If you cannot export a zone file, you can manually transfer the most important records:
Click + Add DNS Record.
Choose type, name, TTL, and target.
Save – done.
Key DNS records to migrate:
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:
In smoxy, open the respective domain.
Switch to the Nameservers tab (next to DNS Records).
You’ll see two nameservers to copy – for example:

Steps and screenshots vary by registrar. Here are some helpful guides:
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?