项目作者: miketabor

项目描述 :
Script that automates upgrading and securing of Ubuntu host then deploys Ubiquiti UniFi Controller.
高级语言: Shell
项目地址: git://github.com/miketabor/unifi-autoinstall.git
创建时间: 2016-07-27T19:28:24Z
项目社区:https://github.com/miketabor/unifi-autoinstall

开源协议:

下载


unifi-autoinstall

Script that automates upgrading and securing of a Ubuntu host then deploys the Ubiquiti UniFi Controller.

To learn more, visit https://miketabor.com and follow @tabor_mike on Twitter.

What it does

  • Updates all packages on the system.
  • Configures UncomplicatedFirewall (UFW) to allow only SSH and Ubiquiti UniFi ports, then enables UFW.
  • Adds the UBT repo then installs latest version 5 of UniFi Controller.
  • Installs Fail2ban then adds definition and fail regex to monitor for failed UniFi logins.

How to use

Simply run the following command from terminal:

  1. wget https://raw.githubusercontent.com/miketabor/unifi-autoinstall/master/install.sh
  2. less install.sh
  3. sudo bash install.sh

Log into UniFi by going to: https://SERVER_IP:8443