Login to the ESXi Host
Create a new user
1 | [root@myvmesxi02:~] esxicli system account add --id=chengman --password=mypassword --description="ESXI admin" |
Assign administrator role
1 | [root@myvmesxi02:~] esxcli system permission set --id=chengman --role=Admin |
Verify the user and permissions
1 | [root@myvmesxi02:~] esxcli system account list |