Posted On March 31, 2019

How to set UniFi controller as a Windows service

kimconnect 0 comments
blog.KimConnect.com >> Networking >> How to set UniFi controller as a Windows service
  1. Download the software: https://www.ui.com/download/unifi/
  2. Close any instances of the UniFi software on the controller
  3. Open the command prompt as an Administrator
  4. Locate the java installation directory.
    On 32-bit machines, it’s usually found at “C:\Program Files (x86)\Java\<JAVA.VERSION>\bin”
    For 64-bit machines, “C:\Program Files\Java\<JAVA.VERSION>\bin”
  5. Add the dir above to the PATH (as seen under Computer->Properties->Advanced system settings)
  6. Change directory using the command cd "C:\Users\<USERNAME>\Ubiquiti UniFi"
  7. Type java -jar lib\ace.jar installsvc
  8. Set “UniFi Controller” service in services.msc to automatically restart after failures

Note:

# Example Windows command line to manually start the Unifi server app
&'C:\Program Files\Java\jre1.8.0_271\bin\java.exe' -Xmx1024M -jar "C:\users\$env:username\Ubiquiti UniFi\lib\ace.jar" start

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Network Topology Reorganization

When there would no longer be any server in Mission Viejo and Phoenix, we can…

How to Cramp For a Test

From my experience, the trick to memorizing 10,000+ questions and answers at the 90% accuracy…

Ubuntu 20.04: Setting Static IP Address on an Interface

Short Version # Configure networking sudo vim /etc/netplan/*.yaml ### Sample content ### network: version: 2…