Description
IPTV Reseller Bridge turns your WooCommerce store into an automated IPTV shop. When a customer buys one of your subscription products, the plugin creates the line on your IPTV panel automatically and shows the customer their login details inside their WooCommerce account — no manual work, no spreadsheets.
You connect your own IPTV panel (you must already have a reseller account on it), map each WooCommerce product to a package on that panel, and the plugin handles provisioning and renewals on purchase.
This plugin is a bridge to a panel you operate. It does not provide any IPTV service, channels, or content.
Features
- Connect your IPTV panel — supports Xtream UI, XUI.one, and 1-Stream panels.
- One-click Test Connection to your panel.
- Map any WooCommerce product (and variations) to a panel package, connection count, and channel bouquets.
- Auto-provision the line on the panel when an order is paid.
- Renew (extend) an existing line when the customer buys again.
- A Subscriptions admin screen listing every line, with per-line actions (including assigning a MAG/STB MAC address).
- Show the customer their credentials in WooCommerce My Account IPTV Subscriptions and on the order-received (thank-you) page, with copy-to-clipboard buttons.
- Optional Support tab in the customer’s account area.
- Panel API keys and line passwords are encrypted at rest using your site’s wp-config salts.
- Theme-agnostic — uses standard WooCommerce account endpoints, so it inherits your theme’s styling.
Every feature listed above is included and fully functional. There is no license key, no trial period, no usage quota, and no feature that expires or has to be unlocked.
Extending the plugin
The plugin exposes hooks so other plugins can add fields to its settings and product screens and feed extra data into provisioning: irbridge_settings_tabs, irbridge_settings_general_before, irbridge_settings_general_after, irbridge_settings_save, irbridge_product_options, irbridge_product_variation_options, irbridge_save_product_options, irbridge_save_product_variation_options, irbridge_product_config, irbridge_order_mac, irbridge_skip_provisioning, irbridge_booted, and the irbridge_panel_drivers family for registering additional panel types.
Related add-on
A separate, paid add-on plugin — “IPTV Reseller Bridge — Pro”, available from iptvreseller.tech — builds on these hooks to add customer credential and expiry-reminder emails, suspend-on-cancel/refund with daily expiry sync, MAG MAC capture at checkout, trial lines and WooCommerce Subscriptions support, and shortcode/block/Elementor embeds. It is not required: this plugin is complete on its own, and nothing here is disabled without it.
External services
This plugin connects to external services in two cases. It does not send any data to a third party unless you configure or opt in to these.
-
Your own IPTV panel. To create and renew lines, the plugin sends requests to the panel URL and API credentials you enter under IPTV Bridge Panel Connection (Xtream UI, XUI.one, or 1-Stream). It sends the package, connection count, bouquet selection and an order reference for the line being created or extended, and receives the line’s username, password and expiry date. This is a server you operate; nothing is sent until you connect a panel, and the plugin has no default panel of its own.
-
Optional Streaming Proxy monitor (opt-in). The Streaming Proxy is a hosted CDN/proxy service run by IPTV Reseller: it terminates and re-serves your stream traffic on external servers, which is work that cannot be done inside WordPress. If — and only if — you paste a connect token under IPTV Bridge Streaming Proxy, the plugin calls
https://iptvreseller.tech/api/proxy/monitorwith that token to read back your proxy’s routes and usage for display. No token, no request. Service provided by IPTV Reseller — Terms of Use and Privacy Policy.
Installation
- Upload the plugin and activate it (WooCommerce must be active).
- Connect your panel under IPTV Bridge Panel Connection and click Test Connection.
- Edit a product IPTV Subscription tab enable provisioning and pick a package.
- Place a test order and confirm the line is created and shown in My Account.
FAQ
-
Which panels are supported?
-
Xtream UI, XUI.one, and 1-Stream.
-
Does this provide IPTV channels?
-
No. It is a bridge to an IPTV panel that you already operate. It does not include or resell any content.
-
Do I need a license key or an account with you?
-
No. The plugin is complete as-is and never contacts us unless you opt in to the Streaming Proxy monitor described above.
-
Does it work with any theme?
-
Yes. The customer dashboard uses standard WooCommerce My Account endpoints, so it inherits your theme’s styling.
-
Are credentials stored securely?
-
Panel API keys and line passwords are encrypted at rest using your site’s wp-config salts.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“IPTV Reseller Bridge” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “IPTV Reseller Bridge” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4.1
- Support diagnostics: when you send a support request from the Pro add-on, this plugin now contributes your panel configuration (driver and host only — never your API credentials) and the panel’s own error text from recent failed provisioning attempts. That is usually enough for support to answer without asking you for anything else.
1.4.0
- Renamed every prefix from
irbtoirbridge(namespaceIptvResellerBridge, constantsIRBRIDGE_*), so nothing this plugin registers can collide with another plugin. Existing settings, panel connection, product options and subscription records are migrated automatically on upgrade. - Database identifiers are now bound with
$wpdb->prepare()‘s%iplaceholder instead of being interpolated. This raises the WordPress requirement to 6.2. - Corrected the Contributors entry.
1.3.0
- Removed the edition/feature gate entirely — every feature the plugin ships is enabled for everyone, with no license check.
- The settings and product screens now expose documented extension hooks instead of showing disabled fields.
- Email options moved to the plugin that sends the emails.
1.2.1
- First public release build.
1.2.0
- Free base plugin. Compatible with WordPress 7.0 and WooCommerce 10.9.
1.0.0
- Initial release.
