Cloud Enrollment tool

Prev Next

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.

[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:

[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:

[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:

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