Category filter
Linux device enrollment in Hexnode UEM
Endpoint management plays a crucial role in configuring, securing, and overseeing your devices. To manage a Linux device through Hexnode, it must first be enrolled in the UEM portal. Hexnode enables the management of PCs running the Linux operating system. This enrollment establishes communication between the device and the UEM console, enabling seamless interaction.
CLI- based enrollment
CLI or Command Line Interface is a text-based user interface that allows users to run programs, manage files, and interact with a computer’s operating system. By executing commands, users can directly control various aspects of the system, making the CLI a powerful tool for tasks that require precision and efficiency.
Device enrollment using a command line interface is a straightforward method to provision Linux devices. By using CLI, you can quickly set up and enroll Linux devices, making the process faster and more efficient.
These are the enrollment options available in Linux enrollment:
Enrolling Linux devices without authentication
This method allows enrollment of Linux devices without requiring users to input authentication credentials. Enrollment is easily completed by executing the provided commands directly in the CLI terminal.
In the Hexnode UEM portal:
- Navigate to Enroll → Platform Specific → Linux → CLI-based Enrollment.
- Click on Switch to Open Enrollment.
- Select a Default User.
- Choose your preferred Ownership
- Personal
- Corporate
- Click Next.
On the device:
- Open the CLI terminal on your Linux device and enter the following command:
123curl -L https://<portalname>.hexnodemdm.com/enroll/ --output configchmod +x configsudo ./config
- Upon executing the command, the device gets successfully enrolled with Hexnode.
Authenticated enrollment
Email or SMS enrollment
Users can enroll their devices with the enrollment credentials sent via enrollment mail or SMS. The mail or SMS contains the username and password for enrollment.
In the Hexnode portal:
- Navigate to Enroll → Platform Specific → Linux → CLI-based Enrollment.
- Click on Switch to Authenticated Enrollment.
- Select the types of users to be enrolled via Enrollment Request.
- Choose your preferred Ownership
- Personal
- Corporate
- Let the user choose – Let the user choose the ownership type during enrollment
- Choose it later – Choose while sending enrollment requests
- Click Next.
- Check the box corresponding to Email or SMS based on how you want to send the enrollment request. Sending SMS requires the admin to complete SMS configurations.
- Select the User.
- Click on Send.
On the device:
- Open the CLI terminal of your device and enter the command listed under Linux enrollment in the enrollment mail or SMS.
- Enter the username and password mentioned in the enrollment mail or SMS to complete the enrollment process.
Self enrollment
Self-enrollment is a type of authenticated enrollment that allows users to enroll their devices by using preassigned passwords that the admin has shared with the corresponding user. With self-enrollment, users do not receive enrollment requests.
In Hexnode portal:
- Navigate to Enroll → Platform Specific → Linux → CLI-based Enrollment.
- Click on Switch to Authenticated Enrollment.
- Select the user type to be enrolled via Self Enrollment.
- Choose your preferred Ownership
- Personal
- Corporate
- Let the user choose – Lets the user choose the ownership type during enrollment
- Choose it later – Choose while sending enrollment requests
- Click Next.
On the device:
- Open the CLI terminal of your device and enter the command.
123curl -L https://<portalname>.hexnodemdm.com/enroll/ --output configchmod +x configsudo ./config
- Enter the pre-defined username and password assigned by the admin to complete the enrollment process.