You can pre-generate large quantities of serial keys at once using a configured Generator Rule. To generate bulk keys, follow the steps below.
Step 1: Create a Generator

- From your WordPress dashboard, navigate to Serial Numbers > Tools > Generators.
- Click Add to open the Add New Generator page.
- Configure the generator by filling in the Pattern, Product, Type (Sequential or Random), Valid For (Days), and Activation Limit fields.
- Click Save. Your generator has been created and is ready to use.
Pattern Syntax Reference
Use the following tokens when building your key pattern:
| Token | Description | Example Output |
|---|---|---|
| # | Single alphanumeric or numeric character | A, 3, Z |
| {y} | Current year | 2026 |
| {m} | Current month | 08 |
| {d} | Current day | 15 |
Example Pattern: Serial-######
With the sequential type, this produces keys like Serial-000001, Serial-000002, etc. With random type, this produces keys like Serial-A3XK92, Serial-7PMQR1, etc. You can also combine date tokens: {y}-{m}-{d}-###### → 2026-08-15-000001
Step 2: Generate Keys in Bulk

- Go to Serial Numbers > Tools > Generators. All available generators are listed here.
- Locate and select the generator you want to use.
- In the Generate text field, enter the number of keys you want to generate (for example, enter 20 to generate 20 keys).
- Click Generate. The system will immediately create the specified number of keys using the configured pattern.
Step 3: Verify the Generated Keys
- Navigate to Serial Numbers > Serial Keys.
- Go to the last page of the key list table.
- You will see all the newly generated keys listed there, ready for use.