01-04-2023 02:23 AM
If possible change the username and password in ZD1200 via CLI?
if Yes, so how to change the username and password in ZD1200 via CLI?
Solved! Go to Solution.
01-04-2023 10:29 PM
ruckus(config-admin)# name admin
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-admin)# name admin password admin123
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-admin)# end
The administrator preferences have been updated.
Your changes have been saved.
ruckus(config)# exit
Your changes have been saved.
abort Exits the config-admin context without saving changes.
end Saves changes, and then exits the config-admin context.
exit Saves changes, and then exits the config-admin context.
quit Exits the config-admin context without saving changes.
name <WORD> Sets the admin name.
name <WORD> password <WORD>
Sets the admin password.
01-04-2023 10:29 PM
ruckus(config-admin)# name admin
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-admin)# name admin password admin123
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-admin)# end
The administrator preferences have been updated.
Your changes have been saved.
ruckus(config)# exit
Your changes have been saved.
abort Exits the config-admin context without saving changes.
end Saves changes, and then exits the config-admin context.
exit Saves changes, and then exits the config-admin context.
quit Exits the config-admin context without saving changes.
name <WORD> Sets the admin name.
name <WORD> password <WORD>
Sets the admin password.