New Omada Software Controller Released #2569
-
Hi. A new version of Omada Software controller was released today. How can i update it? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
I don't see it on their website, It still shows v5.13.23 as the latest. |
Beta Was this translation helpful? Give feedback.
-
For updating, it's as simple as reading the instructions. |
Beta Was this translation helpful? Give feedback.
-
I used this. https://www.reddit.com/r/TPLink_Omada/comments/rb3jjk/update_software_controller_with_proxmox_running/ But thank you! |
Beta Was this translation helpful? Give feedback.
-
Well there is a v5.13.30.8. But only for windows it seems. I was confused as well because the software says there is an update: |
Beta Was this translation helpful? Give feedback.
-
I've received an update notification here, in Omada Software Controller. |
Beta Was this translation helpful? Give feedback.
use the en site
https://www.tp-link.com/en/support/download/omada-software-controller/
latest_url=$(curl -fsSL "https://www.tp-link.com/en/support/download/omada-software-controller/" | grep -o 'https://.*x64.deb' | head -n1)
and it works.
Maybe you should curl both pages and check which is the latest version.