diyhosting/domain.html

105 lines
4.8 KiB
HTML

<!DOCTYPE html>
<html lang=en>
<head>
<title>Get a Domain Name &ndash; diyhosting.bhh.sh</title>
<!--# include file=".nav.html" -->
</head>
<body>
<header><h1>Get a Domain Name</h1></header>
<nav></nav>
<main>
<h2>Terms</h2>
<dl>
<dt>Domain name</dt><dd>The name of a website that you type in an address bar. This site's domain name is <code>diyhosting.bhh.sh</code>.</dd>
<dt>Top-level domain (TLD)</dt><dd>The extension of a domain name, like <code>.com</code>, <code>.net</code>, <code>.xyz</code>, etc.</dd>
<dt>Registrar</dt><dd>A service authorized to reserve a domain name for you.</dd>
</dl>
<p>
When domain names first sell, they usually sell for very cheap, but once someone buys one, they have the rights to it until they decide to sell it, often for much, much more money.
Therefore, it's a good idea to reserve a domain name ASAP, even if you didn't intend on doing anything big with it.
</p>
<p>
So let's register your domain name!
</p>
<h2>How</h2>
<p>Domains can be registered at any accredited <dfn>registrar</dfn>.
In this guide, I will use the registrar <a href="https://www.epik.com/?affid=we2ro7sa6">Epik</a> because it is one of the more high quality and easy to use.
The guides on this site will use Epik, but if you choose to register your domain with one of the <a href="https://www.icann.org/en/accredited-registrars">many, many other registrars</a>,
you can still do most of what Epik does, albeit options and settings might appear in different menus.
</p>
<h3>Basic info about domain names</h3>
<ul>
<li>Domain names usually require a <em>very</em> small yearly fee to keep registered, usually around $12 for most generic TLDs.
There are some "specialty" TLDs that are more expensive, but <code>.com</code>, <code>.xyz</code> and other basic TLDs are that cheap.</li>
<li>Once you own a domain, it is yours as long as you pay the yearly fee, but you can also sell it to someone for however much you want.</li>
<li>Domain names do not hold your data or your website, instead, you add "DNS settings" that direct people connecting to your domain to your IP address.
The purpose of a domain name is so that people don't have to remember your IP address to find your website!</li>
</ul>
<h3>Looking for domain names</h3>
<p>
Let's go to <a href="https://www.epik.com/?affid=we2ro7sa6">Epik's site</a> and you can search for domain names.
</p>
<p>
You can look for whatever domain name you want.
Domains that are already bought and owned by someone else might have the option to "Backorder," but it's always best to get one that is unowned, like these:
</p>
<a href="pix/domain-search.png"><img src="pix/domain-search.png" alt="Searching for a domain name"></a>
<p>
Note the differences in prices.
Some "specialty" TLDs like <code>.game</code> and <code>.io</code> charge a much larger fee, although you might want one.
Some domains above, like <code>.xyz</code> and <code>.org</code> have reduced prices for the first year.
</p>
<p>
Choose the domain you want and buy it.
These <code>.xyz</code> domains are a steal now on sale.
</p>
<a href="pix/domain-cart.png"><img src="pix/domain-cart.png" alt="Buying a domain name"></a>
<p>
That's all you have to do to own a domain name!
As you register a domain, you can also setup an automatic payment to pay your fee yearly to keep your domain.
Easy as pie.
</p>
<p>Now we will get a server to host your website on.</p>
<span class=next><a href="server.html">Next: Get a Server.</a></span>
<hr>
<h2>More info on domains</h2>
<h3>Privacy</h3>
<p>
One worry people have when reserving a domain is that a domain registrar requires that you submit a home address!
In fact, it used to be even worse: You could easily look up the information of the owner of a website by looking them up in the public WHOIS database!
</p>
<p>
But more importantly, <em>every good registrar</em> should include some kind of WHOIS guard, which is a service that logs a dummy address including a dummy email in the WHOIS database instead of your actual information.
By the way, if the registrar you're looking at requires an extra fee for this service, switch to another. All good registrars should do this for free nowadays.
</p>
<span class=next><a href="server.html">Next: Get a Server.</a></span>
</main>
<!--# include file=".footer.html" -->
</body>
</html>