Skip to content

Znuny Add-ons, Plugins & Extensions

Znuny is an open-source ticket system you can extend with OPM packages (plugins, skins, integrations). Whether you need UI tweaks, reporting, integrations, or AI — the community and vendors publish hundreds of extensions.

Package catalog: The central hub for Znuny plugins and add-ons is OpenITSMHub — searchable by category, compatibility, and maintainer.

Browse all Znuny packages on OpenITSMHub →

In Znuny, extensions are usually packages (OPM files). They can:

  • Add features — e.g. advanced dynamic fields, ticket printing, time accounting
  • Customize the UI — skins, themes, extra dashboard widgets
  • Connect systems — REST clients, monitoring, CMDB, chat
  • Automate processes — event handlers, Generic Agent extensions

Packages are installed via Package Manager in the admin UI or on the console with Admin::Package::Install. To build your own: Plugin development with OPM packages.

OpenITSMHub aggregates packages for Znuny, OTOBO, OTRS Community Edition, and related ITSM stacks. Useful entry points for Znuny:

ResourceLink
Znuny plugin overviewopenitsmhub.com/znuny-plugins
All packages (Znuny filter)openitsmhub.com/packages?systems=znuny
Znuny system pageopenitsmhub.com/systems/znuny

OpenITSMHub shows license, framework version, maintainer, and often direct download or repository links before you deploy to production.

A sample of common categories — the full, up-to-date list lives on OpenITSMHub:

CategoryExample (OpenITSMHub)
Attachments & ticket UIZnuny4OTRS Download All Attachments
Dynamic fieldsZnuny4OTRS Advanced Dynamic Fields
Development & APIPython REST API Client, pyznuny
AI & automationotai-otobo-znuny
IDE & toolingvscode-znuny

For AI-assisted ticket classification in Znuny, see OpenTicketAI and Znuny Artificial Intelligence.

  1. Open Admin → Package Manager
  2. Upload the OPM file or use an online repository (if configured)
  3. Confirm installation and rebuild SysConfig if needed (Maint::Config::Rebuild)
Terminal window
bin/znuny.Console.pl Admin::Package::Install /path/to/package.opm
bin/znuny.Console.pl Maint::Config::Rebuild
bin/znuny.Console.pl Maint::Cache::Delete

On Docker stacks, run these inside the app container — see Znuny Docker.

UI customizations (skins, themes) are often available as packages or separate downloads. OpenITSMHub lists compatible skins under Skins. Basics: Znuny GUI and Skins & themes.

Start with Plugin development — SOPM layout, building OPM files, event handlers, and dynamic fields. You can publish packages on OpenITSMHub for the community.