← All posts
1 min read

Troubleshooting & FAQ

WPB

September 26, 2026

Troubleshooting & Frequently Asked Questions

Frequently encountered questions and diagnostics procedures for License Boss.


Frequently Asked Questions

Can I migrate existing licenses from Freemius or EDD?

Yes. License Boss includes a WP-CLI CSV import utility:

bash
wp license-boss import --file=licenses.csv --product=my-super-plugin

What happens if my licensing server is temporarily offline?

Client plugins utilize a graceful 7-day offline verification lease. If the remote server fails to respond, the plugin continues normal operation and displays a soft retry notice in WP-Admin.

How does automatic zip update distribution work?

When you release a new version, upload the zip archive to wp_lb_releases or run wp license-boss publish --file=v1.2.0.zip. The client SDK uses WordPress’s native pre_set_site_transient_update_plugins filter to deliver 1-click updates in the standard WordPress updates UI.


Diagnostics & Telemetry

TIP
If a client experiences an activation issue, check wp-admin > License Boss > Audit Log or query the telemetry table directly:
“sql
SELECT * FROM wp_lb_telemetry ORDER BY created_at DESC LIMIT 10;
“

Or don't do it yourself

Hand the whole thing
to us.

Graphics, social, websites. We are the startup team for small brands that do not have one. You keep the focus. We run the output.

Book a Call →

← Previous

REST API & Action Hooks