---
title: "Conectarse a la interfaz vSphere"
description: "Cómo conectarse a la interfaz vSphere"
url: https://docs.ovhcloud.com/es/guides/hosted-private-cloud/powered-by-vmware/vsphere-interface-connexion
lang: es
lastUpdated: 2024-11-05
---
# Conectarse a la interfaz vSphere

## Objective

**This guide will show you how to log in to your managed vSphere Web interface from the HPC VMware on OVHcloud control panel.**


***

### OVHcloud Control Panel Access

- **Direct link:** [VMware vSphere](https://manager.eu.ovhcloud.com/#/dedicated/dedicated_cloud)
- **Navigation path:** <code className="action">Hosted Private Cloud</code> > <code className="action">Managed VMware vSphere</code> > Select your vSphere service

***


## Requirements

- You must be the administrator of the [Hosted Private Cloud - managed vSphere](https://www.ovhcloud.com/es-es/hosted-private-cloud/vmware/) infrastructure.
- IP addresses added in the <code className="action">Security</code>  section of your <ManagerLink to="/">OVHcloud Control Panel</ManagerLink>. For more information, please read our guide on [Authorizing IPs to connect to vCenter](/es/guides/hosted-private-cloud/powered-by-vmware/authorise-ip-vcenter-access.md).

To use IAM, you must enable the feature in order to delegate rights management with a role. Please read the guides:

- Guide 1: [IAM for VMware on OVHcloud - Introduction and FAQ](/es/guides/hosted-private-cloud/powered-by-vmware/vmware-iam-getting-started.md)
- Guide 2: [IAM for VMware on OVHcloud - How to enable IAM](/es/guides/hosted-private-cloud/powered-by-vmware/vmware-iam-activation.md)
- Guide 3: [IAM for VMware on OVHcloud - How to create an IAM vSphere role](/es/guides/hosted-private-cloud/powered-by-vmware/vmware-iam-role.md)

## Instructions

To log in to the managed vSphere Web interface, you need OVHcloud login credentials. It can be either a vSphere user (with a local user), or a vSphere rôle (with IAM).

### Step 1 - Users management with vSphere and OVHcloud

#### From the OVHcloud Control Panel

You can manage your login credentials via the OVHcloud Control Panel for your VMware product managed on OVHcloud.

Log in to the OVHcloud Control Panel
 and click the `Hosted Private Cloud
` tab.
Click on the `Managed VMware vSphere
` section, select your infrastructure, then go to the `Users
` tab.
![Logging in to the vSphere HTML5 interface](/images/hosted-private-cloud/powered-by-vmware/vsphere-interface-connexion/managed_vsphere_all.png)
To list your VMware environments, click `All my services
`.
To access the `Manage user permissions in the vSphere client
`, click the `Users
` section.
To create or modify a user click `Create User
` or `Modify
` a user.
![Logging in to vSphere HTML5](/images/assets/screens/control-panel/product-selection/hosted-private-cloud/vmware/vmware-users.png)
When clicking  the `...
` button to the right of a user, you can modify the users or the IAM roles, modify the permissions per DC, change the password or delete a user.
![Logging in to vSphere HTML5](/images/assets/screens/control-panel/product-selection/hosted-private-cloud/vmware/vmware-user-modification.png)
#### From the OVHcloud API

You can manage users via the OVHcloud API.

:::info
If you are not familiar with using the OVHcloud API, please refer to our guide on [Getting started with the OVHcloud API](/es/guides/manage-and-operate/api/first-steps.md).

:::

Here are some examples of API calls:

- Creating a user:


🇪🇺EU▾

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

> **Parameters**:
>
> - `serviceName`: your service in the form of pcc-XX-XX-XX-XX.
> - `name`: the name of your user in the form below.

**Example**:

```shell
{
"name": "User name"
}
```

- Changing a user password:


🇪🇺EU▾

[POST/dedicatedCloud/{serviceName}/user/{userId}/changePassword](https://eu.api.ovh.com/console/?section=/dedicatedCloud&branch=v1#post-/dedicatedCloud/-serviceName-/user/-userId-/changePassword)

> **Parameters**:
>
> - `serviceName`: your service in the form of pcc-XX-XX-XX-XX.
> - `userId`: the ID of your user in the form XXXXX.

**Example**:

```shell
{
"password": "XXX"
}
```

### Step 2 - Log in to the managed vSphere Web interface

**Using the HTML5 Web Client**

The HTML5 web client link is available on your Hosted Private Cloud VMware on OVHcloud control panel at this url: `https://pcc-xxx-xxx-xxx-xxx.ovh.xxx/ui` (replace pcc-xxx-xx-xx-xxx.ovh.xxx with your IP and region).

![Logging in to vSphere HTML5](/images/hosted-private-cloud/powered-by-vmware/vsphere-interface-connexion/vsphere_web_client_all.png)
You will then access this Web interface:

![Logging in to vSphere HTML5](/images/hosted-private-cloud/powered-by-vmware/vsphere-interface-connexion/vsphere_web_client_iam_vs_local.png)
With an IAM user:

![Logging in to vSphere HTML5](/images/hosted-private-cloud/powered-by-vmware/vsphere-interface-connexion/vsphere_web_client_iam.png)
With a local user:

![Logging in to vSphere HTML5](/images/hosted-private-cloud/powered-by-vmware/vsphere-interface-connexion/vsphere_web_client_local.png)
On the `Home
` page, you can view your managed vSphere's main menus.
![Logging in to vSphere HTML5](/images/hosted-private-cloud/powered-by-vmware/vsphere-interface-connexion/vsphere_web_client_pcc_home.png)
**Glossary**

- **HPC** : Hosted Private Cloud

## Go further

To ensure access, please refer to the VMware documentation, in which the different ports to be opened in your firewall are listed: [Client access](https://kb.vmware.com/kb/1012382).

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/es-es/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/community/en).
