Working with Unifi stuff
Written 2021-10-24 by Kalle
1 min read | 144 words
Logging into a Unifi switch
Following a guide by Dan Langille and playing with it for a while, I figured out how to properly log in to the Switch through the CLI.
Another helpful resource is the EdgeSwitch - CLI Reference Guide.
- ssh into the device, either using the credentials of the Unifi controller or the default: user "ubnt", password "ubnt".
- telnet into localhost (on the device)
telnet 127.0.0.1 2222
enable
(No output given on enable. Press return to se prompt.)?
to see the menu.configure
to enter global config mode.- While typing a command, list the available options by adding a
?
at the end. E.g.show ?
presents a list with all things that can be shown, one of which ispoe
;show poe ?
lists all things that can be shown regarding PoE.