- 26 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Cloud Enrollment tool
- Updated on 26 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
This allows enrollment of the device in ZPE Cloud. Displays this dialog.
Enable Cloud Enrollment
Go to System :: Toolkit.
Click Cloud Enrollment icon (displays dialog)
In the Cloud Enrollment menu:
Enter URL (of the Cloud application).
Enter Customer Code.
Enter Enrollment Key.
Click Save.
CLI Procedure
On the Access table, click Console.
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.