---
title: "Web hosting - How to manage FTP users"
description: "Find out how to create, modify and delete FTP users on your OVHcloud web hosting plan"
url: https://docs.ovhcloud.com/en/guides/web-cloud/web-hosting/ftp-manage-users
lang: en
lastUpdated: 2026-06-08
---
# Web hosting - How to manage FTP users

## Objective

OVHcloud web hosting plans provide access to an FTP storage space. You can use this FTP space to put your website or application files online, for example. You can access this space via an FTP or SSH user account, and the associated password. As part of your business, you may need to have several FTP user logins for your employees.

**This guide explains how to create, modify or delete FTP users on your OVHcloud web hosting plan.**

:::info
This guide is only valid for **Professional**, **Performance**, **Agency**, **Agency Plus** and **Agency Max** web hosting plans. Only these solutions allow you to activate multiple FTP users.

:::

## Requirements

- A compatible [OVHcloud web hosting plan](https://www.ovhcloud.com/en-gb/web-hosting/)


***

### OVHcloud Control Panel Access

- **Direct link:** <ManagerLink to="/#/web/hosting">Hosting plans</ManagerLink>
- **Navigation path:** <code className="action">Web Cloud</code> > <code className="action">Hosting plans</code> > Select your web hosting plan

***


## Instructions

### Create a new FTP user on your web hosting plan [](#)
To create a new FTP user on your web hosting plan via the OVHcloud Control Panel, click on the tabs below to view each of the **6** steps.


**Step 1**

Go to the <ManagerLink to="/#/web/hosting">Hosting plans</ManagerLink> page, then select the web hosting plan concerned.
![Web Hosting](/images/assets/screens/control-panel/product-selection/web-cloud/hosting-plans.png)

**Step 2**

On the page that pops up, click on the <code className="action">FTP - SSH</code> tab.
![FTP - SSH](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh.png)

**Step 3**

To create a new FTP user, click the <code className="action">Create User</code> button on the right. Depending on the resolution of your screen, the button may be on the bottom of the page.
![FTP-SSH create user](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh/create-user.png)

**Step 4**

The following window will appear:
![FTP-SSH create user step 1](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh/create-user-step-1.png)Define the settings for the new FTP user by filling in the following fields:
- _User_: Corresponds to the full FTP username that you will define. The new user will need it to log in to your web hosting plan’s FTP storage space. All additional FTP user names created on your web hosting plan will be preceded by your web hosting plan’s main FTP login, followed by a hyphen. For example, if your primary FTP login is `FTPLogin` and you create a new FTP user `user1`, your new user’s FTP login will be `FTPLogin-user1`.

- _Root folder_: It is the name of the directory or subdirectory in which the FTP user will be able to log in to the FTP storage space. For example, if a user needs to access all of your web hosting plan’s FTP storage space, leave this field empty. Otherwise, specify the name of the directory to which they will be authorized to access (e.g. `www`, `blog`, `website1`, `www/development`, etc.).

- _Connection protocol_: Allows you to define the protocols that the FTP user can use to log in to your web hosting plan’s FTP storage space. For example, if you select the third choice (the **FTP**, **SFTP** and **SSH** protocols), the FTP user will be able to connect using all three protocols. This way, the FTP user can log in via the **SSH** protocol, and manage FTP content using the same protocol.
Once you have set the parameters, click <code className="action">Next</code>.


**Step 5**

![FTP-SSH create user step 2](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh/create-user-step-2.png)In this second window, you only need to set and confirm the password for the new FTP user in the two fileds. Follow the password policy listed just below the 2 fields.
Once you have chosen and confirmed your password, click <code className="action">Next</code>.


**Step 6**

![FTP-SSH create user step 3](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh/create-user-step-3.png)This final window summarizes the settings you have chosen for your new FTP user. If these settings correspond to what you want, click <code className="action">Confirm</code> to complete the request to create a new FTP user on your web hosting plan.


:::info
Once the creation request has been validated, it can take up to 15 minutes for the new user to be registered on your web hosting plan.

:::

If necessary, test the new FTP user using our guide “[Logging in to your web hosting plan’s FTP storage space](/en/guides/web-cloud/web-hosting/ftp-connection.md)”.

### Modify an FTP user

To edit an FTP user, click on the tabs below to view each of the **4** steps.


**Step 1**

Go to the <ManagerLink to="/#/web/hosting">Hosting plans</ManagerLink> page, then select the web hosting plan concerned.
![Web Hosting](/images/assets/screens/control-panel/product-selection/web-cloud/hosting-plans.png)

**Step 2**

On the page that pops up, click on the <code className="action">FTP - SSH</code> tab.
![FTP - SSH](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh.png)

**Step 3**

In the table at the bottom of the page, on the right-hand side of the line corresponding to the FTP user concerned, click the <code className="action">...</code> button, then click <code className="action">Edit</code>.
![FTP-SSH edit user](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh/edit-user1.png)

**Step 4**

The following window will appear:
![FTP-SSH edit user step 1](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh/modify-a-user-step1.png)With the exception of the FTP user name and password, you can modify the _root folder_ and the _connection protocols_ defined for the FTP user here. If you need more information on the _root folder_ and _connection protocols_, please refer to the "[Create a new FTP user on your web hosting plan](#create-ftp-user)" section in this guide.
You can also _disable the user_ if necessary by ticking the box provided. This option is useful if you want to prevent a user from accessing your FTP space without deleting the FTP and SSH logs associated with them. These logs will allow you to determine what operations were performed if you notice any unwanted interventions on your web hosting plan.
Once you have made the modifications, click <code className="action">Next</code>. Then check your change requests, and click <code className="action">Confirm</code> to complete the FTP user change request on your web hosting plan.


:::info
If you only want to change the FTP user password, please refer to our guide on "[Changing an FTP user password](/en/guides/web-cloud/web-hosting/ftp-change-password.md)".

If you would like to change the FTP username, you must [create a new FTP user](#create-ftp-user) with the new username you want. You are then free to [delete the old FTP user](#delete-ftp-user) if required.

:::

### Delete an FTP user [](#)
To delete an FTP user, click on the tabs below to view each of the **4** steps.


**Step 1**

Go to the <ManagerLink to="/#/web/hosting">Hosting plans</ManagerLink> page, then select the web hosting plan concerned.
![Web Hosting](/images/assets/screens/control-panel/product-selection/web-cloud/hosting-plans.png)

**Step 2**

On the page that pops up, click on the <code className="action">FTP - SSH</code> tab.
![FTP - SSH](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh.png)

**Step 3**

In the table at the bottom of the page, on the right-hand side of the line corresponding to the FTP user concerned, click the <code className="action">...</code> button, then click <code className="action">Delete</code>.
![FTP-SSH delete user](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh/delete-user1.png)

**Step 4**

The following window will appear:
![FTP-SSH delete user confirmation](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh/delete-user1-confirmation.png)Click <code className="action">Confirm</code> to permanently delete the FTP user from your web hosting plan.


## Go further

[Logging in to your web hosting plan’s FTP storage space](/en/guides/web-cloud/web-hosting/ftp-connection.md)

[Changing an FTP user password](/en/guides/web-cloud/web-hosting/ftp-change-password.md)

[Accessing a web hosting plan via SSH](/en/guides/web-cloud/web-hosting/ssh-on-webhosting.md)

[Using PuTTy for Windows](/en/guides/web-cloud/web-hosting/ssh-using-putty-on-windows.md)

[Tutorial - Using FileZilla with your OVHcloud hosting](/en/guides/web-cloud/web-hosting/ftp-filezilla-user-guide.md)

[Tutorial - Using Cyberduck with your OVHcloud hosting](/en/guides/web-cloud/web-hosting/ftp-cyberduck-user-guide-on-mac.md)

For specialised services (SEO, development, etc.), contact [OVHcloud partners](https://partner.ovhcloud.com/en-gb/directory/).

If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](https://www.ovhcloud.com/en-gb/support-levels/).

Join our [community of users](https://community.ovhcloud.com/).
