Skip to content

Commit 35c102a

Browse files
add: create new system user
1 parent fb0e8c1 commit 35c102a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cli.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ Allways run `commit` and `save` if you want to save your configuration.
3535
`show dhcp leases` | show ip address, MAC adress, pool and client name
3636

3737

38+
### Create a new System User
39+
replace *<new-username>* with your username and *<superSecretPassword123>* with your **strong** password. The password is stored encrypted so this is the only time you see the password in plain text.
40+
41+
```
42+
set system login user <new-username> authentication plaintext-password <superSecretPassword123>
43+
set system login user <new-username> level admin
44+
```
45+
Now test if you can login with the new user and then delete the default user *ubnt*. This only works if the user isn't logged in (either via ssh or GUI).
46+
```
47+
delete system login user ubnt
48+
```
49+
3850

3951
### Configuration Switch
4052
The Router can also act as a switch. Here is an example:

0 commit comments

Comments
 (0)