除了原廠所銷售的 rack mount 上機架套件外, 有不少公司在銷售這類的套件.也有網友分享的 3D 列印檔等.
D3D Shop
原廠 rack mount kit 倒很便宜(選擇少), 但 3rd party 的普遍價高.
US-8 Switch Kit

(取自網路)
要自己印的也可以至 Thingiverse 找找. Thingiverse網址

(取自網路)
FB: Pctine
pctine wrote:
實用連結特別將連結放(恕刪)
現在要在UCK裡面安裝SSL憑證有點麻煩。
在pFsense中,或者是Synology的DSM裡,都有現成的套件或功能來取得憑證。
小弟的步驟是這樣,真的很費力,不知道P大有沒有比較簡便的辦法。
1.申請並下載憑證。
2.將certificate.crt 更名為cloudkey.crt
private.key 更名為cloudkey.key
ca_bundle.crt 更名為rapidssl.crt
3.將憑證上傳到cloud key的 /etc/ssl/private/
4.ssh進入Cloud key
5.cd /etc/ssl/private/
6.openssl pkcs12 -export -in /etc/ssl/private/cloudkey.crt -inkey /etc/ssl/private/cloudkey.key -out /etc/ssl/private/cloudkey.p12 -name unifi -CAfile /etc/ssl/private/rapidssl.crt -caname root -password pass:aircontrolenterprise
7.keytool -importkeystore -deststorepass aircontrolenterprise -destkeypass aircontrolenterprise -destkeystore /usr/lib/unifi/data/keystore -srckeystore /etc/ssl/private/cloudkey.p12 -srcstoretype PKCS12 -srcstorepass aircontrolenterprise -alias unifi
8.執行以下步驟
rm /etc/ssl/private/rapidssl.crt
rm /etc/ssl/private/cloudkey.p12
tar -cvf cert.tar *
chown root:ssl-cert /etc/ssl/private/*
chmod 640 /etc/ssl/private/*
9.nginx -t
10./etc/init.d/nginx restart
11./etc/init.d/unifi restart
irsjx2vxo3ne3k84dr1dz4,r4pe8bez3/4ne3bq4bew2j92gea jx4hq me-2d8 e3hy4hi2ty k84!
又是一個新名詞, 現在 Ubiquiti 應該只出了一台機器跑 UniFi OS, 就是 UDM-PRO 一體機.
UniFi OS
(節錄)
Key features:
- Centralized user/access management
- Single sign-on to all controllers
- Single Remote connection and new Cloud portal
- Easy installation and management of different Apps (Controllers)
Available Apps: (Controllers)
- Network (pre-installed)
- Protect (requires HDD)
- Talk
- Access
Notes:
- Local portal available here: https://unifi/
- Remote access available here: https://unifi.ui.com/
- SSH is disabled by default after setup and could be enabled in advanced settings.
FB: Pctine

UDM-PRO (UDMP) 的規格吸引了不少朋友, 這其中包括既有的 UniFi user, 及欲初次入手 UniFi 的人. 主要是 UDMP 一體機整合了 USG+USW+UCK & NVR 功能. 有更好的硬體效能, 但價格又比分開購買更便宜. 不要忘了, UDMP 還是一台 WAN & LAN 都能達到 10Gbps 的機器.
但新產品上市, 對於 UDMP 的評價好壞參半, 有網友整理了一份 UDM(尤指UDMP) 不足之處. 大家可以參考一下, 是不是有很重要的功能過去 USG 支援, 但 UDM 尚無法達到的, 以做為升級的參考. (其中不少是新功能建議)
UDM: Features missing from UDM and/or controller
許願樹?
#UDMP sfp+ 10G WAN Port 可不可以當 LAN Port 用: 果然不少網友提出這構想, 現階段是不行.
#UDMP LAN port LACP 支援: 據聞 USG-PRO-4 也不支援 LAN port LACP link aggregation 功能. 我想 UDMP 已有 10G+ LAN port, 原廠的想法可能真的要 LACP 就轉用 10G sfp+ uplink 吧.
FB: Pctine
pro-user 可以直接由 UniFi Controller > debug terminal 的 Command line mode, 查詢 UniFi 設備的內部參數設定.



建議僅用於查詢裝置的設定, 而不要透過 debug terminal 更改了內部參數.
例如進入 device termianl debug mode, 有一些較常用指令.
info 查詢裝置參數
set-default 恢復出廠值
set-inform 手動接管設備
upgrade 手動更新 firmware
reboot 重啟設備
其他常用的還有 telnet localhost 進入進階的設定模式.
FB: Pctine