ThreeDee
Guru
- Joined
- Jun 13, 2013
- Messages
- 700
unifi6 can now be installed via packages ..Thanks Jailer for the heads up! ..go here:
www.truenas.com
I thought about hijacking the other thread that had to do with this topic but decided that maybe it was best to start my own ..
I've tried installing unifi6 from ports .. man does that take a long time ... with a plethora of "ok" clicks/options throughout
but .. in the end, a no go.
I currently have unifi5 working just peachy in a 12.2 jail .. but I guess I'm doing something wrong trying to get unifi6 going.
Any success stories and/or tips/pointers from anyone?
it's odd that ports being deprecated, yet has new version of unifi controller and pkg does not ...
I figured out my silly mistake .. the following worked
Create a NEW jail using advanced
Name it whatever.. I selected 12.2 jail
I checked VNET and BPF
vnet_default_interface = auto
IPv4 Interface = vnet0
IPv4 Adress = whatever matches your network
IPv4 Netmask = whatever matches your network .. probably 24 for most
IPv4 Default Router = Gateway address
Thanks Jailer for the tips!
Ubiquiti Unifi Controller on FreeNAS
If you're just changing what you're running the controller on you shouldn't have to do a site migration. I started running the controller software on my windows desktop and after I got it installed in the jail I just uploaded the database backup from the old setup to the new install and...

I thought about hijacking the other thread that had to do with this topic but decided that maybe it was best to start my own ..
I've tried installing unifi6 from ports .. man does that take a long time ... with a plethora of "ok" clicks/options throughout
but .. in the end, a no go.
I currently have unifi5 working just peachy in a 12.2 jail .. but I guess I'm doing something wrong trying to get unifi6 going.
Any success stories and/or tips/pointers from anyone?
it's odd that ports being deprecated, yet has new version of unifi controller and pkg does not ...
I figured out my silly mistake .. the following worked
Create a NEW jail using advanced
Name it whatever.. I selected 12.2 jail
I checked VNET and BPF
vnet_default_interface = auto
IPv4 Interface = vnet0
IPv4 Adress = whatever matches your network
IPv4 Netmask = whatever matches your network .. probably 24 for most
IPv4 Default Router = Gateway address
Code:
pkg update pkg install subversion svn checkout https://svn.FreeBSD.org/ports/head /usr/ports cd /usr/ports/net-mgmt/unifi6/ && make install clean sysrc unifi_enable=YES service unifi start
Thanks Jailer for the tips!
Last edited: