*Updated for version 4.5.2 (2020-11-10) Release of Omada SDN Controller
I recently purchased a TP-Link EAP-225v3 and the results have been nothing short of extraordinary. My former access point, a D-Link DAP-1650 as mentioned here, was neither great nor particularly inexpensive. The TP-Link hardware is near business class and relatively cheap at about 50 – 100 dollars per unit. Power over ethernet (POE) is also a wonderful addition. Back-hauling a wireless network over ethernet is the only serious way to build a reliable WAN. Ultimately, this makes roaming and traversing access points seamless, fast and transparent to the client. What makes this possible is the Omada backend controller software. The installation process and the configuration are explicitly simple; the following commands got the server up and running on my Linux router in minutes. There are also windows builds of the application as well, should that be your preference.
1 2 3 4 5 6 7 | wget "https://static.tp-link.com/2020/202004/20200420/Omada_Controller_v3.2.10_linux_x64.tar.gz" apt install jsvc -y apt install curl -y apt install net-tools -y tar zxvf Omada_Controller_v3.2.10_linux_x64.tar.gz cd Omada_Controller_v3.2.10_linux_x64 ./install.sh |
Installing the new Omada SDN controller – controls all types of tplink products including APN’s, routers and switches.
1 2 3 4 5 6 7 8 | cd /tmp sudo apt-get install gdebi-core -y apt-get install openjdk-8-jdk -y sudo update-alternatives --config java wget "https://static.tp-link.com/2020/202007/20200713/omada_v4.1.5_linux_x64_20200703154636.deb" export JAVA_HOME=/usr/lib/jvm/default-java echo $JAVA_HOME gdebi omada_v4.1.5_linux_x64_20200703154636.deb |
note – find the latest version from https://www.tp-link.com/us/support/download/omada-software-controller/#Controller_Software
Omada_SDN_Controller_v4.2.4_linux_x64.tar.gz
uninstalled from a gdebi package:
apt-get remove --purge
Unfortunetely it doesn’t work on Ubuntu server 18 (Start failed)
Maybe try an older build / check dependencies / jvm etc
pull the current source from….https://www.tp-link.com/us/support/download/omada-software-controller/#Controller_Software
just upgraded this today.