---
title: "Exporting a website"
description: "Find out how to export an OVHcloud website"
url: https://docs.ovhcloud.com/en/guides/web-cloud/web-hosting/exporter-son-site-web
lang: en
lastUpdated: 2025-10-28
---
# Exporting a website

## Objective

This guideline will outline the steps to follow in order to export all elements of your website in a standard format, from an [OVHcloud web hosting plan](https://www.ovhcloud.com/en-gb/web-hosting/).

**Find out how to export an OVHcloud website.**

## Requirements

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


***

### OVHcloud Control Panel Access

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

***


## Instructions

### 1 - Retrieve files from your FTP storage space

#### 1.1 Log in to your storage space

To log in to your storage space, you will need the following:

- The active FTP or SSH user account
- The FTP or SSH user account password
- The server address
- The server connection port

This information was included in the email informing you that your web hosting plan has been set up.

If you don’t have this information, click on the tabs below to view each of the **4** steps.


**Step 1**

Log in to the <ManagerLink to="/">OVHcloud Control Panel</ManagerLink>, then go to the <code className="action">Web Cloud</code> section.
![Web Cloud](/images/assets/screens/control-panel/product-selection/web-cloud.png)

**Step 2**

Click the <code className="action">Hosting plans</code> menu, then select the Web Hosting plan concerned.
![Web Hosting](/images/assets/screens/control-panel/product-selection/web-cloud/hosting-plans.png)

**Step 3**

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 4**

The information associated with your storage space will now appear. You should be able to find the information you need to log in to it.
![FTP - SSH tab](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/ftp-ssh/tab-pro.png)If you need help with this, please refer to our guide on [Logging in to your Web Hosting plan’s storage space](/en/guides/web-cloud/web-hosting/ftp-connection.md).
If you are no longer in possession of the password, refer to the instructions set out in our documentation on [Modifying a FTP user password](/en/guides/web-cloud/web-hosting/ftp-change-password.md).


Once you have everything you need, there are two different ways of retrieving your files from the storage space:

- **Using FTP- or SFTP-compatible software.** You will need to install a compatible program on your computer (e.g. [FileZilla](/en/guides/web-cloud/web-hosting/ftp-filezilla-user-guide.md)). Since OVHcloud did not create the software package you have installed, please contact the software’s publisher if you are experiencing difficulties using it.

- **Using SSH access.** You will need to use commands from a terminal to interact with your storage space. More advanced knowledge and a specific [OVHcloud hosting plan](https://www.ovhcloud.com/en-gb/web-hosting/) are required to use this type of access. For further information on this, please refer to our guide on [Accessing your web hosting plan via SSH](/en/guides/web-cloud/web-hosting/ssh-on-webhosting.md).

#### 2.1 Download the files from your storage space

Once connected to your storage space, you just need to download the files of your website. **We recommend that you pay particular attention to the directory in which you installed your website.** In a typical use case, the website should be located in the "www" folder. However, if you are using your hosting to host multiple websites, you have probably declared multiple websites.

To verify the folder in which your website is stored, go to the `Multisite
` tab from your OVHcloud Control Panel. In the table that appears, for the desired domain, look at the `Root folder
` that is displayed.
![export-website](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/multisite/root-folders.png)
### 2 - Retrieve your database backup (optional)

:::info
This step is not required if your website does not use any databases.

:::

To retrieve a backup of your database, please read our guide on
[Retrieving the backup of a Web Hosting plan’s database](/en/guides/web-cloud/web-hosting/sql-database-export.md).

If you are using a **Web Cloud Databases**
 database for your website, you can go to the ‘Databases’ tab, click the `...
` button to the right of the database, and click ‘Back up now’ in the drop-down menu.
You can also download, import and restore backups in this section. Please read our guide [Backing up and exporting a database of your database server](/en/guides/web-cloud/databases/db-backup-export-database-server.md)

### 3 - Retrieve the logs for your OVHcloud web hosting plan

If you would like to download your website’s logs, you can do so via your web hosting plan.

Click `Hosting plans
`, then click on the solution concerned. Click the `Statistics and logs
` tab.
![statistics-and-logs](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/statistics-and-logs.png)
Then click on the link under `View logs
`:
![export-website](/images/assets/screens/control-panel/product-selection/web-cloud/web-hosting/statistics-and-logs/view-logs.png)
A window will appear with the different types of logs you can access. They are classed by month:

| Type  | Description                                                                                                                                                          |
| ----- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Web   | Here, you will find various logs for visiting your website, as well as the different actions taken from your website. You can use this to identify hacking attempts. |
| FTP   | FTP connections will be recorded and stored in these logs.                                                                                                           |
| Error | These are the errors generated by your website.                                                                                                                      |
| CGI   | These are the various calls to CGI scripts that have been made.                                                                                                      |
| out   | These are the statistics of your web hosting plan on different external calls that have been made.                                                                   |
| ssh   | These logs indicate the different connections made with SSH protocol.                                                                                                |
| cron  | These are the result of any jobs you have scheduled.                                                                                                                 |

![export-website](/images/assets/screens/other/web-tools/logs/raw-logs-general.png)
When you have selected the log types and month you want to view, the logs are archived by the day:

![export-website](/images/assets/screens/other/web-tools/logs/raw-logs.png)
## Go further

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

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

[FileZilla user guide](/en/guides/web-cloud/web-hosting/ftp-filezilla-user-guide.md)

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

[Retrieving the backup of a Web Hosting plan’s database](/en/guides/web-cloud/web-hosting/sql-database-export.md)

[Getting started with the Web Cloud Databases service](/en/guides/web-cloud/databases/db-getting-started.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/).
