How To Recover RouterOS Passwords From A Mikrotik Backup File

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • 100% Successfully And Easy Way To Recover MikroTik RouterOS Password From A Backup File
    www.python.org...
    git-scm.com/do...
    ***Before Begining Download These Software Into Your Windows***
    Create A New Folder And Clone The Routeros-Backup-tools Repo
    Step By Step Guide:
    1. mkdir rostest
    2. cd rostest
    3. "git clone github.com/Big..."
    (* Just Create A Github Account If Needed & Try Again)
    4. If you’ve just installed Python, you may want to rerun your Python installer and make sure you check the box “Add Python to PATH.”
    5. virtualenv ./venv
    6. ./venv/Scripts/activate.bat
    7. pip install pycryptodome
    8. pip install cryptography
    9. pip install paramiko
    We Are Ready To Extract Our Backup File And Replace The Passwords. But First Copy Your Backup File Into The Rostest Folder.
    10. python RouterOS-Backup-Tools/ROSbackup.py unpack -i old.backup -d myrouterold
    11. python RouterOS-Backup-Tools/ROSbackup.py unpack -i new.backup -d myrouternew
    12. python RouterOS-Backup-Tools/ROSbackup.py pack -d myrouterold -o Final.backup
    A Latvian firm named MikroTik was established in 1996 with the goal of creating routers and wireless ISP systems. In most nations throughout the world, MikroTik currently offers hardware and software for Internet connectivity. Since 1997, we have been able to develop the RouterOS software system, which offers substantial stability, controls, and flexibility for all types of data interfaces and routing, thanks to our expertise with complete routing systems and industry-standard PC hardware. Our decision to manufacture our own hardware in 2002 gave rise to the RouterBOARD brand. Customers and resellers for us are spread across nearly every nation on the planet. Our business has more than 280 employees and is based in Riga, the Latvian capital.
    #How to save the backup file #How to restore backup file in MikroTik
    THANK YOU FOR WATCHING THIS VIDEO. I WOULD LIKE TO SAY THAT IF YOU WILL WATCH THIS FULL VIDEO YOU MUST LEARN TO THE MIKROTIK CONFIGURATION. THANK YOU VERY MUCH.

ความคิดเห็น • 15

  • @mr_nobody30
    @mr_nobody30 ปีที่แล้ว +1

    It's working on my Mikrotik CCR-1036-8G-2S+... RouterOs 7.10.2... thank you..❤

  • @seancourtney4650
    @seancourtney4650 28 วันที่ผ่านมา

    Still working on RB3011 UiAS-RM RouterOS 7.15.3 Awesome video

  • @user-nq5ei7vy9t
    @user-nq5ei7vy9t 7 หลายเดือนก่อน +1

    So my microtik will back up on its own at reset? I lost the password to my microtik, but I don't want to reset it and then reconfigure everything. So it makes its own backup when resetting, and I can restore all settings from the backup, right?