Jump to content

Recommended Posts

Posted

Hello,

 

I am looking at using Unfi Wireless. I was looking at running it on a Windows VM however it appears to be install it in the users profile and this isn't ideal. What do people do about this please?

 

Maybe there is another solution? I don't really want to use the hardware cloud key.

 

Thanks

Posted (edited)
I was looking at running it on a Windows VM however it appears to be install it in the users profile and this isn't ideal. What do people do about this please?

It's possible to run the UniFi controller as a service on Windows. I haven't tried it myself, but it doesn't look too complicated.

 

Maybe there is another solution? I don't really want to use the hardware cloud key.

Is a Linux VM or Docker container (running on Linux) also an option?

 

Edited by Arthur
  • Thanks 1
Posted

I used it as a service prior to moving to the cloud key.

 

You can easily move the install from the user profile to anywhere else, you just need to change the shortcut to point to it. Updates are a pain though as you need to stop the service, uninstall it.. do the update then reverse it.

  • Thanks 1
Posted

We have ours on a Linux box, as our Aruba fails or we need new sites adding we just add them to Unifi. I think we have about 160 AP's with a couple of sites on USG's aswell as the odd switch.

 

I have mine running on a Pi at home with 3 AP's and have run it on Windows as service but find Linux better.

  • Thanks 1
Posted

I run several on a mix of debian and ubuntu VMs. Updating is pretty simple too - just run 'apt upgrade' and it stops, upgrades and starts everything back up again.

 

I've always found it easier to run on linux.

  • Thanks 1
Posted (edited)

Well that was easy. I installed the latest Ubuntu Server LTS and ran the following commands.

 

sudo apt update 
sudo apt install openjdk-8-jdk -y

echo 'deb http://www.ui.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 06E85760C0A52C50
sudo apt update
sudo apt install unifi -y

 

I also installed Cockpit as it's easy to see key server information in a web interface.

 

sudo apt-get install cockpit -y

 

Thanks to those who replied

Edited by FN-GM
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...