Skip to content

Feature Toggles

Control which features are available in your BadgerPanel installation from Admin > Settings > Features.


Feature Table

FeatureDescriptionLicense Required
RegistrationAllow new users to create accounts-
Email VerificationRequire email verification for new accountsEmail Notifications
Billing ModuleEnable the billing system for products, orders, and invoicesBilling
Support TicketsEnable the support ticket systemSupport
File ManagerAllow users to browse and edit server files from the panel-
WebhooksEnable webhook integrations for event notificationsWebhooks
CRM ModuleEnable the customer relationship management toolsCRM
Kubernetes SupportEnable Kubernetes node and deployment managementKubernetes
Audit LogsTrack and log all administrative and user actionsAudit Logs
Referral TrackingEnable the referral system for user invitationsReferral Tracking

How Feature Toggles Work

When a feature is disabled, it is completely hidden from the panel interface. Navigation links, pages, and related controls are removed for all users, including administrators. API endpoints for disabled features return appropriate error responses.

Disabling a feature does not delete any existing data associated with it. Re-enabling a feature restores access to all previously created records.


License Requirements

Some features require a specific license entitlement in addition to the feature toggle. If your license does not include a required feature, the toggle will be visible but cannot be enabled. Check your license status at Admin > Settings > License to see which features are available.

BadgerPanel Documentation