---
title: "Cloud Enrollment tool"
slug: "cloud-enrollment-tool"
updated: 2024-08-26T09:29:34Z
published: 2024-08-26T09:29:34Z
---

> ## 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.

# Cloud Enrollment tool

This allows enrollment of the device in ZPE Cloud. Displays this dialog.

### Enable Cloud Enrollment

1. Go to *System :: Toolkit*.
2. Click **Cloud Enrollment** icon (displays dialog)
3. In the *Cloud Enrollment*menu:
  1. Enter **URL** (of the Cloud application).
  2. Enter **Customer Code.**
  3. Enter **Enrollment Key.**
4. Click **Save**.

#### CLI Procedure

1. On the Access table, click **Console**.
2. On the CLI window, enter these parameters, then use “show” to confirm the configuration.

```plaintext
[admin@nodegrid /]# cloud_enrollment
[admin@nodegrid {toolkit}]# <TAB><TAB>
cancel    commit    enroll    ls      set     show   
[admin@nodegrid {toolkit}]# set <TAB><TAB>
customer_code=      enrollment_key=      url=    
[admin@nodegrid {toolkit}]# set customer_code=12341234
[admin@nodegrid {toolkit}]# set enrollment_key=12341234
[admin@nodegrid {toolkit}]# set url=https://zpecloud.com
[admin@nodegrid {toolkit}]# show
status: Enrolled at https://zpecloud.com
url = https://zpecloud.com
customer_code = 12341234
enrollment_key = ********
[admin@nodegrid {toolkit}]# commit
```

For EU region:

```plaintext
[admin@nodegrid /]# cloud_enrollment
[admin@nodegrid {toolkit}]# <TAB><TAB>
cancel    commit    enroll    ls      set     show   
[admin@nodegrid {toolkit}]# set <TAB><TAB>
customer_code=      enrollment_key=      url=    
[admin@nodegrid {toolkit}]# set customer_code=12341234
[admin@nodegrid {toolkit}]# set enrollment_key=12341234
[admin@nodegrid {toolkit}]# set url=https://zpecloud.eu
[admin@nodegrid {toolkit}]# show
status: Enrolled at https://zpecloud.eu
url = https://zpecloud.com
customer_code = 12341234
enrollment_key = ********
[admin@nodegrid {toolkit}]# commit
```

**NOTE**

To locate the Customer Code and Enrollment Key, log into your ZPE Cloud account and go to *Settings :: Enrollment*. (The **Enable Device Enrollment** checkbox must be enabled.)

To show ZPE Cloud enrollment settings:

```plaintext
[admin@nodegrid /]# cd /settings/zpe_cloud/
[admin@nodegrid zpe_cloud]# show
enable_zpe_cloud = yes
zpe cloud url: https://zpecloud.com
enable_remote_access = yes
enable_file_protection = yes
passcode = ********
enable_file_encryption = no
[admin@nodegrid zpe_cloud]#
```

For EU region:

```plaintext
[admin@nodegrid /]# cd /settings/zpe_cloud/
[admin@nodegrid zpe_cloud]# show
enable_zpe_cloud = yes
zpe cloud url: https://zpecloud.eu
enable_remote_access = yes
enable_file_protection = yes
passcode = ********
enable_file_encryption = no
[admin@nodegrid zpe_cloud]#
```

A confirmation is sent when the enrollment succeeds.

Once the ZPE Cloud is enabled on the device, access ZPE Cloud application to manage all enrolled devices. Access requires a company registration and an admin user account.
