Skip to content

Mstoic

  • Home
  • Start Here!
  • Best Deals
  • Facebook Tricks
  • Privacy
  • Resources
  • TOC
  • Tools
    • Web Tools
      • Stop Watch
      • QR Code Generator
      • Adsense Code Converter
      • Blogger Sitemap Generator
      • Difference Between Two Texts
      • Vacation Checklist
      • Twitter Symbols
      • Count Down
    • Investment
      • SIP Calculator
      • Power of Compounding
      • PPF Calculator
      • FD Calculator
  • About Us

Installing UniFi Controller on AWS

Editorial Team | January 5, 2017January 5, 2017 |

Security Group

Type Protocol Port Range Source
SSH TCP 22 Anywhere 0.0.0.0/0
Custom TCP Rule TCP 8080 Anywhere 0.0.0.0/0
Custom TCP Rule TCP 8443 Anywhere 0.0.0.0/0
Custom TCP Rule TCP 8843 Anywhere 0.0.0.0/0
Custom TCP Rule TCP 8880 Anywhere 0.0.0.0/0
Custom UDP Rule UDP 3478 Anywhere 0.0.0.0/0
 

Terminal / Command Prompt Commands

Give required permissions to our Key file.

chmod 400 /location/to/UniFiController.pem

Connect to server using SSH. Change the <elastic-ip> with your elastic IP.

ssh -i “/location/to/UniFiController.pem" ubuntu@

Add the Ubiquiti repository to the server’s repository list

echo "deb http://www.ubnt.com/downloads/unifi/debian unifi5 ubiquiti" | sudo tee -a /etc/apt/sources.list

Add the Ubiquiti GPG Key

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50

Update the server’s repository information

sudo apt-get update

Install the UniFi Controller on the server.

sudo apt-get install unifi

Disconnect from the server

Exit

Your Comment Cancel reply

Follow Us

Like us Follow us Follow us

Categories

  • Tricks (93)
  • Facebook (83)
  • Tips (76)
  • Windows (67)
  • Wordpress (39)
  • Android (38)
  • Internet (33)
  • Antivirus (30)
  • How To (29)
  • Webmasters (25)
  • Customization (25)
  • Downloads (21)
  • Utilities (21)
  • Gmail (20)
  • Windows 7 (19)

Related Articles

  • Reverse a String using StringBuilder