This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ui:start [2022/04/26 06:51] – js | ui:start [2024/01/31 12:10] (current) – js | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubiquiti ====== | ====== Ubiquiti ====== | ||
- | ===== UDM Pro ===== | + | {{ : |
- | ==== Info ==== | + | Homepage: [[https://www.ui.com/]] |
- | command for information <code bash># info</ | + | |
- | < | + | |
- | Model: UniFi Dream Machine PRO | + | |
- | Version: 1.8.3.2949 | + | |
- | MAC Address: e0: | + | |
- | IP Address: | + | |
- | Hostname: | + | |
- | Uptime: | + | |
- | Status: | + | * [[ui:udm:uninstall|UDM uninstall uneeded apps with command on cli]] |
- | + | * [[ui:udm:update|UDM update app on cli]] | |
- | ==== UDM Pro Firmware Upgrade ==== | + | * [[ui:udm:info|UDM info cmds on cli]] |
- | <code bash># ubnt-upgrade https:// | + | |
- | < | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | ==== Network Controller Update ==== | + | |
- | <code bash>rm / | + | |
- | curl -o "/ | + | |
- | sha256sum / | + | |
- | + | ||
- | Check if sha256sum ok, then | + | |
- | <code bash> | + | |
- | rm / | + | |
- | + | ||
- | ==== Linux Shell ==== | + | |
- | <code bash> | + | |
- | + | ||
- | ==== SSH Update Protect ==== | + | |
- | <code bash># | + | |
- | root@ubnt:/# apt install -y --allow-unauthenticated unifi-protect=1.19.1~beta.4 | + | |
- | Reading package lists... Done | + | |
- | Building dependency tree | + | |
- | Reading state information... Done | + | |
- | The following packages will be upgraded: | + | |
- | | + | |
- | 1 upgraded, 0 newly installed, 0 to remove and 25 not upgraded. | + | |
- | Need to get 42.8 MB of archives. | + | |
- | After this operation, 0 B of additional disk space will be used. | + | |
- | Get:1 https:// | + | |
- | Fetched 42.8 MB in 7s (5470 kB/s) | + | |
- | debconf: delaying package configuration, | + | |
- | (Reading database ... 68710 files and directories currently installed.) | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking unifi-protect (1.19.1~beta.4) over (1.19.1~beta.3) ... | + | |
- | #-> ubnt-dpkg-cache unpack | + | |
- | removing / | + | |
- | unifi-protect: | + | |
- | <-# ubnt-dpkg-cache unpack | + | |
- | Setting up unifi-protect (1.19.1~beta.4) ... | + | |
- | #-> ubnt-dpkg-cache configure | + | |
- | <-# ubnt-dpkg-cache configure</ | + | |