How to update MikroTik router OS version 7?

If you want to fix MikroTik OS bugs, improve security, and access new features, you need to keep your RouterOS up to date. Updating your MikroTik regularly is essential to ensure stability and optimal performance.

If you want update your MikroTik OS in same version the proccess is simple and straightforward, just follow this guide

But if you want to upgrade your OS from version 6 to 7 its a diffrent topic for doing this too follow this guide: How to upgrade MikroTik OS version 6 to 7

After updating if your MikroTik doesn’t work properly you can downgrade its OS to older versions if you are interested to How to downgrade Mikrotik OS follow our guide.

Update MikroTik router OS via Winbox

Before starting take backup

If you have other important configuration’s on your MikroTik, its better to take backup from it to be sure your other configurations don’t get damaged while updating.

In most cases its OK to update and nothing happens, But during installation if you face power loss or install corrupted update files it may cause deletion in your configurations.

For getting backup you can follow the guide bellow:

How to backup MikroTik configuration via Winbox

Step by Step of Updating via Winbox

For starting you need to have Winbox to connect to your MikroTik and control it, if you don’t have Winbox, you can download Winbox from MikroTik’s own website and install it.

Step 1 Connect to your MikroTik

Open Winbox app and enter your MikroTik IP and your login information to connect.

If you are using MikroTik in your local network you can find it from right side in “Neighbors” too.

connecting to mikrotik via winbox

Step 2 Access system / packages

  1. Click on System in sidebar
  2. in opening menu click on Packages

click on system menu in side bar and in opening menu click on packages

Step 3 Download and install latest router OS

In packages tab all your packages installed on MikroTik will apear here and you can see you exisiting router OS pack here too.

1. Click on check for update.

after opening packages tab in right side click on check for update

Note: while checking for update you may face to Error:could not resolve DNS

 Error could not reslove DNS name

You can easily fix it buy adding DNS from IP -> DNS or by running this command in terminal

Setting DNS in Mikrotik

 

 

/ip dns set servers=8.8.8.8,1.1.1.1 allow-remote-requests=yes

2. Click on download and install button

click on download and install button

 

It will start downloading after download ends, it will automaticlly install and reboot your device.

now you can check your version from System / Resources

  1. Click on System
  2. Click on Resources

click on system then click on resources3. Check your version

check your mikrotik router os version

 

Updating via CLI

Some users may not work with Winbox or web and they are working with ssh just login to your MikroTik VPS and enter the following commands in terminal to update your router OS

With this command check for update:

/system package update check-for-updates

If update available with this command download the update

/system package update download

After download run reboot command to reboot and install the update

/system reboot

summery

To update MikroTik, first you need to get a backup of you MikroTik it is optional but recommended, then just with using Winbox and CLI you can easily download and install update following this guide.

FAQ

Why we should update MikroTik OS?

Updating MikroTik router OS is important especially for security, better performance and reliability. Like any other network devices these routers have vulnerabilities that attackers and hackers could find and exploit, and MikroTik regularly releases new updates to fix this issues and in some updates they may add new features, so keep your router up to date.

Is MikroTik OS free?

MikroTik router OS is not completely free, but in most cases you don’t need to pay to it separately.

If you buy MikroTik router physicaly its licence is included or you can buy MikroTik VPS which licenced too.

But if you install it virtualy it has free trial for 24 hours runtime and after reaching the limit you need to buy licence.

How to reset MikroTik OS?

if you own MikroTik physicaly, turn off it and unplug it then hold the reset button, while holding it plug it back in, one of the LEDs will start blinking when it started blinking release the button.

You can reset ir from Winbox application too but if you are using MikroTik VPS don’t reset it yourself and contact with admins.


author image

The Author Jacob R

Jacob is a developer and cybersecurity enthusiast with strong skills in web development and a passion for building practical digital solutions. Hope his guides be helpful

More from Jacob R

Post Your Comment

Your email address will not be published. Required fields are marked *