Install
- Download the ZIP from this link (or License & plugin in your console).
- WordPress → Plugins → Add New → Upload Plugin → Activate Provxo.
- Open the Provxo menu in WP admin.
Connection settings
Enter exactly these values (no trailing slash issues — use the base URL below).
| Field | Value |
|---|---|
| Provxo URL | https://subflow.synergylabs.cloud |
| License key | PX-XXXX-… |
What happens on activate
The plugin calls the activate endpoint. Provxo binds the site to your license and returns a site_uid you must keep.
POST https://subflow.synergylabs.cloud/api/v1/plugin/activate
Content-Type: application/json
{
"license_key": "PX-XXXX-XXXX-XXXX",
"site_url": "https://your-wordpress-site.com",
"site_name": "My IPTV site",
"plugin_type": "wordpress"
}
Save site_uid from the response. All later API calls need Authorization Bearer + X-Provxo-Site.
After activation
- If you have several panels, bind one under the plugin Panel screen (or POST /plugin/site-panel).
- Sync settings from Provxo (branding, durations, SMTP).
- Add the shortcode to any page or post:
[provxo_trial]
Migrating WordPress to a new domain? Use reassign_site_uid on activate so you keep the same site binding within your max_sites limit.