---
title: "Enroll Nodegrid Manager to ZPE Cloud"
slug: "enroll-nodegrid-manager-to-zpe-cloud"
updated: 2023-04-18T15:02:44Z
published: 2023-04-18T15:02:44Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zpesystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enroll Nodegrid Manager to ZPE Cloud

### WebUI Procedure

1. Log into ZPE Cloud.
2. For enrollment information, go to *SETTINGS :: ENROLLMENT:: CLOUD*.
3. Locate the device and open the WebUI.
4. Go to *Security :: Services*and select **Enable ZPE Cloud** checkbox.  
To enroll the device in one on-premise instance of ZPE Cloud, select **Enable Remote Access** checkbox.
5. Make other changes, as needed.
6. Click **Save**.
7. To enroll device, go to *System :: Toolkit* and click **Cloud Enrollment**.
  1. Enter **Customer Code** and **Enrollment Key**.
  2. To enroll the device in one on-premise instance of ZPE Cloud, enter **On-premise URL**.
8. Click **ENROLL**.

### CLI Procedure

1. Log into ZPE Cloud.
2. For enrollment information, go to: *SETTINGS :: ENROLLMENT :: CLOUD*.
3. Open the vSphere Client.  
On the *Menu* dropdown, select **Hosts and Clusters**.  
On the *Hosts and Clusters* list, select the Nodegrid Manager VM.  
Click **Launch Web Console**.
4. On the CLI, enter admin credentials.
5. To enable ZPE Cloud and enable remote access feature, enter:

```none
cd settings/zpe_cloud
set enable_zpe_cloud=yes
set enable_remote_access=yes
commit
```
