How to register a domain name (step by step)
Registering a domain is the first step to putting anything online. Here's how the process works, what to check, and how to avoid common mistakes.
A domain name is the address people type to find you online — example.com instead of a string of numbers. Registering one is quick and inexpensive, but a few decisions up front save you headaches later. Here's the whole process.
Step 1: Decide on a name
Before you can register anything, you need a name that's available and worth having. Keep it short, easy to spell, and easy to say out loud. Avoid hyphens and numbers where you can — they're hard to communicate verbally. If your first choice is taken, try a different TLD (the ending, like .com or .io) before you start bolting on extra words.
Step 2: Search availability
Every registrar has a search box. Type your name and it tells you which endings are free. A domain is either available or already registered — there's no negotiating with the registrar over a taken name (though you can sometimes buy it from its current owner on the aftermarket, usually at a premium).
Step 3: Choose a registrar
A registrar is the company authorised to sell and manage domains. Look for transparent pricing (including the *renewal* price, not just year one), free WHOIS privacy, and a clean DNS management panel. Nxeon registers domains through name.com, so your domain and your server live in one dashboard instead of scattered across accounts.
Step 4: Pick the right TLD
.com is still the default people assume and type. But .io, .dev, .app and country codes like .co are widely accepted, especially for tech and startup projects. Choose based on your audience — a game community might love .gg, while a local business is usually safest on .com.
Step 5: Complete the registration
You'll enter contact details (required by ICANN, the body that governs domains) and pay for a term — typically one to ten years. Registering for multiple years at once locks in the price and reduces the chance of an accidental expiry.
Step 6: Turn on WHOIS privacy
Registration details are published in the public WHOIS database by default, which means your name, email and phone number can be scraped by spammers. WHOIS privacy replaces your details with the registrar's proxy. It's often free — turn it on unless you have a specific reason not to.
Step 7: Enable auto-renew
The most common way to lose a domain is forgetting to renew it. Once it expires, it can be snapped up by someone else. Enable auto-renew and keep a valid payment method on file so your name doesn't lapse.
Step 8: Point it somewhere
A freshly registered domain doesn't do anything until you configure DNS. To connect it to a server, add an A record pointing at your server's IP:
Type: A
Name: @
Value: 203.0.113.10
TTL: 3600
Add HTTPS with a free Let's Encrypt certificate and your site is live.
A quick checklist
- Name is short, memorable, easy to spell
- Renewal price checked, not just the first-year promo
- WHOIS privacy enabled
- Auto-renew turned on
- Registered for at least two years if it matters
Registering a domain takes about five minutes. The decisions around it — the name itself and keeping it from expiring — are what actually matter over the long run. Get those right and the rest is just DNS.