MikroTik RouterOS Patch Public Key and Generate License
Go to file
2024-07-12 10:27:06 +08:00
.github/workflows modified: .github/workflows/mikrotik_patch.yml 2024-07-12 10:27:06 +08:00
busybox new file: .github/workflows/mikrotik_patch_test.yml 2024-07-12 02:51:02 +08:00
keygen modified: .gitignore 2024-07-12 06:02:48 +08:00
toyecc Initial commit 2024-06-15 07:27:20 +08:00
.gitignore modified: .gitignore 2024-07-12 06:02:48 +08:00
chr.png modified: README.md 2024-06-30 21:16:40 +08:00
install.png modified: install.png 2024-06-19 22:31:30 +08:00
mbr.bin modified: .github/workflows/mikrotik_patch.yml 2024-06-30 04:33:37 +08:00
mikro.py modified: .gitignore 2024-06-19 18:04:54 +08:00
mikrotik.ico Initial commit 2024-06-15 07:27:20 +08:00
netinstall.py modified: .github/workflows/mikrotik_patch.yml 2024-06-18 13:17:48 +08:00
npk.py modified: .github/workflows/mikrotik_patch.yml 2024-07-02 10:00:15 +08:00
package.py modified: .github/workflows/mikrotik_patch.yml 2024-06-18 13:17:48 +08:00
patch.py modified: patch.py 2024-07-12 08:34:05 +08:00
README_CN.md modified: README.md 2024-07-02 16:38:29 +08:00
README.md modified: README.md 2024-07-02 16:38:29 +08:00
routeros.png modified: routeros.png 2024-06-29 15:06:18 +08:00
sha256.py Initial commit 2024-06-15 07:27:20 +08:00
upgrade.py modified: .github/workflows/mikrotik_patch.yml 2024-06-24 17:43:02 +08:00
x86.png modified: README.md 2024-06-30 21:16:40 +08:00

Patch MikroTik RouterOS [中文]

[Discord] [Telegram]

Download Latest Patched iso file,install it and enjoy.

CHR image is both support BIOS and UEFI boot mode.

Support online upgrade.

license RouterOS for x86.

license RouterOS for chr, Support online renew license.

How to use shell

install option-{version}.npk package
run telnet to routeros with username devel and password is same as admin

How to license RouterOS

telnet to routeros with username devel and password is same as admin
run keygen
chr mode could use renew lincense online

How to use python3

install python3-{version}.npk package
run telnet to routeros with username devel and password is same as admin
run python -V

npk.py

SignVerifyCreate, Extract npk file.

patch.py

Patch public key and sign NPK files

netinstall.py

Modify netinstallexe to enable network installation of NPK files that have been resigned in ISO

upgrade.py

By adding static domain name resolution in RouterOS, the NPK file that has been resigned in ISO can be installed during the upgrade process.

all patches are applied automatically with Github Action.