Installing Omada Controller issues
Installing Omada Controller issues
Hi All,
I am trying to get an omada controller setup on a virtual box ubuntu machine which I want to later move to my NAS box and leave running.
I am following the guide here
https://community.tp-link.com/en/business/forum/topic/578320
but have got stuck on installing, libssl1.1 - which seems to be obselete from what I can gather.
Any help sorting this would be appreciated.
Thanks
R
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
I felt like this dudes instructions were a little easier to follow... Well C/P and GO...
https: / / patrickdomingues dot com/2021/05/07/install-tp-link-omada-sdn-controller-on-ubuntu-20-04-2/
- Copy Link
- Report Inappropriate Content
Excuse the weird link... The forum wouldnt let me post it fully... So we adjust the link and you should get to it.
- Copy Link
- Report Inappropriate Content
Thank you, will give that a go when I get a chance.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
@KimcheeGUN thanks for the link. Got it working, unfortunately I can't seem to post the script I have followed, even after updating the urls as you have done?
so it is working with ubuntu 22.04, omada controller version 5.9.31
R
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
OK, managed to get this to post,
I'm sure you can all work out how to reserve the bits in the script to make it work. Credit to all references used to make this work.
Hope it helps someone else.
Unfortuantely for me the plan was to upload the VM to my Terra-Master NAS, this failed, so now need to think about another solution.
Install MongoDB Version
#Source h t t p s : / /tecadmin dot net/how-to-install-mongodb-on-ubuntu-22-04/
#wget -nc h t t p s : / /www dot mongodb dot org/static/pgp/server-6 dot 0 dot asc
#cat server-6 dot 0 dot asc | gpg --dearmor | sudo tee /etc/apt/keyrings/mongodb dot gpg >/dev/null
#update as failed dot requires verion of mongodb <4 dot 5
#new source h t t p s : / /ubunlog dot com/en/mongodb-4-4-instalacion-versiones-lts-de-ubuntu/
sudo apt update
sudo apt install dirmngr gnupg apt-transport-https ca-certificates software-properties-common
#fails to work depreciated
#wget -qO - h t t p s : / /www dot mongodb dot org/static/pgp/server-4 dot 4 dot asc | sudo apt-key add -
#new source h t t p s : / /opensource dot com/article/22/9/deprecated-linux-apt-key
wget -qO - h t t p s : / /www dot mongodb dot org/static/pgp/server-4 dot 4 dot asc | sudo tee /etc/apt/trusted dot gpg dot d/myrepo dot asc
#install fails as dependancy not meet for libsll1 dot 1
#so run these first
wget http://archive dot ubuntu dot com/ubuntu/pool/main/o/openssl/libssl1 dot 1_1 dot 1 dot 0g-2ubuntu4_amd64 dot deb
sudo dpkg -i libssl1 dot 1_1 dot 1 dot 0g-2ubuntu4_amd64 dot deb
sudo apt install -y dot /libssl1 dot 1_1 dot 1 dot 0g-2ubuntu4_amd64 dot deb
#back to original website for Mongodb install
echo "deb [ arch=amd64,arm64 ] h t t p s : / /repo dot mongodb dot org/apt/ubuntu focal/mongodb-org/4 dot 4 multiverse" | sudo tee /etc/apt/sources dot list dot d/mongodb-org-4 dot 4 dot list
sudo apt update
sudo sh -c 'echo "deb [ arch=amd64,arm64 signed-by=/etc/apt/keyrings/mongodb dot gpg] h t t p s : / /repo dot mongodb dot org/apt/ubuntu jammy/mongodb-org/6 dot 0 multiverse" >> /etc/apt/sources dot list dot d/mongo dot list'
sudo apt update
sudo apt install mongodb-org
sudo systemctl start mongod
#back to source h t t p s : / /patrickdomingues dot com/2021/05/07/install-tp-link-omada-sdn-controller-on-ubuntu-20-04-2/
sudo apt-get install jsvc
sudo apt-get install openjdk-8-jdk
sudo update-alternatives --config java
# Select option 2 dot
sudo apt install gdebi-core
sudo wget h t t p s : / /static dot tp-link dot com/upload/software/2023/202303/20230321/Omada_SDN_Controller_v5 dot 9 dot 31_Linux_x64 dot deb
#get and update path before running command
readlink -f Omada_SDN_Controller_v5 dot 9 dot 31_Linux_x64 dot deb
Update path below and add details
sudo -i gdebi /home/raj/Omada_SDN_Controller_v5 dot 9 dot 31_Linux_x64 dot deb
- Copy Link
- Report Inappropriate Content
All working.
- Copy Link
- Report Inappropriate Content
Thanks so much for this :)
Did you get an Intel or ARM based NAS box from Terra-Master?
If your box supports Docker, then go that route and just use mbentley's Omada Controller docker image. You can migrate your controller too.
This has worked for me on both a Synology NAS and Raspberry Pi clone.
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 1553
Replies: 13
Voters 0
No one has voted for it yet.