Skip to content

Instantly share code, notes, and snippets.

@carlosdelfino
Last active February 10, 2022 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosdelfino/74fa25262acc6f001295a7b63e71e08b to your computer and use it in GitHub Desktop.
Save carlosdelfino/74fa25262acc6f001295a7b63e71e08b to your computer and use it in GitHub Desktop.
Note: We do not recommend using SSH to access a UniFi OS Console.
If you must use SSH to access a UniFi OS Console, you will need to enable SSH first:
Go to unifi.ui.com or enter the console’s IP address into your web browser.
Navigate to the UniFi OS System Settings > Advanced menu.
Enable the SSH toggle and enter an SSH password directly below.
To SSH into your device, run the following command in your terminal of choice (PowerShell or PuTTY on Windows, Terminal on Linux/mac):
ssh root@<ip-address>
Click to copy
If your console is not running UniFi OS, SSH may be enabled by default. Try the default credentials shown in the section below.
## Adopting Old Access Points
* https://community.ui.com/questions/Adopting-Old-Access-Points/edad1c43-9572-41cb-873c-3d47c36ffe6e
##
* https://help.ui.com/hc/en-us/articles/204909374#h_01F8G1NSFWE9GWXMT977VQEP8V
## Java
* https://java.com/pt-BR/download/
## Network Application
* https://www.dropbox.com/sh/37uket06gm90ctp/AADRxJMhd06qm-I1XB7Xs82ra?dl=0
curl <fimware_binary_link_location> -o /tmp/fwupdate.bin && fwupdate.real -m &
wget <fimware_binary_link_location> -O /tmp/fwupdate.bin && fwupdate.real -m &
curl <firmware_binary_link_location> -o /tmp/fwupdate.bin
syswrapper.sh upgrade2 &
wget <firmware_binary_link_location> -O /tmp/fwupdate.bin
syswrapper.sh upgrade2 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment