RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
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.
