Edit Info Other
Login

Unifi"

Differences between revisions 2 and 3
Revision 2 as of 2020-10-06 20:50:57
Size: 0
Comment: duplicated
Revision 3 as of 2020-10-06 20:56:39
Size: 976
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Howto/Unifiv2
## page was renamed from CategoryHowto/Unifi
<<TableOfContents(5)>>
= How to setup the Ubiquiti Unifi Controller on Fedora & EL =

== Install MongoDB ==

Since MongoDB was removed from Fedora[1] it must be installed separately. The
EL7 community package[1] from MongoDB works on Fedora as well.

[1] https://fedoraproject.org/wiki/Changes/MongoDB_Removal

[2] https://www.mongodb.com/download-center/community

== Firewall Configuration ==
{{{
# firewall-cmd --permanent --add-service=unifi
}}}
To permit Cloud Access:
{{{
# firewall-cmd --permanent --add-service=unifi-cloud
}}}
Then reload the configuration:
{{{
# firewall-cmd --reload
}}}

== Enabling the SystemD service ==

Enabling and starting the unifi service:
{{{
# systemctl enable unifi.service
# systemctl start unifi.service
}}}
Afterwards you should be able to browse to the controller at:
{{{
https://<host>:8443
}}}

----
Howto

How to setup the Ubiquiti Unifi Controller on Fedora & EL

Install MongoDB

Since MongoDB was removed from Fedora[1] it must be installed separately. The EL7 community package[1] from MongoDB works on Fedora as well.

[1] https://fedoraproject.org/wiki/Changes/MongoDB_Removal

[2] https://www.mongodb.com/download-center/community

Firewall Configuration

# firewall-cmd --permanent --add-service=unifi

To permit Cloud Access:

# firewall-cmd --permanent --add-service=unifi-cloud

Then reload the configuration:

# firewall-cmd --reload

Enabling the SystemD service

Enabling and starting the unifi service:

# systemctl enable unifi.service
# systemctl start unifi.service

Afterwards you should be able to browse to the controller at:

https://<host>:8443


Howto

Howto/Unifi (last edited 2023-11-14 09:37:57 by anonymous)