You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,18 @@ Allways run `commit` and `save` if you want to save your configuration.
35
35
`show dhcp leases` | show ip address, MAC adress, pool and client name
36
36
37
37
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
+
38
50
39
51
### Configuration Switch
40
52
The Router can also act as a switch. Here is an example:
0 commit comments