User Tools

Site Tools


ubiquiti:access_points:update_access_point

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubiquiti:access_points:update_access_point [2020/12/21 00:58] – created peterubiquiti:access_points:update_access_point [2022/10/10 20:35] (current) – [Using SSH] peter
Line 1: Line 1:
 ====== Ubiquiti- Access Points - Update Access Point ====== ====== Ubiquiti- Access Points - Update Access Point ======
 +
 +===== Update through the GUI =====
  
 Navigate to **Devices**. Navigate to **Devices**.
Line 13: Line 15:
  
 </WRAP> </WRAP>
 +
 +----
 +
 +===== Using SSH =====
 +
 +SSH into the Access Point using the username ubnt and password ubnt.
 +
 +<code bash>
 +ssh ubnt@192.168.1.18
 +ubnt@192.168.1.18's password: 
 +</code>
 +
 +Then issue the command: 
 +
 +<code bash>
 +upgrade https://dl.ui.com/unifi/firmware/U7PG2/4.3.21.11325/BZ.qca956x.v4.3.21.11325.200922.1139.bin
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  The AP will then upgrade and you should be able to adopt it.
 +</WRAP>
 +
 +----
 +
 +===== Another method =====
 +
 +SCP the binary onto the AP from a client, example below:
 +
 +<code bash>
 +scp /path/to/fw.bin username@192.168.1.15:/tmp/fwupdate.bin
 +</code>
 +
 +Then SSH into the AP and run the command below:
 +
 +<code bash>
 +syswrapper.sh upgrade2 &
 +</code>
  
 ---- ----
ubiquiti/access_points/update_access_point.1608512321.txt.gz · Last modified: 2020/12/21 00:58 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki