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

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubiquiti:access_points:update_access_point [2020/12/21 01:04] 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 16: Line 18:
 ---- ----
  
-====== Using SSH ======+===== Using SSH =====
  
-SSH into the Access Point using the username ubnt and password ubnt and then issue the command: +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> <code bash>
Line 28: Line 37:
 </WRAP> </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>
 +
 +----
  
 ===== References ===== ===== References =====
ubiquiti/access_points/update_access_point.1608512686.txt.gz · Last modified: 2020/12/21 01:04 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki