PUQ Jellyfin provisioning module

PUQ Jellyfin provisioning module

Developed By PUQ Software

Compatible with WHMCS v9.0

Description

Thanks to the module, the company is able to offer public media services to its customers based on Jellyfin accounts.

The module is used to create customer accounts on the previously prepared Jellyfin server. The module enables You to define multiple public media packages and sell them at different prices. The module creates a customer account according to the selected package. The client can have many independent accounts in the media.

For the correct operation of the module, a pre-prepared Jellyfin installation is required (the module does not assist in the installation of the Jellyfin server and assumes that such installation is ready for operation through API.) Module use Jellyfin API to manage clients account.

We have prepared a detailed installation manual for the module, including all the steps needed to implement the module, including the preparation of the Jellyfin server, including all installation steps such as PHP, Jellyfin, SSL certificates etc.

The module has been tested on the WHMCS version from 8+. We assume that the module should work without any problems on the older version of WHMCS 7, but we cannot guarantee it. You have 7 days to fully test the module for free.

Get Your Free Development License: https://puqcloud.com/dev-licenses-whmcs.php

You can acquire a free Development License of this module. This license grants you access to our software products, allowing you to explore and test them for your development and testing projects. It's an invaluable tool for developers and teams seeking to familiarize themselves with our products and engage in limited-scale development before committing to the purchase of commercial licenses.

Module functions:

  • Auto create and deploy client account
  • The module uses only the API to manage the accounts
  • Module supports multilingualism (Arabic, Azerbaijani, Catalan, Chinese, Croatian, Czech, Danish, Dutch, English, Estonian, Farsi, French, German, Hebrew, Hungarian, Italian, Macedonian, Norwegian, Polish, Romanian, Spanish, Swedish, Turkish, Ukrainian)
  • The module shows all user info: enabled user libraries, active devices etc.
  • Link to instructions for setting up the service in the client area.

Available options in the admin panel:

  • Create users
  • Suspend users
  • Terminate users
  • Unsuspend users
  • Change users password
  • Change Package
  • Drop all devices
  • Unblock user
  • API connection status
  • List of active devices
  • List of enabled user libraries

Available options in the client panel:

  • List of active devices
  • List of enabled user libraries
  • Drop all devices
  • Unblock user
  • Change the Jellyfin user password

Additional project info

On the basis of our experience and modules that we have created and use for production every day in our company, we decided to publish a commercial version, hence the code of the modules is not the achievement of a programmer who learns and tests new solutions, but the result of the work of experienced developers with over 20 years of experience.

Price for the module.

We are based on a subscription model and we offer two variants - monthly and annual. The annual plan comes with a big discount on the monthly version. More details can be seen on the product page of our store.

Translation

For each of our products, we have prepared a Weblate-based translation mechanism that uses deepL machine learning engine. Missing translations can, for each available language, be generated automatically and suggestions for better expressions.

System Requirements

For the correct operation of the module, a pre-prepared Jellyfin installation is required (the module does not assist in the installation of the Jellyfin server and assumes that such installation is ready for operation through API.) .

Module Documentation

English documentation: https://puqcloud.com/link.php?id=58

 

There are no reviews yet!

Be the first to review PUQ Jellyfin provisioning module.

Version Compatibility


Compatible with WHMCS v9.0

Full Version Compatibility


  • Selected versions of WHMCS v9.0
        9.0.0 - 9.0.4
  • Selected versions of WHMCS v8.13
        8.13.0 - 8.13.3
  • All versions of WHMCS v8.12
  • All versions of WHMCS v8.11
  • Selected versions of WHMCS v8.10
        8.10.0
  • Selected versions of WHMCS v8.9
        8.9.0
  • Selected versions of WHMCS v8.8
        8.8.0
  • All versions of WHMCS v8.7
  • All versions of WHMCS v8.6
  • All versions of WHMCS v8.5
  • All versions of WHMCS v8.4
  • All versions of WHMCS v8.3
  • All versions of WHMCS v8.2
  • All versions of WHMCS v8.1
  • All versions of WHMCS v8.0

Support for this product

The best place to start if you need help with a specific product is to contact the developer. All WHMCS Marketplace developers have both a website and support URL listed.

Developed By PUQ Software

Changelog

v3.0 Released June 6th, 2026

Latest Version


Added

  • AJAX, card-based client area with a gradient status hero, a two-column account/usage layout, usage progress bars (sessions, failed logins), library chips and an active-devices table — plus toast notifications and confirm dialogs.
  • Self-service Drop all devices and Unblock actions in the client area (no page reload).
  • Dynamic library picker in the product configuration form: the library list is loaded live from the assigned Jellyfin server as checkboxes, with a Select all toggle and a Reload button (with a manual text-box fallback when the server is unreachable). The separate Use all libraries switch is kept.
  • Product configuration form injected on the WHMCS product page via AdminAreaFooterOutput.
  • Admin homepage license alert listing products with invalid or missing licenses.
  • Schema migration runner (puqJellyfinMigrations).
  • Diagnostic logging throughout. Every lifecycle action, hook and AJAX call records its result and any exception to the WHMCS Module Log; all Jellyfin API calls log their request/response on error (and every write call on success), with the HTTP status code and the real Jellyfin message. Passwords are redacted in the log.

Changed

  • Jellyfin 10.11.10+ compatibility. Switched to the modern Authorization: MediaBrowser header (with Version) as the primary scheme and dropped the deprecated X-Emby-Token / X-MediaBrowser-Token headers that Jellyfin removes in 10.12/10.13. The password endpoint now uses the current route Users/Password?userId= instead of the deprecated Users/{id}/Password.
  • CreateAccount now reads the new user's Id directly from the Users/New response instead of re-listing all users and matching by name (faster and robust against special characters).
  • API error handling now inspects the HTTP status code and extracts the real Jellyfin error message (ProblemDetails / validation errors) instead of occasionally treating a 4xx as success.
  • All product settings are now stored as a single JSON document in configoption24. Existing v2 installs are read transparently from the legacy configoption3configoption8 slots, so no reconfiguration is required after upgrading.
  • License verification moved to a block-based hash with online/offline caching.
  • Jellyfin admin API token is cached per instance instead of re-authenticating on every call.
  • PHP 7.4 / 8.1 / 8.2+ compatible source; hardened with null-safe reads, try/catch around all external calls, and htmlspecialchars on every API-sourced string.

Fixed

  • Web-interface URL no longer mishandled the plain-HTTP/port-80 case (operator-precedence bug in the default-port check).
  • Empty text fields (e.g. an intentionally blank username suffix) are now preserved instead of reverting to their default on save.

 

Previous Versions


v2.1 Released October 3rd, 2025

View/hide detailed changelog

  1. Adding availability to create a rule about custom username
  2. Adding availability to create a rule about custom password
  3. Supported php8.2+ version

 

v2.0.1 Released December 19th, 2024

View/hide detailed changelog

  1. Added validation check in the hook related to the Client Area Primary Sidebar.

 

v2.0 Released September 24th, 2024

View/hide detailed changelog

Module is coded ionCube v13

Supported php version:

  • php 7.4 WHMCS 8.11.0 -
  • php 8.1 WHMCS 8.11.0 +
  • php 8.2 WHMCS 8.11.0 +

 

v1.5.1 Released August 13th, 2024

View/hide detailed changelog

  1. Fixed bug with password, when "Show password" is "no"

 

v1.5 Released July 12th, 2024

View/hide detailed changelog

  1. Client area more adapted for mobile version
  2. Buttons for copying login and password have been added to the client area

 

v1.4 Released December 21st, 2023

View/hide detailed changelog

Client Area Enhancements:

  1. Added the ability to disable the display of service passwords by default.
  2. Introduced a "Show" button for displaying service passwords in the Client Area.
  3. Provided options to display service passwords in plain text.

You should save the 'Module Setting' in your products for the module to function correctly.

 

v1.3 Released December 18th, 2023

View/hide detailed changelog

  1. Fix some bugs
  2. Fixed a bug on the client area related to displaying the session count
  3. Support Jellyfin 10.8.13

 

v1.2 Released November 17th, 2023

View/hide detailed changelog

  1. Fixed bug with incorrect libraries selection functionality, CRITICAL
  2. Fix some bugs in the change password feature.
  3. New "Use All Libraries" checkbox in Module Setting page.
  4. Some change in Client Area.
  5. Optimized

 

v1.1 Released November 10th, 2023

View/hide detailed changelog

  1. Library functionality has been modified. Now, when configuring the module, entering "-" signifies "No libraries selected," while leaving the field empty indicates "Select all libraries."
  2. Some bugs have been fixed.

 

v1.0 Released November 3rd, 2023

View/hide detailed changelog

  1. First version

 

See also

Hetzner Servers Manager

Integrate manager for Hetzner Dedicated

Commercial
Liquid Web VPS & Cloud Dedicated Reseller Program

Resell VPS & Cloud Dedicated Products from Liquid Web

Free
SolusVM WHMCS module

Automate the sale of VPS servers & give your clients the ability to completely manage their VPS server inside of WHMCS, using the industry leading SolusVM control panel.

Free
Acronis Cyber Protect Cloud

AI-Powered Integration of Data Protection and Cybersecurity.

Free
VPN reseller module

Resell VPN accounts with whitelabel Windows, Mac, IOS and Android software

Free