How to create new user with password in Mikrotik Terminal?
- Run New Terminal
- Type this command: /user add name=name_of_account password=your_password group=full
- Press enter
This command create user named NAME_OF_ACCOUNT and set password to YOUR_PASSWORD and set rights to full administrator rights.
How to change password for account which is created by using Mikrotik Terminal?
- Run New Terminla
- Type command: /password old-password="" new-password="123456" confirm-new-password="123456"
- Press enter
This command change blank password for user which is actually loged in to new password 123456