Upgrade process
- First step - visit www.mikrotik.com and head to the download page, there choose the type of system you have the RouterOS installed on.
- Download the Combined package, it will include all the functionality of RouterOS:
Using Winbox
Using FTP
- Open your favourite FTP program (in this case it is Filezilla), select the package and upload it to your router (demo2.mt.lv is the address of my router in this example). note that in the image I'm uploading many packages, but in your case - you will have one file that contains them all
- if you wish, you can check if the file is successfully transferred onto the router (optional):
[normis@Demo_v2.9] > file print # NAME TYPE SIZE CREATION-TIME 0 supout.rif .rif file 285942 nov/24/2005 15:21:54 1 dhcp-2.9.8.npk package 138846 nov/29/2005 09:55:42 2 ppp-2.9.8.npk package 328636 nov/29/2005 09:55:43 3 advanced-tools-2.9.... package 142820 nov/29/2005 09:55:42 4 web-proxy-2.9.8.npk package 377837 nov/29/2005 09:55:43 5 wireless-2.9.8.npk package 534052 nov/29/2005 09:55:43 6 routerboard-2.9.8.npk package 192628 nov/29/2005 09:55:45 7 system-2.9.8.npk package 5826498 nov/29/2005 09:55:54
- and reboot your router for the upgrade process to begin:
[normis@Demo_v2.9] > system reboot Reboot, yes? [y/N]: y
- after the reboot, your router will be up to date, you can check it in this menu:
/system package print
- if your router did not upgrade correctly, make sure you check the log
/log print without-paging
RouterOS massive auto-upgrade
RouterOS auto-upgrade
/system package updateYou can automatize upgrade process by running script in scheduler:
/system package update
check-for-updates
:delay 1s;
:if ( [get current-version] != [get latest-version]) do={ upgrade }
Older option
- Make one router as network upgrade central point, that will update MikroTik RouterOS on other routers.
- Upload necessary RouterOS packages to this router (in the example, mipsbe for RB751U and powerpc for RB1100AHx2).
- Add upgrade router (192.168.100.1) information to a router that you want to update (192.168.100.253), required settings IP address/Username/Password
- Click on Refresh to see available packages, download newest packages and reboot the router to finalize the upgrade.
The Dude auto-upgrade
- Set type RouterOS and correct password for any device on your Dude map, that you want to upgrade automatically,
- Upload required RouterOS packages to Dude files,
- Upgrade RouterOS version on devices from RouterOS list. Upgrade process is automatic, after click on upgrade (or force upgrade), package will be uploaded and router will be rebooted by the Dude automatically.
The Dude hierarchical upgrade
- Select group and click Upgrade (or Force Upgrade),
License issues
- When upgrading from RouterOS v2.8 or older, the system might complain about expired upgrade time. To override this, use Netinstall to upgrade. Netinstall will ignore old license restriction and will upgrade
- When upgrading to RouterOS v4 or newer, the system will ask you to update license to a new format. To do this, ensure your Winbox PC (not the router) has a working internet connection without any restrictions to reach www.mikrotik.com and click "update license" in the license menu.