Extension Registry
Browse community-built extensions for Notur. Extensions add functionality to your Pterodactyl Panel without forking.
Available Extensions
notur/hello-world
Hello World — Minimal example extension demonstrating Notur's slot registration, API routes, and frontend components.
- Version: 1.0.0
- Author: Notur Team
- License: MIT
- Tags:
example,starter - Compatibility: Notur >=1.0.0, Pterodactyl 1.11.*
- Repository: GitHub
Install
bash
php artisan notur:install notur/hello-worldSubmit Your Extension
Want to list your extension in the registry? Follow these steps:
- Create your extension following the Extension Development Guide
- Package it with
php artisan notur:export your-extension - Open a pull request to the Notur Registry adding your extension metadata to
registry.json
Requirements
- Valid
extension.yamlmanifest conforming to the manifest schema - Public source repository (GitHub)
- Semantic versioning
- MIT or compatible license recommended
- No malicious code or data exfiltration