---
title: "Veeam Backup & Replication einrichten (EN)"
description: "Erfahren Sie hier, wie Sie einen Veeam Backup & Replication Server mit Veeam Enterprise installieren"
url: https://docs.ovhcloud.com/de/guides/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication
lang: de
lastUpdated: 2026-06-01
---
# Veeam Backup & Replication einrichten (EN)

## Objective

Veeam Backup & Replication is a data protection software. It offers its users a wide range of options for backing up, replicating and restoring their data.

**This guide explains how to set up a Veeam Backup & Replication server, then register it with an OVHcloud Veeam Enterprise licence server.**

:::warning
If a virtual machine is protected using multiple backup methods (for example [VM backup](https://helpcenter.veeam.com/docs/vbr/qsg/vm_backup.html?ver=13) and [Agent backup](https://helpcenter.veeam.com/docs/vbr/userguide/protect_comp.html?ver=13)), each method consumes a separate licence and is billed independently.

To avoid additional charges, protect each virtual machine using **only one backup method**.

:::

## Requirements

- A [Veeam Enterprise solution](https://www.ovhcloud.com/de/storage-solutions/veeam-enterprise/)
- Windows Server 2012 or a newer version
- Veeam Backup & Replication v12.3 or earlier.

## Instructions

### Setting up Veeam Backup & Replication

Download the **Veeam Backup & Replication** solution from the [Veeam website](https://www.veeam.com/downloads.html?ad=top-sub-menu). If you do not have an account, you will need to set one up (account setup is free).

The file will appear in ISO disk image format. Once you have transferred it onto your server, select the server’s CD reader, then select the image.

On the server, you can then launch the installation wizard. Select `Veeam Backup & Replication (Install)
`.
![installation Veeam](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_01.png)
After you have read the licence agreement, accept the terms and click `Next
`.
![terms conditions](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_02.png)
Click `Next
` to skip the step of opening a licence file.
![licence](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_03.png)
In the step where you select components to install, leave everything unchanged. However, depending on your requirements, you can change the destination path. Confirm by clicking `Next
`.
![installation path](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_04.png)
The installation wizard will then carry out a requirement check. If you are working from a clean Windows installation, some components will be missing, but the installation wizard will download and install them automatically. Confirm by clicking `Next
`.
![validation](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_05.png)
Next, wait for the missing components to be installed.

![installation](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_06.png)
Once the installations are complete, confirm the **Veeam Backup & Replication**
 setup by clicking `Next
`.
![system check](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_07.png)
During the customisation stage of the setup, confirm the operation by clicking `Install
`.
![customisation](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_08.png)
Next, wait for the installation to complete.

![progress bar](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_09.png)
Once it is complete, exit the installation wizard by clicking `Finish
`.
![finish install](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_inst_10.png)
You will be redirected to the launch wizard, simply close the window.

[](#)
### Creating a Veeam Enterprise service account

#### Step 1 - Launch a service account

Generate a **complex password** for your service account.

To ensure that the Veeam licence activation works correctly, the username and password must use only supported characters:

- Lowercase and uppercase letters **without accents** (a-z, A-Z)
- Numbers (0-9)
- Special characters: `! @ = # % & ' " { } * ( ) [ ] ? . , ; : - _ \ / +`

:::warning
If the username or password contains unsupported characters, licence activation may fail.
:::

Next, launch Windows PowerShell as an administrator and create the service account, for example:

```powershell
New-LocalUser "OVHVeeamEnterprise" -Password (ConvertTo-SecureString -AsPlainText "P@ssword01" -Force) -Description "OVHcloud Service Account for Veeam Enterprise" -PasswordNeverExpires:$true -UserMayNotChangePassword:$true -AccountNeverExpires:$true
```

Please note that the account name and password shown here are examples, and must be replaced with your own details:

- Account name: OVHVeeamEnterprise
- Password: P\@ssword01

#### Step 2 - Define the service account authorisations

Launch the Veeam console.

![veeam console](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_use_12.png)
Check that it is in **Community Edition** mode, in the bottom right-hand corner.

![free edition](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/Veeamcommunity.png)
Go to the menu, and click `Users and Roles
`.
![users and roles](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_conf_2.png)
In the `Security
` window, select `Add...
`.
![security](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_conf_3.png)
Then, in the "Add User" window, enter the service account name you have created. Select the **Veeam Backup Administrator**
 role and confirm by clicking `OK
`.
![add admin user](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_conf_4.png)
If you go back to the **Security** window, you can check that the account has been defined properly.

![user added](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_conf_5.png)
#### Step 3 - Launch and Activation Permissions

The OVHVeeamEnterprise user is only accessible locally, so it is necessary to add permissions in the Windows graphical user interface to enable the remote connection.

Via the graphical user interface:

1. In your Windows search bar, type <code className="action">Component Services</code> and launch the service.
2. On the left menu and following the tree structure, click on <code className="action">Component Services</code>, then on <code className="action">Computers</code>, then on <code className="action">My Computer</code>.
3. On the right, under the <code className="action">Actions</code> tab, click on <code className="action">More Actions</code>, then on <code className="action">Properties</code>.
4. Go to <code className="action">COM Security</code>, underneath the second section <code className="action">Launch and Activation Permissions</code>, click on <code className="action">Edit Limits</code>. Next, click on <code className="action">Add...</code>.

![Launch and Activation Permissions](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamuseradd.png)

1. Click on 
`Advanced
` to locate the previously added service account and click on 
`Find Now
`. Select the 
`OVHVeeamEnterprise
` user from the list of users.



![Launch and Activation Permissions](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamuseradd1.png)

1. Click on 
`OK
` to confirm the selection, and on 
`OK
` to validate. Next, enable all permissions on the 
`OVHVeeamEnterprise
` user.



![Launch and Activation Permissions](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamuseradd3.png)

1. Click on 
`OK
` to confirm and on 
`Apply
` to validate the changes.



Your OVHVeeamEnterprise user is now accessible locally and remotely.

#### Step 4 - Register the Veeam Backup & Replication server

#### From the OVHcloud Control Panel

In your OVHcloud Control Panel
, open the `Hosted Private Cloud
` section and select your service labelled **backupserverenterprise**
 from `Platforms and services
`. On this page, click on `Activate license
` in the `Shortcuts`
 box.
To set up your environment, make sure you have opened the ports from OVHcloud to your Veeam Backup and Replication servers:

- `Port 9392/TCP`
- `Port 9405/TCP`

![Veeam installation](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/architecture.png)
![OVHcloud Control Panel](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeam001.png)
In the new opened window, enter the following information:

- The public IP address through which your server **Veeam Backup & Replication** can be contacted.
- The login for the service account you have created.
- The password for the service account.

Then confirm with `OK
`.
![license activation](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeam03.png)
Once you have activated it, you will find the main information on the service page.

![license activated](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeam02.png)
**Updating login credentials via the OVHcloud Control Panel**:

To update your login credentials, you can use the `Update my information
` button.
![Update 1](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeam_update_cred.png)
In the window that pops up, enter the `IP`, `Username` and `Password`.

Finally, click `OK
`.
![Update 2](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeam_update_cred_2.png)
#### Using the OVHcloud API

First, retrieve your serviceName:


🇪🇺EU▾

[GET/veeam/veeamEnterprise](https://eu.api.ovh.com/console/?section=/veeam/veeamEnterprise&branch=v1#get-/veeam/veeamEnterprise)

Then register it:


🇪🇺EU▾

[POST/veeam/veeamEnterprise/{serviceName}/register](https://eu.api.ovh.com/console/?section=/veeam/veeamEnterprise&branch=v1#post-/veeam/veeamEnterprise/-serviceName-/register)

You will need the following information:

- the public IP address that can be used to contact your **Veeam Backup & Replication** server
- your server’s **Veeam Backup & Replication** port (usually **9392/TCP**)
- the login for the account you have just created
- the password for your service account

You can retrieve the public IP used by Veeam Enterprise to contact your **Veeam Backup & Replication** server via:


🇪🇺EU▾

[GET/veeam/veeamEnterprise/{serviceName}](https://eu.api.ovh.com/console/?section=/veeam/veeamEnterprise&branch=v1#get-/veeam/veeamEnterprise/-serviceName-)

:::info
The activation of your Veeam Backup & Replication server can take several hours.

:::

**Updating login credentials via the API**:


🇪🇺EU▾

[POST/veeam/veeamEnterprise/{serviceName}/update](https://eu.api.ovh.com/console/?section=/veeam/veeamEnterprise&branch=v1#post-/veeam/veeamEnterprise/-serviceName-/update)

> **Settings**:
>
> `serviceName`: Your service name, e.g. `pcc-XXX-XXX-XXX-XXX`

Example of **REQUEST BODY** required:

```json
{
  "ip": "192.0.2.0",
  "password": "XXX",
  "username": "string"
}
```

#### Step 5 - Verify the registration

Launch the Veeam console.

![console veeam](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_use_12.png)
Go to the menu, then click `License
`.
![open menu](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_lic_1.png)
Check that the information displayed is definitely for your OVHcloud licence.

If the registration was successful, you should see `Edition: Enterprise Plus`.

:::info
You can now disable the user that you have created to create the registration.

:::

![licence OVHcloud](/images/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication/veeamBandR_lic_2.png)
## Go further

If you require training or technical support to implement our solutions, please contact your Technical Account Manager or visit [this page](https://www.ovhcloud.com/de/professional-services/) to get a quote and request a custom analysis of your project from our Professional Services team experts.

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