Skip to main content
Plugins extend the panel with new sidebar tabs and backend services. A plugin is a directory with a manifest, a JS frontend the panel loads natively (no iframes) and, optionally, a backend runtime process the panel supervises and proxies. Plugins are trusted code — they run with the panel’s privileges. Install only what you’d run as root anyway.

Enable the plugin system

Off by default. Turn it on once:
or flip the Add-ons toggle in panel Settings.

Install from the store

The built-in catalog installs by name:
The same store lives in the panel under Plugins → store, with one-click install.

Install from anywhere else

Manage

Everything lands in /var/lib/myrax: plugin code, per-plugin data directories and runtime logs.

Want to build one?

Start with the quickstart — a working sidebar tab in a few minutes.