UniFi Connect - Migrate UniFi LED Devices to UniFi Connect

UniFi LED was the precursor UniFi Connect. We recommend creating a UniFi OS backup prior to migration. This process cannot be undone.

To migrate your UniFi LED devices to UniFi Connect:

  1. SSH into your console and execute the UniFi Connect migration script:

    UDM Pro:

    unifi-os shell

    nohup bash -c "$(curl -fsSL https://dl.ubnt.com/connect/led2connect.sh)" &

    tail -f nohup.out

    UCK Gen2 Plus:

    nohup bash -c "$(curl -fsSL https://dl.ubnt.com/connect/led2connect.sh)" &

    tail -f nohup.out

  2. If the command above fails, execute the following command:
    nohup bash -c "$(curl -fsSL https://dl.ubnt.com/connect/led2connect.sh)" &

The grouping logic is different between UniFi LED and UniFi Connect. After migration, verify if any adjustments are necessary to best reflect your deployment.

Was this article helpful?
62 out of 135 found this helpful