• +420 777 057 761
  • Tato e-mailová adresa je chráněna před spamboty. Pro její zobrazení musíte mít povolen Javascript.

Mikrotik - How to change and set password for new account user by script in Terminal

How to create new user with password in Mikrotik Terminal?

  1. Run New Terminal
  2. Type this command: /user add name=name_of_account password=your_password group=full
  3. 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?

  1. Run New Terminla
  2. Type command: /password old-password="" new-password="123456" confirm-new-password="123456"
  3. Press enter

This command change blank password for user which is actually loged in to new password 123456