This post describes the procedure on how to create an administrator user account instead of a default one. For the version V200R003C00, we create an admin user with full rigths as per below:
1. Log in to the device using SSH; log in to the debug module, like below.
2. When you see the $, use the below command, so you can create a new admin account:
<config add cliuser name test loginpassword test1234 enablepassword test1234>
As for the above example, the new user is test and the password is test1234.
3. You can use command: <show cliuser> -> this is to check if the account is created.
After this step remember to excute the <save> command in order to save the configuration.