2024-06-18 14:13:02 +03:00
|
|
|
|
# Patch MikroTik RouterOS [[中文](README_CN.md)]
|
2024-06-15 02:18:14 +03:00
|
|
|
|
|
2024-06-18 17:27:44 +03:00
|
|
|
|
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/+99Mw06p3K7NlMmNl)]
|
2024-06-18 12:46:28 +03:00
|
|
|
|
|
2024-06-15 02:18:14 +03:00
|
|
|
|
### Download [Latest Patched](https://github.com/elseif/MikroTikPatch/releases/latest) iso file,install it and enjoy.
|
2024-06-20 23:37:03 +03:00
|
|
|
|
### CHR image is both support BIOS and UEFI boot mode.
|
2024-07-02 11:38:29 +03:00
|
|
|
|
### Support online upgrade.
|
2024-06-15 02:18:14 +03:00
|
|
|
|
|
2024-07-15 07:46:45 +03:00
|
|
|
|
![](image/install.png)
|
|
|
|
|
![](image/routeros.png)
|
2024-06-15 02:18:14 +03:00
|
|
|
|
|
2024-06-30 16:16:40 +03:00
|
|
|
|
### license RouterOS for x86.
|
2024-07-15 07:46:45 +03:00
|
|
|
|
![](image/x86.png)
|
2024-07-20 08:36:28 +03:00
|
|
|
|
### Renew license for chr
|
|
|
|
|
![](image/renew.png)
|
|
|
|
|
### license RouterOS for chr
|
2024-07-15 07:46:45 +03:00
|
|
|
|
![](image/chr.png)
|
2024-06-18 11:21:07 +03:00
|
|
|
|
|
2024-06-18 11:45:56 +03:00
|
|
|
|
## How to use shell
|
|
|
|
|
install option-{version}.npk package
|
2024-06-18 20:50:22 +03:00
|
|
|
|
run telnet to routeros with username devel and password is same as admin
|
2024-06-30 00:28:25 +03:00
|
|
|
|
## How to license RouterOS
|
|
|
|
|
telnet to routeros with username devel and password is same as admin
|
|
|
|
|
run keygen
|
2024-07-02 05:12:24 +03:00
|
|
|
|
chr mode could use renew lincense online
|
2024-06-18 11:45:56 +03:00
|
|
|
|
## How to use python3
|
|
|
|
|
install python3-{version}.npk package
|
2024-06-18 20:50:22 +03:00
|
|
|
|
run telnet to routeros with username devel and password is same as admin
|
|
|
|
|
run python -V
|
2024-06-18 11:21:07 +03:00
|
|
|
|
### npk.py
|
|
|
|
|
Sign,Verify,Create, Extract npk file.
|
|
|
|
|
### patch.py
|
|
|
|
|
Patch public key and sign NPK files
|
2024-07-14 17:16:10 +03:00
|
|
|
|
|
2024-06-18 12:27:23 +03:00
|
|
|
|
## all patches are applied automatically with [Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/mikrotik_patch.yml).
|
2024-06-15 02:18:14 +03:00
|
|
|
|
|
2024-06-18 12:46:28 +03:00
|
|
|
|
|
2024-06-15 02:18:14 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|