August 1, 2017

UISP on Azure

Below are the bare minimum steps to install Ubiquiti Internet Service Provider (UISP) on a Docker container on Azure Ubuntu VM. After adding my ER-X-SFP v 3.0.0-rc9 to UISP , I can now see it on the UISP console.
  1. Create new VM: Debian 12 "Bookworm" - x64 Gen 2

  2. For VM Size, use B1ms
  3. Have portsl 22, 80, 443 open in Network settings
  4. Connect to VM using SSH
    1. Username and pwd are the ones you typed in when creating the VM
  5. Run `curl -fsSL https://uisp.ui.com/install > /tmp/uisp_inst.sh && sudo bash /tmp/uisp_inst.sh --ws-port 8456` to install Docker and UISP
    1. Note that I defined custom WS port as I want to limit that only to be accessed from my home IP address
  6. Connect to UISP using browser
  7. In UISP Settings, I changed the “Ping Address” to ping.ubnt.com as suggested at https://community.ubnt.com/t5/UNMS-Ubiquiti-Network-Management/ICMP-blocked-to-UNMS-in-Azure/m-p/2007979#M219


 

No comments:

Post a Comment