ubiquiti:access_points:update_access_point
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubiquiti:access_points:update_access_point [2020/12/21 01:04] – peter | ubiquiti: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' | ||
+ | </ | ||
+ | |||
+ | Then issue the command: | ||
<code bash> | <code bash> | ||
Line 28: | Line 37: | ||
</ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== Another method ===== | ||
+ | |||
+ | SCP the binary onto the AP from a client, example below: | ||
+ | |||
+ | <code bash> | ||
+ | scp / | ||
+ | </ | ||
+ | |||
+ | Then SSH into the AP and run the command below: | ||
+ | |||
+ | <code bash> | ||
+ | syswrapper.sh upgrade2 & | ||
+ | </ | ||
+ | |||
+ | ---- | ||
===== References ===== | ===== References ===== |
ubiquiti/access_points/update_access_point.1608512686.txt.gz · Last modified: 2020/12/21 01:04 by peter