How to change user password on your controller?

Change user password

For security reasons it can be required to change the user password. The following example demonstrates how to change the admin password:

  1. SSH as admin user to your mcx-controller:
ssh admin@192.168.2.100
  1. Reset admin user 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.