Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Last active July 17, 2024 13:52
Show Gist options
  • Save OSCUK/3c76ccabe78b6d3ce479c6d885b9c065 to your computer and use it in GitHub Desktop.
Save OSCUK/3c76ccabe78b6d3ce479c6d885b9c065 to your computer and use it in GitHub Desktop.
Omada Controller
TP-Link Omada Installation on Ubuntu 20.04
These instructions will detail how to install TP-Link Omada software controller onto Ubuntu 20.04.
sudo apt update && sudo apt install openssh-server -y
sudo apt update && sudo apt install openjdk-8-jre-headless jsvc curl -y
sudo apt -y install gnupg2
curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
sudo apt update && sudo apt install mongodb-org
sudo systemctl start mongod.service
sudo systemctl status mongod
sudo systemctl enable mongod
sudo wget https://static.tp-link.com/upload/software/2022/202203/20220322/Omada_SDN_Controller_v5.1.7_Linux_x64.tar.gz
tar zxvf Omada_SDN_Controller_v5.1.7_Linux_x64.tar.gz
cd Omada_SDN_Controller_v5.1.7_Linux_x64/
sudo bash ./install.sh
Navigate to http://[server IP]:8088
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment