ioppink.blogg.se

Install unifi controller on ubuntu
Install unifi controller on ubuntu












install unifi controller on ubuntu
  1. #Install unifi controller on ubuntu install
  2. #Install unifi controller on ubuntu 64 Bit
  3. #Install unifi controller on ubuntu 32 bit
  4. #Install unifi controller on ubuntu manual

Once your server is ‘Running’ you’ll be shown the server IP and root password. I always properly name these so I don’t forget what they are.

install unifi controller on ubuntu

The final step is to give your server a host name. Since this is a production system, having a backup is always a great idea. In the additional features section, auto backups is an option I would pick. Now, for the server size, if you’re following along in Vultr or Digital Ocean, the $5 a month server is good enough BUT if you’re hosting more than 20 (in my opinion) sites, I would bump this up to the $20 plan.

#Install unifi controller on ubuntu 32 bit

You will have issues if a 32 bit option is available and you pick that.

#Install unifi controller on ubuntu 64 Bit

For the server type, PLEASE make sure you select 64 bit (圆4). Pick whichever data center you want – I always pick what is closest to me or the client I’m creating this for. When you get the ‘Deploy New Instance’ screen, make sure ‘Cloud Compute’ is selected. This will bring you to the new server setup page. Click the blue circled ‘+’ symbol in the upper right. Log into Vultr and get to the main dashboard (it should say ‘Products’). If you want a Digital Ocean account, click here and get $100 (limited time offer)įor this, I’m going to use Vultr because this is where I’m setting up this customers controller.

install unifi controller on ubuntu

If you want a vultr account, click here and get $100 (limited time offer) This way works both in the cloud (tested on vultr and digital ocean) as well as locally on a Ubuntu system. In the cloud or even local on your own network. There are many ways to run a multisite controller of Unifi. If something does not work, please email us*** It is safe to bypass certificate warnings since the controller does not have publicly trusted certificates installed.***Note: this guide was created on January 24th 2021. The address will be the FQDN or IP followed by the admin port, 8443. Go to your controller's web address in a browser. Reload the firewall for settings to take effect Open the two ports needed for device management firewall-cmd -permanent -add-port=8080/tcpįirewall-cmd -permanent -add-port=3478/udp firewall-cmd -permanent -add-port=8443/tcp Admin ports should be accessed through a secure channel, like a VPN. If your server is connected directly to the Internet, you should not open web admin ports for security reasons. Set the service to start on system boot systemctl enable unifi Paste the contents into the new startup script # Systemd unit file for UniFi Controller #ĮxecStart=/usr/bin/java -Xmx1024M -jar /opt/UniFi/lib/ace.jar startĮxecStop=/usr/bin/java -jar /opt/UniFi/lib/ace.jar stop Set the correct owner for the new files chown -R ubnt:ubnt /opt/UniFiĬreate the startup script nano /etc/systemd/system/rvice

#Install unifi controller on ubuntu install

Install the generic Linux version of the UniFi SDN controllerįind the latest version number from the UniFi download pageĭownload the ZIP file wget https:/ /dl.ui.com/unifi//įill in with the correct version number. Install the RPM package yum localinstall jre-8u161-linux-圆4.rpm It should be something like jre-8u161-linux-圆4.rpm wget https: //the-url-from-java-download-pageįind the name of the package that was downloaded.

#Install unifi controller on ubuntu manual

Go to the Java Manual Downloads page and get the URL for Linux 圆4 RPM. Install the package yum install mongodb-orgĬhange directory into the temp folder cd /tmp #baseurl=$releasever/mongodb-org/3.4/x86_64/ #hard-coded release number since there is not one for CentOS 8īaseurl= https:/ //yum/redhat/ 7/mongodb-org/ 3.4/x86_64/ Install the EPEL repo yum install epel-releaseĪdd a user account to run the controller useradd -r ubntĬreate the repo file nano /etc//mongodb-org-3.4.repo If you prefer CentOS, the process to install the UniFi SDN controller is below. Ubiquiti only officially supports installing the UniFi SDN controller on Debian and Ubuntu.














Install unifi controller on ubuntu