How to update Omada Controller on Raspberry Pi

How to update Omada Controller on Raspberry Pi

How to update Omada Controller on Raspberry Pi
How to update Omada Controller on Raspberry Pi
Friday - last edited Yesterday

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
Friday - last edited Yesterday

  @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
  0  
  0  
#2
Options
1 Reply
Re:How to update Omada Controller on Raspberry Pi-Solution
Friday - last edited Yesterday

  @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
  0  
  0  
#2
Options