How to update Omada Controller on Raspberry Pi

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

How to update Omada Controller on Raspberry Pi

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
How to update Omada Controller on Raspberry Pi
How to update Omada Controller on Raspberry Pi
2025-02-28 03:00:12 - last edited 2025-03-03 07:11:51

Sometime back I was able to install the Omada Controller on a Raspberry Pi. Its working great and no issues. My controller is on version 5.13.22. Every time I log in I am prompted to update to version 5.15.8. It then prompts me to download the update file but I cant figure out a way to install on the Pi device. Can anyone point me in the right direction as to how? Also I enabled SSH on the controller but my credentials are not working. Where can I add other user accounts within the controller?

  0      
  0      
#1
Options
1 Accepted Solution
Re:How to update Omada Controller on Raspberry Pi-Solution
2025-02-28 03:16:02 - last edited 2025-03-03 07:11:51

  @IMV8N 

 

first, backup the controller from the Omada console then

SSH into the raspberry pi and run these commands from the console.


sudo -s
cd /tmp

wget https://static.tp-link.com/upload/software/2025/202501/20250109/Omada_SDN_Controller_v5.15.8.2_linux_x64.deb

dpkg -i Omada_SDN_Controller_v5.15.8.2_linux_x64.deb

 

 

Recommended Solution
  1  
  1  
#2
Options
1 Reply
Re:How to update Omada Controller on Raspberry Pi-Solution
2025-02-28 03:16:02 - last edited 2025-03-03 07:11:51

  @IMV8N 

 

first, backup the controller from the Omada console then

SSH into the raspberry pi and run these commands from the console.


sudo -s
cd /tmp

wget https://static.tp-link.com/upload/software/2025/202501/20250109/Omada_SDN_Controller_v5.15.8.2_linux_x64.deb

dpkg -i Omada_SDN_Controller_v5.15.8.2_linux_x64.deb

 

 

Recommended Solution
  1  
  1  
#2
Options