Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

58,760

Downloads of v 8.1.113:

9

Last Update:

19 Mar 2024

Package Maintainer(s):

Software Author(s):

  • Ubiquiti Networks Inc

Tags:

unifi ubiquiti wifi network admin

Ubiquiti UniFI Controller

  • 1
  • 2
  • 3

8.1.113 | Updated: 19 Mar 2024

Downloads:

58,760

Downloads of v 8.1.113:

9

Maintainer(s):

Software Author(s):

  • Ubiquiti Networks Inc

Ubiquiti UniFI Controller 8.1.113

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Temporarily exempted from package-verifier due to this issue: https://github.com/chocolatey/package-verifier/issues/106

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Ubiquiti UniFI Controller, run the following command from the command line or from PowerShell:

>

To upgrade Ubiquiti UniFI Controller, run the following command from the command line or from PowerShell:

>

To uninstall Ubiquiti UniFI Controller, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade ubiquiti-unifi-controller -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade ubiquiti-unifi-controller -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install ubiquiti-unifi-controller
  win_chocolatey:
    name: ubiquiti-unifi-controller
    version: '8.1.113'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'ubiquiti-unifi-controller' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '8.1.113'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller ubiquiti-unifi-controller
{
    Name     = "ubiquiti-unifi-controller"
    Version  = "8.1.113"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'ubiquiti-unifi-controller':
  ensure   => '8.1.113',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 19 Mar 2024.

Description

UniFi Network Application - software for managing and controlling the following Ubiquiti products:

UAP, UAP-AC, UAP-AC-EDU, UAP-AC-HD, UAP-AC-LITE, UAP-AC-LR, UAP-AC-M, UAP-AC-M-PRO, UAP-AC Outdoor, UAP-AC-PRO, UAP-IW, UAP-LR, UAP-Outdoor, UAP-Outdoor+, UAP-Outdoor5, UAP-PRO, US-16-150W, US-16-XG, US-24, US-24-250W, US-24-500W, US-48, US-48-500W, US-48-750W, US-8, US-8-150W, US-8-60W, USG, USG-PRO-4
Install script also configures appropriate Windows Firewall rules (for Windows 8/Server 2008 and above)

Java runtime prerequisite

Versions of this package prior to v7.3.76 depended upon the javaruntime package (Java 8).
From v7.3.76 onwards the software requires Java 11 (Java 12 and later are not yet supported). This package does not have a dependency on a specific Java 11 runtime. Rather, the choice is left up to you as to which runtime you select. One option that has been mentioned in the comments is Temurin.

Due to the way this package is generated, package versions prior to 7.3.76 but published after 18-Dec-2022 will also be affected by this change. Consult the release notes for your package to confirm which Java runtime version is required.


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$packageName= 'unifi-controller'
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url        = 'https://dl.ui.com/unifi/8.1.113/UniFi-installer.exe'
$checksum   = 'ac118d8a9c3b17e0171adbe7b5a7f632df5faedcbf7241835deb86ccacd97397'

$packageArgs = @{
  packageName   = $packageName
  unzipLocation = $toolsDir
  fileType      = 'EXE'
  url           = $url
  softwareName  = 'Ubiquiti UniFi*'
  checksum      = $checksum
  checksumType  = 'sha256'
  silentArgs   = '/S'
  validExitCodes= @(0)
}

# Flag whether we're being invoked by AU module
[bool] $runningAU = (Test-Path Function:\au_GetLatest)

if (-not $runningAU) {
    Write-Verbose "Respond to 'upgrade confirmation' dialog prompt (only for upgrades)"
    $ahkScript = "$toolsDir\unifi-upgrade.ahk"

    $ahkProc = Start-Process -FilePath 'AutoHotkey' -ArgumentList $ahkScript -PassThru

    # Win8/2012 supports 'New-NetFirewallRule' - https://technet.microsoft.com/en-us/library/jj554908(v=wps.620).aspx
    $osVersion = [Environment]::OSVersion.Version

    if ($osVersion.Major -gt 6 -or ($osVersion.Major -eq 6 -and $osVersion.Minor -ge 2)) {
        # Configure firewall for UniFi - from https://community.ubnt.com/t5/UniFi-Wireless/UniFi-AP-firewall-settings-for-Windows-Server-2012-R2/td-p/1090855
        New-NetFirewallRule -Name UniFi-Mgmt-In -DisplayName "UniFi-Mgmt (TCP-In 8081)" -Description "Allows incoming UniFi management traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8081 -Direction Inbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-Mgmt-Out -DisplayName "UniFi-Mgmt (TCP-Out 8081)" -Description "Allows outgoing UniFi management traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8081 -Direction Outbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-DvcInfrm-In -DisplayName "UniFi-DvcInfrm (TCP-In 8080)" -Description "Allows incoming UniFi device inform traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8080 -Direction Inbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-DvcInfrm-Out -DisplayName "UniFi-DvcInfrm (TCP-Out 8080)" -Description "Allows outgoing UniFi device inform traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8080 -Direction Outbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-Ctrlr-In -DisplayName "UniFi-Ctrlr (TCP-In 8443)" -Description "Allows incoming UniFi Controller traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8443 -Direction Inbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-Ctrlr-Out -DisplayName "UniFi-Ctrlr (TCP-Out 8443)" -Description "Allows outgoing UniFi Controller traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8443 -Direction Outbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-PrtlRdr-In -DisplayName "UniFi-PrtlRdr (TCP-In 8880)" -Description "Allows incoming UniFi portal redirect traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8880 -Direction Inbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-PrtlRdr-Out -DisplayName "UniFi-PrtlRdr (TCP-Out 8880)" -Description "Allows outgoing UniFi portal redirect traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8880 -Direction Outbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-PrtlRdrSsl-In -DisplayName "UniFi-PrtlRdrSsl (TCP-In 8843)" -Description "Allows incoming UniFi portal redirect for SSL traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8843 -Direction Inbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-PrtlRdrSsl-Out -DisplayName "UniFi-PrtlRdrSsl (TCP-Out 8843)" -Description "Allows outgoing UniFi portal redirect for SSL traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 8843 -Direction Outbound -ErrorAction SilentlyContinue
        #New-NetFirewallRule -Name UniFi-DB-In -DisplayName "UniFi-DB (TCP-In 27117)" -Description "Allows incoming UniFi DB traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 27117 -Direction Inbound -ErrorAction SilentlyContinue
        #New-NetFirewallRule -Name UniFi-DB-Out -DisplayName "UniFi-DB (TCP-Out 27117)" -Description "Allows outgoing UniFi DB traffic" -Group UniFi -Enabled True -Protocol TCP -LocalPort 27117 -Direction Outbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-DvcDisc-In -DisplayName "UniFi-DvcDisc (UDP-In 10001)" -Description "Allows incoming UniFi device discovery traffic" -Group UniFi -Enabled True -Protocol UDP -LocalPort 10001 -Direction Inbound -ErrorAction SilentlyContinue
        New-NetFirewallRule -Name UniFi-DvcDisc-Out -DisplayName "UniFi-DvcDisc (UDP-Out 10001)" -Description "Allows outgoing UniFi device discovery traffic" -Group UniFi -Enabled True -Protocol UDP -LocalPort 10001 -Direction Outbound -ErrorAction SilentlyContinue
    }
}

Install-ChocolateyPackage @packageArgs

if (-not $runningAU) {
    $ahkProc.Refresh()

    if (-not $ahkProc.HasExited) { 
        Write-Verbose "No upgrade prompt, so killing autohotkey process"
        $ahkProc.Kill()
    }
}
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';

$packageName = 'unifi-controller'
$softwareName = 'Ubiquiti UniFi*'
$installerType = 'EXE' 

$validExitCodes = @(0, 3010, 1605, 1614, 1641)
if ($installerType -ne 'MSI') {
  $silentArgs = '/S'
  $validExitCodes = @(0)
}

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName

if ($key.Count -eq 1) {
  $key | % { 
    $file = "$($_.UninstallString)"

    if ($installerType -eq 'MSI') {
      $silentArgs = "$($_.PSChildName) $silentArgs"

      $file = ''
    }

    Uninstall-ChocolateyPackage -PackageName $packageName `
                                -FileType $installerType `
                                -SilentArgs "$silentArgs" `
                                -ValidExitCodes $validExitCodes `
                                -File "$file"
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$key.Count matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $_.DisplayName"}
}

Write-Output "Respond to 'keep settings' dialog prompt"
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$ahkScript = "$toolsPath\unifi-uninstall.ahk"
AutoHotkey $ahkScript $packageArgs.fileFullPath

# Win8/2012 supports 'Remove-NetFirewallRule' - https://technet.microsoft.com/en-us/library/jj554908(v=wps.620).aspx
$osVersion = [Environment]::OSVersion.Version

if ($osVersion.Major -gt 6 -or ($osVersion.Major -eq 6 -and $osVersion.Minor -ge 2)) {
    Remove-NetFirewallRule -Name UniFi-Mgmt-In 
    Remove-NetFirewallRule -Name UniFi-Mgmt-Out
    Remove-NetFirewallRule -Name UniFi-DvcInfrm-In
    Remove-NetFirewallRule -Name UniFi-DvcInfrm-Out
    Remove-NetFirewallRule -Name UniFi-Ctrlr-In
    Remove-NetFirewallRule -Name UniFi-Ctrlr-Out
    Remove-NetFirewallRule -Name UniFi-PrtlRdr-In
    Remove-NetFirewallRule -Name UniFi-PrtlRdr-Out
    Remove-NetFirewallRule -Name UniFi-PrtlRdrSsl-In
    Remove-NetFirewallRule -Name UniFi-PrtlRdrSsl-Out
    #Remove-NetFirewallRule -Name UniFi-DB-In
    #Remove-NetFirewallRule -Name UniFi-DB-Out
    Remove-NetFirewallRule -Name UniFi-DvcDisc-In
    Remove-NetFirewallRule -Name UniFi-DvcDisc-Out
}
tools\unifi-upgrade.ahk
; Do you want to upgrade your UniFi 5.3.8 to 5.4.9?
WinWait, UniFi Network application Setup,,90
IfNotEqual, ErrorLevel, 0, exit 0
ControlSend,, !y, UniFi Network application Setup
WinWaitClose
; It is recommended that you create a backup before installing a new version. Do you have a backup?
WinWait, UniFi Network application Setup,,90
IfNotEqual, ErrorLevel, 0, exit 0
ControlSend,, !y, UniFi Network application Setup
WinWaitClose
tools\unifi-uninstall.ahk
WinWait, UniFi Uninstall,,20
IfNotEqual, ErrorLevel, 0, exit 1
ControlSend,, !y, UniFi Uninstall

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Ubiquiti UniFI Controller 8.0.28 355 Friday, January 26, 2024 Approved
Ubiquiti UniFI Controller 8.0.26 145 Wednesday, January 17, 2024 Approved
Ubiquiti UniFI Controller 8.0.24 261 Thursday, December 14, 2023 Approved
Ubiquiti UniFI Controller 8.0.7 192 Wednesday, November 22, 2023 Approved
Ubiquiti UniFI Controller 7.5.187 19 Wednesday, November 22, 2023 Approved
Ubiquiti UniFI Controller 7.4.162 17 Wednesday, November 22, 2023 Approved
Ubiquiti UniFI Controller 7.4.156 1230 Friday, June 2, 2023 Approved
Ubiquiti UniFI Controller 7.3.83 829 Tuesday, February 7, 2023 Approved
Ubiquiti UniFI Controller 7.3.76.20221218 853 Sunday, December 18, 2022 Approved
Ubiquiti UniFI Controller 7.3.76 780 Tuesday, November 29, 2022 Approved
Ubiquiti UniFI Controller 7.2.97 30 Tuesday, February 7, 2023 Approved
Ubiquiti UniFI Controller 7.2.95 723 Tuesday, November 1, 2022 Approved
Ubiquiti UniFI Controller 7.2.94 1050 Wednesday, September 14, 2022 Approved
Ubiquiti UniFI Controller 7.2.92 719 Wednesday, August 10, 2022 Approved
Ubiquiti UniFI Controller 7.1.68 398 Wednesday, July 27, 2022 Approved
Ubiquiti UniFI Controller 7.1.66 997 Wednesday, May 25, 2022 Approved
Ubiquiti UniFI Controller 7.1.65 564 Friday, May 13, 2022 Approved
Ubiquiti UniFI Controller 7.1.61 455 Wednesday, April 27, 2022 Approved
Ubiquiti UniFI Controller 7.0.25 650 Wednesday, March 30, 2022 Approved
Ubiquiti UniFI Controller 7.0.23 661 Tuesday, March 1, 2022 Approved
Ubiquiti UniFI Controller 6.5.55 1184 Thursday, December 16, 2021 Approved
Ubiquiti UniFI Controller 6.5.54 224 Saturday, December 11, 2021 Approved
Ubiquiti UniFI Controller 6.5.53 515 Tuesday, November 23, 2021 Approved
Ubiquiti UniFI Controller 6.4.54 1949 Tuesday, September 21, 2021 Approved
Ubiquiti UniFI Controller 6.2.26 2075 Tuesday, June 22, 2021 Approved
Ubiquiti UniFI Controller 6.2.25 1089 Thursday, May 20, 2021 Approved
Ubiquiti UniFI Controller 6.2.23 361 Thursday, May 13, 2021 Approved
Ubiquiti UniFI Controller 6.1.71 1351 Friday, March 26, 2021 Approved
Ubiquiti UniFI Controller 6.0.45 1866 Thursday, January 28, 2021 Approved
Ubiquiti UniFI Controller 6.0.43 986 Tuesday, December 29, 2020 Approved
Ubiquiti UniFI Controller 6.0.41 285 Friday, December 4, 2020 Approved
Ubiquiti UniFI Controller 6.0.36 972 Friday, November 20, 2020 Approved
Ubiquiti UniFI Controller 6.0.28 923 Wednesday, October 21, 2020 Approved
Ubiquiti UniFI Controller 6.0.23 868 Thursday, September 24, 2020 Approved
Ubiquiti UniFI Controller 6.0.22 322 Friday, September 18, 2020 Approved
Ubiquiti UniFI Controller 6.0.20 240 Tuesday, September 15, 2020 Approved
Ubiquiti UniFI Controller 5.14.23 769 Wednesday, August 26, 2020 Approved
Ubiquiti UniFI Controller 5.14.22 336 Friday, August 21, 2020 Approved
Ubiquiti UniFI Controller 5.13.32 1106 Wednesday, July 8, 2020 Approved
Ubiquiti UniFI Controller 5.13.29 751 Friday, June 12, 2020 Approved
Ubiquiti UniFI Controller 5.12.72 883 Friday, May 15, 2020 Approved
Ubiquiti UniFI Controller 5.12.66 832 Wednesday, March 25, 2020 Approved
Ubiquiti UniFI Controller 5.12.35 1414 Friday, November 22, 2019 Approved
Ubiquiti UniFI Controller 5.12.22 503 Wednesday, October 30, 2019 Approved
Ubiquiti UniFI Controller 5.11.50 795 Wednesday, October 9, 2019 Approved
Ubiquiti UniFI Controller 5.11.47 477 Wednesday, October 2, 2019 Approved
Ubiquiti UniFI Controller 5.11.46 843 Tuesday, September 17, 2019 Approved
Ubiquiti UniFI Controller 5.11.39 1256 Friday, August 23, 2019 Approved
Ubiquiti UniFI Controller 5.10.27 266 Wednesday, August 21, 2019 Approved
Ubiquiti UniFI Controller 5.10.25 1755 Saturday, July 13, 2019 Approved
Ubiquiti UniFI Controller 5.10.23 2168 Friday, May 10, 2019 Approved
Ubiquiti UniFI Controller 5.10.21 1180 Thursday, April 18, 2019 Approved
Ubiquiti UniFI Controller 5.10.20 907 Saturday, March 23, 2019 Approved
Ubiquiti UniFI Controller 5.10.19 880 Wednesday, March 6, 2019 Approved
Ubiquiti UniFI Controller 5.10.17 1093 Thursday, February 14, 2019 Approved
Ubiquiti UniFI Controller 5.10.12 446 Saturday, February 9, 2019 Approved
Ubiquiti UniFI Controller 5.9.29 1345 Wednesday, October 10, 2018 Approved
Ubiquiti UniFI Controller 5.8.30 544 Friday, September 14, 2018 Approved
Ubiquiti UniFI Controller 5.8.28 558 Saturday, August 18, 2018 Approved
Ubiquiti UniFI Controller 5.8.24 692 Sunday, July 8, 2018 Approved
Ubiquiti UniFI Controller 5.7.23 584 Wednesday, April 25, 2018 Approved
Ubiquiti UniFI Controller 5.7.20 521 Thursday, March 15, 2018 Approved
Ubiquiti UniFI Controller 5.6.42 331 Friday, May 10, 2019 Approved
Ubiquiti UniFI Controller 5.6.40 338 Friday, September 14, 2018 Approved
Ubiquiti UniFI Controller 5.6.39 368 Sunday, July 8, 2018 Approved
Ubiquiti UniFI Controller 5.6.37 366 Wednesday, April 25, 2018 Approved
Ubiquiti UniFI Controller 5.6.36 400 Saturday, March 24, 2018 Approved
Ubiquiti UniFI Controller 5.6.30 557 Friday, February 9, 2018 Approved
Ubiquiti UniFI Controller 5.6.29 555 Tuesday, January 9, 2018 Approved
Ubiquiti UniFI Controller 5.6.26 458 Wednesday, December 13, 2017 Approved
Ubiquiti UniFI Controller 5.6.22 501 Saturday, November 25, 2017 Approved
Ubiquiti UniFI Controller 5.5.24 644 Tuesday, October 10, 2017 Approved
Ubiquiti UniFI Controller 5.5.20 663 Thursday, August 3, 2017 Approved
Ubiquiti UniFI Controller 5.5.19 507 Friday, July 21, 2017 Approved
Ubiquiti UniFI Controller 5.4.19 464 Thursday, July 27, 2017 Approved
Ubiquiti UniFI Controller 5.4.18 431 Tuesday, July 4, 2017 Approved
Ubiquiti UniFI Controller 5.4.16 514 Tuesday, May 23, 2017 Approved
Ubiquiti UniFI Controller 5.4.15 487 Wednesday, May 3, 2017 Approved
Ubiquiti UniFI Controller 5.4.14 416 Sunday, April 9, 2017 Approved
Ubiquiti UniFI Controller 5.4.11 665 Saturday, February 11, 2017 Approved
Ubiquiti UniFI Controller 5.4.9 490 Monday, January 23, 2017 Approved
Ubiquiti UniFI Controller 3.5.8 554 Saturday, January 7, 2017 Approved
Discussion for the Ubiquiti UniFI Controller Package

Ground Rules:

  • This discussion is only about Ubiquiti UniFI Controller and the Ubiquiti UniFI Controller package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Ubiquiti UniFI Controller, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus