How can we help you?

Get quick answers and clear instructions for all your networking needs

How to Backup and Restore Configuration on MikroTik

Summary:
Creating a backup of your Mikrotik router ensures you can easily restore configurations in case of failure, reset, or migration. Mikrotik offers both binary backup files and export scripts.

Method 1: Back Up Using WinBox (.backup file)

To create a backup:

  1. Open WinBox and log in:
    • Username: admin
    • Password: your configured password
  2. Go to Files from the left panel
  3. Click Backup at the top
  4. Set a file name (e.g., config.backup) and optionally a password
  5. Click Backup

A new .backup file will appear in the Files window. Right-click and choose Download to save it to your PC.

IMPORTANT: .backup files are device-specific and can’t be restored on other models.

To restore a backup:

  1. Go to Files, and upload your .backup file (drag and drop or click Upload)
  2. Select the file and click Restore
  3. The router will reboot and restore the configuration

Method 2: Export Configuration to Script (.rsc file)

To export configuration as a readable script:

  1. Go to New Terminal in WinBox
  2. Type:
/export file=config
  1. Go to Files, and download config.rsc to your PC

This file can be edited, reused, or restored on similar models.

To import/export via CLI:

  • Export:
    /export file=config

     

  • Import:
    /import file-name=config.rsc


TIP:
 Use this method to migrate configs between compatible Mikrotik devices.

Best Practices:

  • Create both .backup and .rsc files for full redundancy
  • Always back up before upgrades or major changes
  • Store files securely and label them clearly with date/model
  • For sensitive deployments, encrypt the .backup file with a strong password
Was this doc helpful?
DON'T MISS OUT.

Get the latest product updates, guides, tips, & exclusive offers directly in your inbox.

Company
  • Shopee Store
  • Lazada Store
  • Careers
    Hiring
  • Contact Us
Business Growth
  • Become Our Reseller
  • ISP Operator & Installer
  • Mikrotik Configuration
  • Custom Network Quote
Policies
  • Privacy Policy
  • Terms of Use
  • Store Policies
  • RMA Procedure
Follow us
  • Facebook Page
  • Linkedin Account
  • Youtube Channel
  • Instagram Page