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
ui:start [2022/04/26 06:53] jsui:start [2024/01/31 12:10] (current) js
Line 1: Line 1:
 ====== Ubiquiti ====== ====== Ubiquiti ======
  
-===== UDM Pro =====+{{ :ui:ubiquiti.png?direct |}}
  
-==== Info ==== +Homepage[[https://www.ui.com/]]
-command for information <code bash># info</code> +
-<code> +
-Model      UniFi Dream Machine PRO +
-Version    1.8.3.2949 +
-MAC Address: e0:63:da:8c:87:1e +
-IP Address:  192.168.101.3 +
-Hostname:    Dream-Machine-Pro +
-Uptime:      258 seconds+
  
-Status     Connected (http://localhost:8080/inform)</code> +  * [[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://fw-download.ubnt.com/data/udm/7132-udmpro-1.12.19-b0a7af880c4b4356a0640ce3c54c7484.bin</code> +  * [[ui:udm:pxeboot|Workaround for booting pxe with BIOS and uEFI]]
-<code>ubnt-upgrade[infoGetting FW file from https://fw-download.ubnt.com/data/udm/7132-udmpro-1.12.19-b0a7af880c4b4356a0640ce3c54c7484.bin +
-</code> +
- +
- +
-==== Network Controller Update ==== +
-<code bash>rm /tmp/unifi_sysvinit_all.deb &> /dev/null +
-curl -o "/tmp/unifi_sysvinit_all.deb" https://dl.ui.com/unifi/<version>/unifi_sysvinit_all.deb +
-sha256sum /tmp/unifi_sysvinit_all.deb</code> +
- +
-Check if sha256sum ok, then +
-<code bash>dpkg -i /tmp/unifi_sysvinit_all.deb +
-rm /tmp/unifi_sysvinit_all.deb</code> +
- +
-==== Linux Shell ==== +
-<code bash>unifi-os shell</code> +
- +
-==== SSH Update Protect ==== +
-<code bash>#unifi-os shell +
-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+
-  unifi-protect +
-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://apt-beta.artifacts.ui.com stretch/beta arm64 unifi-protect arm64 1.19.1~beta.4 [42.8 MB] +
-Fetched 42.8 MB in 7s (5470 kB/s) +
-debconf: delaying package configuration, since apt-utils is not installed +
-(Reading database ... 68710 files and directories currently installed.) +
-Preparing to unpack .../unifi-protect_1.19.1~beta.4_arm64.deb ... +
-Unpacking unifi-protect (1.19.1~beta.4) over (1.19.1~beta.3) ... +
-#-> ubnt-dpkg-cache unpack +
-removing /data/dpkg-cache/stretch/packages/unifi-protect_1.19.1~beta.3_arm64.deb ... done +
-unifi-protect: action=unpack, package=/data/dpkg-cache/stretch/packages/unifi-protect_1.19.1~beta.4_arm64.deb mark=manual +
-<-# ubnt-dpkg-cache unpack +
-Setting up unifi-protect (1.19.1~beta.4) ... +
-#-> ubnt-dpkg-cache configure +
-<-# ubnt-dpkg-cache configure</code> +
- +
-==== Other commands ==== +
-<code bash>factory-reset.sh</code> +
-<code bash>ubnt-device-info</code> +
-<code bash>ubnt-make-support-file <tgz file></code> +
-<code bash>ubnt-tools ubnt-discover</code> +
-<code bash>ubn-systool cputemp</code>+