MikroTik RouterOS Patch Public Key and Generate License
Go to file
zyb ed37be78f5 modified: README.md
modified:   README_CN.md
2024-07-22 16:38:32 +08:00
.github/workflows modified: .github/workflows/mikrotik_patch_6.yml 2024-07-22 13:40:06 +08:00
busybox modified: busybox/busybox_aarch64 2024-07-20 11:47:23 +08:00
image modified: README.md 2024-07-20 14:33:40 +08:00
keygen modified: keygen/keygen_aarch64 2024-07-22 13:39:01 +08:00
toyecc Initial commit 2024-06-15 07:27:20 +08:00
.gitignore modified: .gitignore 2024-07-20 11:14:55 +08:00
chr.sh modified: chr.sh 2024-07-16 17:00:46 +08:00
mbr.bin modified: .github/workflows/mikrotik_patch.yml 2024-06-30 04:33:37 +08:00
mikro.py modified: .github/workflows/mikrotik_patch_7.yml 2024-07-22 09:29:18 +08:00
npk.py modified: .gitignore 2024-07-20 11:14:55 +08:00
package.py modified: .github/workflows/mikrotik_patch.yml 2024-06-18 13:17:48 +08:00
patch.py modified: .github/workflows/mikrotik_patch_7.yml 2024-07-22 09:29:18 +08:00
README_CN.md modified: README.md 2024-07-22 16:38:32 +08:00
README.md modified: README.md 2024-07-22 16:38:32 +08:00
sha256.py Initial commit 2024-06-15 07:27:20 +08:00

MikroTik RouterOS Patch [中文]

[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.

Renew license for x86 v6.x

Renew license for chr

license RouterOS for chr

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

all patches are applied automatically with Github Action.