# License

### Proxyman Premium Version

You can try all debugging tools with the Trial version, it is limited to 2 pinned domains, 2 rules for each debugging tool, and no new tabs.

The **Premium version** comes with:

* A year’s worth of macOS and Windows updates
* 1 Mac device per license
* Premium [Proxyman for iOS](https://proxyman.io/ios) (2 devices per license)
* Multiple Tabs
* Unlimited Pinned Domains / Apps
* Unlimited rules for all Advanced Debugging Tools (e.g. [SSL Proxying List](https://docs.proxyman.io/basic-features/ssl-proxying), [Map Local](https://docs.proxyman.io/advanced-features/map-local), [Map Remote](https://docs.proxyman.io/advanced-features/map-remote), [Breakpoint](https://docs.proxyman.io/advanced-features/breakpoint), [Allow/Block List](https://docs.proxyman.io/advanced-features/blacklist), [Protobuf](https://docs.proxyman.io/advanced-features/protobuf), [Scripting](https://docs.proxyman.io/scripting/script), [Network Conditions](https://docs.proxyman.io/advanced-features/network-throttling), [Multiple Filters](https://docs.proxyman.io/advanced-features/multiple-filters), [Reverse Proxy](https://docs.proxyman.io/advanced-features/reverse-proxy), [Request/Response Diff](https://docs.proxyman.io/advanced-features/diff), etc).

#### Trial Evaluation Duration

* Personal Purpose: No time-limited.
* Business Purpose: It's for 2 weeks. After that, please consider purchasing the license.

#### Demo Key

If you're a company, you can request a 2-week demo key, then please contact <support@proxyman.io>.

### Buy Proxyman License

Please navigate to the [Pricing page](https://proxyman.io/pricing) for purchasing Proxyman License. Additionally, you can [Extend](https://proxyman.io/order/extend-seats) your license, [Renew](https://proxyman.io/order/renew-license) it at a discount price.

### Manage Proxyman License&#x20;

If you're the owner of the Proxyman license, you can manage your devices, which are associated with the License by adding, or removing them. Please open the [License Manager](/~/revisions/CTFzuwrlmsieJaiDVRDD/license-manager.md).

{% hint style="info" %}
If you have already purchased, please contact <help@paddle.com> with your VAT information and receipt number.
{% endhint %}

### Active License&#x20;

After purchasing the Proxyman License, you will receive a license key in your mailbox. To activate, please open Proxyman app -> Proxyman Menu -> License.

Copy and Paste the license key and click Activate button.

![Activate a license on Proxyman](/files/-MgdpioGlWWHCtAGwPsa)

### Activate License by CLI

If you have a huge number of licenses, you would an automatic way to activate a license. You can do it too.

1. Download the Proxyman app and copy it to the `/Applications` folder
2. **Open and close the app once time at least.** It's necessary to set up some configurations.
3. Open Terminal and execute the following cmd:

To **Activate**:

```bash
$ /Applications/Proxyman.app/Contents/MacOS/proxyman-cli activate <key>
```

To **Unlink** device:

```bash
$ /Applications/Proxyman.app/Contents/MacOS/proxyman-cli unlink
```

![](/files/-MgdpIilgkRX37KnFBtu)

### Activate by URL

You can also activate a Proxyman license by the URL:

1. Download and open Proxyman at least 1 time.
2. Open the URL by Safari or Google Chrome.

&#x20; `proxyman://activate?key=<key>`

### Remove License

You can remove your license from your devices, then activate it on your new devices as long as you have enough available seats.

#### From your current devices

Open Proxyman app -> Proxyman Menu -> License -> Click on the "Unlink this device" button.

#### With License Manager

1. Open the [License Manager](https://proxyman.io/license-manager/access-link)
2. Enter the email address that you've used to purchase a license
3. Open the access link from your email.
4. Click on the device to remove it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proxyman.com/~/revisions/CTFzuwrlmsieJaiDVRDD/license.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
