Initializing the Administrator Account
Function
Uses the Kunpeng DevKit terminal tool to initialize the devadmin account.
Syntax
1 | /opt/DevKit/tools/devkit initadmin
|
/opt/DevKit/tools/ is the directory for storing the tool. Replace it with the actual directory.
Example
In this example, the administrator account is initialized after the Kunpeng DevKit is deployed on the remote server. Go to the storage path of the Kunpeng DevKit terminal tool and run the following command:
1 | ./devkit initadmin
|
The following information is displayed. Set the administrator password in the interactive prompts.
1 2 3 | Password: Enter the password again: The password of the administrator has been set successfully. |
Parent topic: User Management