UDM Pro remote access
Disabling
Login on directly on the box, since you cannot disable remote access while using it!
REMEMBER: You need to use the “Ubiquiti Account” user, since the option is NOT available for local users.
- Goto
Settings -> System - Flip the
Remote Accesstoggle
Done!
Enabling
Login directly on the box, since remote access is probably disabled!
REMEMBER: You need to use the “Ubiquiti Account” user, since the option is NOT available for local users.
- Goto
Settings -> System - Flip the
Remote Accesstoggle
It will ask for username/email, password and 2FA, so have those ready.
Done!
Create local user
- Goto
Users - Click
Add User - Choose
Roleto beAdministrator - And
Account Typeto beLocal Access Only - Fill in
First Name,Last Name,Local UsernameandLocal Password - Click
Add
This is now a user that can login locally, without having to authenticate against unifi.ui.com.
Port-forwarding crap
- UniFi - USG/UDM: Port Forwarding Configuration and Troubleshooting
- UDM Pro - port forwards not working on multiple WAN interfaces?
- UDM-Pro and dual WAN (per-VLAN or even WiFi Network)
Install on-boot
The description suggests curl’ing a file directly to sh, but I would recommend this:
wget https://raw.githubusercontent.com/unifi-utilities/unifios-utilities/HEAD/on-boot-script-2.x/remote_install.sh
Look thoroughly through the remote_install.sh script. Only then:
chmod +x remote_install.sh
./remote_install.sh
This adds some scripts to install SNI plug-ins. Don’t know what that is for, so remove them:
rm /data/on_boot.d/*
Install on-boot (legacy)
Every time the UDM has been upgraded:
- Get into the unifios shell on your udm
unifi-os shell
- Download udm-boot_1.0.5_all.deb and install it and go back to the UDM
curl -L https://github.com/unifi-utilities/unifios-utilities/raw/main/on-boot-script/packages/udm-boot_1.0.5_all.deb -o udm-boot_1.0.5_all.deb
dpkg -i udm-boot_1.0.2_all.deb
exit
Take control of those noisy fans…
Old, but still works on UnifiOS 2.4.x