Access the appliance shell and log in as a user who has a super administrator role.
The default user with a super administrator role is root.
Run the localaccounts.user.add --role --username --password command.
For example, to add the local user account test with the operator user role, run the following command:
localaccounts.user.add --role operator --username test --password
The role can be
operator,
admin, or
superAdmin.
You can also set up a new local user account and specify an email and the full name of the user. For example, to add the local user account test1 with the operator user role, full name TestName and the email address [email protected], run the following command: