MikroTik RouterOS Patch Public Key and Generate License
Go to file
elseif ba72caaead
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
2025-01-19 23:28:49 +08:00
.github/workflows Update mikrotik_patch_7.yml 2025-01-19 23:28:49 +08:00
busybox deleted: busybox/bash 2024-08-05 10:02:01 +08:00
image Add files via upload 2024-08-19 00:32:26 +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 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-01-19 21:42:02 +08:00
README_EN.md Update README_EN.md 2024-08-30 14:06:32 +08:00
README.md Update README.md 2024-08-30 14:06:45 +08:00
sha256.py Initial commit 2024-06-15 07:27:20 +08:00

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.