Overview
The Manage Wheel Group feature allows administrators to grant or revoke sudo (administrator) privileges to system users by adding them to or removing them from the wheel group.
Users in the wheel group can execute privileged commands using sudo
Procedure
Navigation to Home>Security>Manage Wheel Group

Add >>
Moves selected users from System Users to Wheel Group Users.
Grants sudo access (if sudoers is configured correctly).
<< Remove
Removes selected users from the wheel group.
Revokes sudo access.
Important Note:
To enable sudo access for wheel users, ensure the following line is uncommented in the /etc/sudoers file:
%wheel ALL=(ALL) ALL
Without this configuration, users added to the wheel group will not have sudo privileges.