No description
Find a file
zyb 3f988f27ed modified: .github/workflows/mikrotik_patch_7.yml
deleted:    .github/workflows/self_hosted_patch.yml
	modified:   .gitignore
2025-06-19 12:09:51 +08:00
.github/workflows modified: .github/workflows/mikrotik_patch_7.yml 2025-06-19 12:09:51 +08:00
busybox Add files via upload 2025-06-17 15:20:57 +08:00
image Add files via upload 2024-08-19 00:32:26 +08:00
keygen Add files via upload 2025-06-17 15:20:15 +08:00
toyecc Initial commit 2024-06-15 07:27:20 +08:00
.gitignore modified: .github/workflows/mikrotik_patch_7.yml 2025-06-19 12:09:51 +08:00
chr.sh Update chr.sh 2025-06-19 09:13:42 +08:00
mikro.py Use random.SystemRandom().randint 2024-12-28 10:57:32 +03: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 Update patch.py 2025-06-18 18:33:59 +08:00
README.md Update README.md 2025-02-19 15:43:29 +08:00
README_EN.md Update README_EN.md 2025-02-19 15:43:02 +08:00
sha256.py Initial commit 2024-06-15 07:27:20 +08:00

Patch Mikrotik RouterOS 6.x Patch Mikrotik RouterOS 7.x

MikroTik RouterOS Patch [中文]

[Discord] [Telegram] [Keygen(Telegram Bot)]

Download Latest Patched iso file,install it and enjoy.

CHR image is both support BIOS and UEFI boot mode.

Support online upgrade,online license,cloud backup,cloud DDNS

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.