Title: BlueSoftWeb License Keys &amp; Activation for WooCommerce
Author: Keral Patel
Published: <strong>22 ژوئن 2026</strong>
Last modified: 22 ژوئن 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/bluesoftweb-license-keys/assets/banner-772x250.png?rev=3581661)

![](https://ps.w.org/bluesoftweb-license-keys/assets/icon.svg?rev=3581661)

# BlueSoftWeb License Keys & Activation for WooCommerce

 توسط [Keral Patel](https://profiles.wordpress.org/keralpatel/)

[دانلود](https://downloads.wordpress.org/plugin/bluesoftweb-license-keys.1.0.0.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/bluesoftweb-license-keys/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/bluesoftweb-license-keys/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/bluesoftweb-license-keys/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/bluesoftweb-license-keys/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/bluesoftweb-license-keys/)

## توضیحات

**BlueSoftWeb License Keys & Activation for WooCommerce** turns any WooCommerce 
product into a licensed product. When a customer buys it, a unique license key is
generated automatically, shown on the order and in the order email, and listed under**
My Account  Licenses**. Your software then calls a simple REST API on your own site
to activate, validate or deactivate each key.

This is built for developers who sell plugins, themes, desktop apps or SaaS and 
need a no-fuss key + activation system inside the store they already run.

#### Key features

 * Mark any product as a license product (one checkbox)
 * Auto-generate a unique, readable key on purchase
 * Per-product activation limit (or unlimited)
 * Per-product expiry, in days (or lifetime)
 * Keys shown on the order, in the order email and in My Account  Licenses
 * Manual key creation from the admin for support cases and offline sales
 * Admin list of every key with status, activations and instances
 * Revoke automatically on order cancel/refund

#### The activation API

Every key can be checked from your application over a public REST API served by **
your own site** — no third-party service, and your customer data never leaves your
server.

    ```
    POST /wp-json/bsw-license-keys/v1/activate    license_key, instance, [label]
    GET  /wp-json/bsw-license-keys/v1/validate     license_key, [instance]
    POST /wp-json/bsw-license-keys/v1/deactivate   license_key, instance
    ```

Example check from your app:

    ```
    curl "https://yourstore.com/wp-json/bsw-license-keys/v1/validate?license_key=BSW-AB3K-9F2M-QXR7-T8WC"
    ```

The response is JSON with a `success` flag, the license `status`, activation counts
and the expiry date.

#### Where is the data stored?

All keys and activations are stored in your own WordPress database (custom tables
in your install). The activation API runs on your site. Nothing is sent to BlueSoftWeb
or any external server.

#### Pro version

[BlueSoftWeb License Keys & Activation for WooCommerce Pro](https://www.bluesoftweb.com/plugins/bsw-license-keys)
adds built-in renewals (expiry reminder emails and one-click renew), white-label
customer emails and account portal, a branded license email, and priority support.

#### Trademark notice

WooCommerce is a trademark of Automattic Inc. This plugin is an independent extension
and is not affiliated with, endorsed by, or sponsored by Automattic.

## عکس‌های صفحه

[⌊The list of issued license keys in the admin.⌉⌊The list of issued license keys
in the admin.⌉[

The list of issued license keys in the admin.

[⌊Product setting: sell as a license key, with activation limit and expiry.⌉⌊Product
setting: sell as a license key, with activation limit and expiry.⌉[

Product setting: sell as a license key, with activation limit and expiry.

[⌊The customer's keys under My Account - Licenses.⌉⌊The customer's keys under My
Account - Licenses.⌉[

The customer’s keys under My Account – Licenses.

[⌊Settings page showing your activation API endpoints.⌉⌊Settings page showing your
activation API endpoints.⌉[

Settings page showing your activation API endpoints.

## نصب

 1. Make sure WooCommerce is installed and active.
 2. Upload the plugin to `/wp-content/plugins/`, or install it from **Plugins  Add 
    New**.
 3. Activate the plugin.
 4. Edit a product, open the **General** tab and tick **Sell as license key**. Set 
    an activation limit and expiry if you want.
 5. Go to **License Keys  Settings** to choose when keys are issued and to view your
    API endpoints.

## سوالات متداول

### Does this require WooCommerce?

Yes for automatic key generation on purchase. You can still create and manage keys
manually without WooCommerce active.

### Where are the license keys stored?

In your own WordPress database, in custom tables created by the plugin. The activation
API is served from your site. No data is sent anywhere else.

### How does my software check a key?

It sends an HTTP request to the activation API on your store, for example `https://
yourstore.com/wp-json/bsw-license-keys/v1/validate`. The plugin replies with JSON
describing whether the key is valid, how many activations are used, and when it 
expires.

### Can one key be used on several installs?

Yes. Set an activation limit per product (or 0 for unlimited). Each activation records
an “instance” identifier so you can see and revoke individual installs.

### Can keys expire?

Yes. Set a validity in days per product, or leave it at 0 for a lifetime key. Expired
keys return an `expired` status from the API.

### Does it support High-Performance Order Storage (HPOS)?

Yes. The plugin declares HPOS compatibility and uses the WooCommerce order API throughout.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“BlueSoftWeb License Keys & Activation for WooCommerce” نرم افزار متن باز است. افراد
زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Keral Patel ](https://profiles.wordpress.org/keralpatel/)

“BlueSoftWeb License Keys & Activation for WooCommerce” به 1 زبان ترجمه شده است.
با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/bluesoftweb-license-keys/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “BlueSoftWeb License Keys & Activation for WooCommerce” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/bluesoftweb-license-keys)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/bluesoftweb-license-keys/)،
[مخزن SVN](https://plugins.svn.wordpress.org/bluesoftweb-license-keys/) را بررسی
کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/bluesoftweb-license-keys/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/bluesoftweb-license-keys/)
مشترک شوید.

## گزارش تغییرات

#### 1.0.0

 * Initial release.

## اطلاعات

 *  نگارش **1.0.0**
 *  آخرین به‌روزرسانی **2 ماه پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 5.6 یا بالاتر **
 *  آزمایش‌شده تا **7.0.3**
 *  نگارش PHP ** 7.2 یا بالاتر **
 *  زبان‌ها
 * [English (US)](https://wordpress.org/plugins/bluesoftweb-license-keys/) و [Spanish (Spain)](https://es.wordpress.org/plugins/bluesoftweb-license-keys/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/bluesoftweb-license-keys)
 * برچسب
 * [activation](https://fa.wordpress.org/plugins/tags/activation/)[license key](https://fa.wordpress.org/plugins/tags/license-key/)
   [license manager](https://fa.wordpress.org/plugins/tags/license-manager/)[serial key](https://fa.wordpress.org/plugins/tags/serial-key/)
   [software license](https://fa.wordpress.org/plugins/tags/software-license/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/bluesoftweb-license-keys/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[Your review](https://wordpress.org/support/plugin/bluesoftweb-license-keys/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/bluesoftweb-license-keys/reviews/)

## مشارکت کنندگان

 *   [ Keral Patel ](https://profiles.wordpress.org/keralpatel/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/bluesoftweb-license-keys/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://www.bluesoftweb.com)