Plugin registry for the NASNET Panel. Each plugin's manifest and settings are added to this repository.
plugins.json— registry index the panel uses for its store view.plugins/<plugin-id>/— one folder per plugin:manifest.json,settings.json,icon.svg,README.md, and MikroTik RouterOS lifecycle scripts (scripts/pre-install.rsc,scripts/post-install.rsc,scripts/pre-uninstall.rsc).PLUGIN_SPEC.md— full spec: manifest/settings fields, install lifecycle, templating and RouterOS conventions.
| Plugin | Category | Description |
|---|---|---|
| Telegram MTProto | proxy | Self-hosted MTProto proxy for Telegram |
| V2Ray / Xray | proxy | Self-hosted V2Ray/Xray proxy server |
| DeltaChat (Madmail) | messaging | Decentralized email-based chat relay |
| OONI Probe | measurement | Measure internet censorship from your network |
| NASNET Monitor | monitoring | Router and network health monitoring |
- Fork the repository and create a branch for your plugin or change.
- Add your plugin in its own directory with its manifest and settings files, following PLUGIN_SPEC.md.
- Commit your changes and push the branch to your fork.
- Open a pull request against
maindescribing the plugin and what it does.
MIT © NASNET Community