How to change user password on your controller?
Change user password
less than a minute
For security reasons it can be required to change the user password. The following example demonstrates how to change the admin password:
- SSH as
adminuser to your mcx-controller:
ssh admin@192.168.2.100
- Reset
adminuser password:
sudo passwd admin
Enter password for sudo per default vectioneer,
Enter your new password:, after which you Retype your new password:
If changed you receive the message password update successfully.