# Custom Domains

Smmall Cloud allows users to assign a custom domain to their profiles. Here's the steps to setting that up.&#x20;

### Add your Custom Domain

Go to your [profile page](https://smmall.cloud/me/profile) and scroll to the bottom to the "Custom Domain" section

<figure><img src="https://3339468055-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC4uAXnQI1lFTPXLjdosr%2Fuploads%2FEE4iRjs6wwvt5zs1YvlX%2Fimage.png?alt=media&#x26;token=2674952c-e991-4c8f-bddc-ba590fa1e806" alt=""><figcaption></figcaption></figure>

Enter your desired domain and save the updates. You will see an "Invalid Configuration" warning.

<figure><img src="https://3339468055-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC4uAXnQI1lFTPXLjdosr%2Fuploads%2FBCvMZl42NhTWgsAp99ur%2FSmmall%20Cloud%20Markup%20on%202025-04-10%20at%2015-54-25.png?alt=media&#x26;token=9ec18dc3-4c96-4fc8-836b-116f81b337ae" alt=""><figcaption></figcaption></figure>

[Add the provided values to your domain's DNS](#configuring-your-dns) as a CNAME record. Once they've been updated, Smmall Cloud will automatically assign a SSL certificate to your domain. There may be a delay in this process while your DNS propagates but it usually happens instantly.

Once your DNS has been updated and SSL issued, you will see a "Valid Configuration" message and all of your files will be served under your custom domain.

<figure><img src="https://3339468055-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC4uAXnQI1lFTPXLjdosr%2Fuploads%2Fh3EhOYDNLM7scg1NSSkK%2Fimage.png?alt=media&#x26;token=bcd513e4-5cc3-4e04-abd3-850185bd3812" alt=""><figcaption></figcaption></figure>

## Configuring your DNS

#### 1. Log into your domain provider

This is where you registered your domain (e.g., GoDaddy, Namecheap, Google Domains, etc). (If you're not sure who your domain provider is, you can look it up at [https://who.is](https://who.is/).)

#### **2. Find the DNS settings**

Look for a section called something like:

* “DNS”
* “DNS Management”
* “Zone Editor”
* “Manage DNS”

#### **3. Add a new CNAME record**

Once you're in the DNS settings:

* **Type**: Select `CNAME`
* **Name / Host**: Enter the value provided by Smmall Cloud. Sometimes you will need to entire the full domain like `files.myhost.com`. Sometimes your host will require that you only enter the subdomain portion like `files`&#x20;
* **Value / Points to**: Enter [`cname.vercel-dns.com`](http://cname.vercel-dns.com/)
* **TTL**: Leave this at the default setting (like “1 hour” or “Automatic”)

#### **4. Save the record**

Click the **Save** or **Add Record** button.

#### 5. Wait for it to update

DNS changes can take a few minutes to several hours to go live—usually it’s pretty quick, but it can take up to 24 hours.

<br>
