> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kevsrv.me/llms.txt
> Use this file to discover all available pages before exploring further.

# CloudNS

> Setting up your domain with CloudNS

## Setting Up Your Domain With CloudNS

[CloudNS](https://www.cloudns.net/) offers both free and premium DNS services with a wide range of features.

1. Log in to your [CloudNS](https://www.cloudns.net/) account.
2. Click on **DNS Zones** -> **Create new**.
3. Select **Master DNS Zone**.
4. Enter your domain name (e.g., `your-name.example.com`).
5. Select **Free Zone** (if using the free plan) and click **Create**.
6. Note the nameservers listed on your dashboard (e.g., `pns1.cloudns.net`, `pns2.cloudns.net`, etc.).

### Connecting to Kevin Service Registry

1. Log in to your Kevin Service Registry [Dashboard](https://registry.kevsrv.me/login).
2. Go to **My Domains** -> **Manage** for your domain.
3. In the **DNS Records** section, add the nameservers provided by CloudNS.
   * You only need to add the first two (e.g., `pns1.cloudns.net`, `pns2.cloudns.net`) if your provider lists many.

### Next Steps

You can now add A, CNAME, or TXT records in the CloudNS dashboard.

<CardGroup cols={1}>
  <Card title="Deploy Your Website" icon="rocket" href="/guides/guides/github-pages">
    Ready to host? Check out our hosting guides
  </Card>
</CardGroup>
