---
title: How to create subdomains
description: This page explains how to create subdomains
tags: webhosting subdomain
dates:
  validation: 2025-09-03
  posted: 2021-08-05
---
import Requirements from '@macros/iam/requirements.mdx'
import WebhostingOnline from '@macros/webhosting/webhosting-online.mdx'

import image from './assets/scaleway_subdomain_ftp.webp'
import image2 from './assets/scaleway_subdomain_01.webp'
import image3 from './assets/scaleway_subdomain_02.webp'
import image4 from './assets/scaleway_subdomain_03.webp'


<WebhostingOnline />

Subdomains are an additional part to extend your main domain name. Mostly, they are created to organize and navigate to different sections of your website. For example, you can host your main website at `www.example.com` and your blog at `blog.example.com`.

<Requirements />

- A Dedibox account logged into the Online [console](https://console.online.net)
- Created a **Webhosting Classic**

## How to create a subdomain from the Dedibox console

1. Click **Hosting**. A list of your webhosting accounts displays.
2. Click **Manage** next to the hosting you want to configure. The webhosting overview page displays.
3. Click **Subdomains** under **Linked domains** in the side menu. The list of your subdomains displays.
4. Click **Add subdomain**. A pop-up displays.
5. Enter the name of your subdomain and click **Add subdomain**. The new subdomain will appear in the list of your subdomains.

## How to upload content to your subdomain

1. Connect to your webhosting using your [FTP account](/classic-hosting/concepts/#ftp-account). A listing of your remote files and folders displays in the right part of the FTP client:
    <Lightbox image={image} width="" />
2. Double-click the folder with the same name as your subdomain to access it.
3. Upload your files into this directory.
    <Message type="tip">
      The directory where you usually upload your files on the server is `www`. To upload your files into the folder for your subdomain, you have to choose the one named after it.
    </Message>

## How to create subdomains using the FTP client (advanced mode)

It is also possible to create subdomains directly using your FTP client, without needing to create them via the Dedibox console.

1. Log into your webhosting using an FTP client. Your remote files are listed in the right part of the FTP client.
    <Lightbox image={image2} width="" />
2. Create a new folder in the document root of your hosting, named after your subdomain:
    <Lightbox image={image3} width="" />
3. Enter the newly created directory and upload your files into it:
    <Lightbox image={image4} width="" />

You now can access the files located in this directory as a subdomain of your webhosting.


