AAA - Login with Builtin User Accounts HowTo
About
This document aims to show how to use the built-in user accounts.
For an overview of all available configuration settings for AAA refer to the configuration guide:
Introduction
Configure
This section will cover how to handle built in user accounts.
Builtin users
The table below lists the built-in interactive user accounts in WeOS. These accounts only apply to the login service, and some of them are limited to the console port.
Service | Purpose |
---|---|
admin | Administrative account for configuring and management of the device. This is accessible from console, SSH and Web (HTTP/HTTPS) by default. |
factory | Factory reset function. Only accessible from console. |
The default setting for the built-in admin account is as follows:
- Login: admin
- Password: admin
The password of the built-in admin user can (and should!!) be changed. as shown in the following example:
example:/#> configure example:/config/#> aaa example:/config/aaa/#> username admin password NewPassword example:/config/aaa/#> end