Reset OMADA - on LINUX

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Reset OMADA - on LINUX

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Reset OMADA - on LINUX
Reset OMADA - on LINUX
2021-06-18 08:35:06
Hardware Version:
Firmware Version: 4.3.x

Hi OMADA gurus,

 

just a quick question. How do I reset the OMADA on a LINUX machins. As I prefer to use virtualized. My question: Howcould I reset a LINUX based OMADA to factory defualts.

 

Kind regards

  0      
  0      
#1
Options
2 Reply
Re:Reset OMADA - on LINUX
2021-06-22 05:49:32

@litadmin 

The only way to reset the software is to uninstall completely and reinstall it. Do not keep any old user data when uninstall it.

Just striving to develop myself while helping others.
  0  
  0  
#2
Options
Re:Reset OMADA - on LINUX
2021-07-27 22:20:21 - last edited 2021-07-27 23:04:42

see this forum link on how to uninstall :

 

https://community.tp-link.com/en/business/forum/topic/240904

 

 

credits to vlad, for when the link might not work anymore , this is what he did :

 

remove omada package (it will remove dependencies as well, you may also need to run with --purge option):

dpkg -r omadac   ( I edited this to ad the c )

 

list the packages (ensure omada package is not there):

dpkg-query -l | less 

 

install the new package:
dpkg -i omada_v4.2.8_linux_x64.deb

 

install all dependencies:

sudo apt-get -f install

 

 

I did this with 4.3.3, after I made a password cut and paste error (I guess) and was good to go after a reinstall.

 

I did replace all the "omada" for "omadac"

 

 

 

  0  
  0  
#3
Options