mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
deleted: .github/workflows/mikrotik_patch_7.yml modified: README.md modified: README_EN.md modified: README_PT.md
66 lines
2.3 KiB
Markdown
66 lines
2.3 KiB
Markdown
[](https://github.com/elseif/MikroTikPatch/actions/workflows/patch_v6.yml)
|
|
[](https://github.com/elseif/MikroTikPatch/actions/workflows/patch_v6.yml)
|
|
|
|
# Patch para MikroTik RouterOS [[中文](README.md)]
|
|
[](./LICENSE)
|
|
[](./CODE_OF_CONDUCT.md)
|
|
|
|
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/mikrotikpatch)] [[Keygen (Bot do Telegram)](https://t.me/ROS_Keygen_Bot)]
|
|
|
|
### Baixe a [ISO modificada mais recente](https://github.com/elseif/MikroTikPatch/releases/latest), instale e aproveite.
|
|
### A imagem CHR suporta modo de boot tanto BIOS quanto UEFI.
|
|
|
|
### Suporte a atualização online, licença online, backup em nuvem e DDNS em nuvem
|
|
|
|

|
|

|
|
|
|
### Renovar a licença para x86 v6.x
|
|

|
|
|
|
### Renovar a licença para CHR
|
|

|
|
|
|
|
|

|
|

|
|
|
|
## Como usar o shell
|
|
```bash
|
|
instale o pacote option-{versão}.npk
|
|
Execute `/sh` no terminal para entrar no Shell.
|
|
```
|
|
|
|
## Como licenciar o RouterOS
|
|
```bash
|
|
Após instalar o pacote `option-{version}.npk`, reinicie o dispositivo. A licença será ativada automaticamente.
|
|
Imagens CHR suportam ativação de licença online.
|
|
```
|
|
|
|
## Como usar o Python 3
|
|
```bash
|
|
instale o pacote python3-{versão}.npk
|
|
Execute `/sh` no terminal para entrar no Shell.
|
|
execute `python -V`
|
|
```
|
|
|
|
### npk.py
|
|
```bash
|
|
Assina, verifica, cria e extrai arquivos .npk
|
|
```
|
|
|
|
### patch.py
|
|
```bash
|
|
Altera a chave pública e assina arquivos .npk
|
|
```
|
|
### Como ativar o modo container sem reiniciar fisicamente
|
|
```bash
|
|
1. Instale o pacote `option.npk`.
|
|
2. Abra o terminal e execute: `system/device-mode/update container=yes`
|
|
3. Abra um novo terminal e execute: `system/shell cmd="reboot -f"`
|
|
```
|
|
## Thanks for sponsoring
|
|
[ZMTO](https://console.zmto.com/)
|
|
|
|
## Todos os patches são aplicados automaticamente com [GitHub Actions](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/)
|