KeyHelp WHMCS Module Released

Für Modifikationen in und um KeyHelp.
Post Reply
jhonata192
Posts: 1
Joined: Mon 13. Oct 2025, 21:50

KeyHelp WHMCS Module Released

Post by jhonata192 »

Hello everyone,
I’ve developed a module that integrates KeyHelp with WHMCS, making it easy to automate hosting account management directly from WHMCS.
Main Features
Automatic account creation in KeyHelp through WHMCS
Account suspension and reactivation
Account termination
Client information synchronization
Admin panel integration
One-click login to KeyHelp from the WHMCS client area
Benefits
Automates repetitive tasks
Reduces human error
Seamless integration between WHMCS and KeyHelp
Better customer experience with direct access to the control panel

Installation Instructions
1.
Download the module from: https://github.com/jhonata192/keyhelp-whmcs-module
2.
Extract the archive and place the keyhelp folder in /modules/servers/
3.
Log in to your WHMCS admin area
4.
Go to System Settings → Servers → Add New Server
5.
In the “Module” dropdown, select KeyHelp
6.
Fill in the fields as follows:
Hostname: Your server domain (without http:// or https://)
Username: Leave blank
Password: Leave blank
Access Hash: Paste the API Key generated in KeyHelp
7.
Save the server. The hosting plans from KeyHelp will automatically appear in your WHMCS product configuration
If you have any questions or run into issues, feel free to contact me via the GitHub repository.
Thank you!
saviorhost
Posts: 21
Joined: Sun 11. Jan 2026, 13:51

Re: KeyHelp WHMCS Module Released

Post by saviorhost »

jhonata192 wrote: Mon 13. Oct 2025, 22:26 Hello everyone,
I’ve developed a module that integrates KeyHelp with WHMCS, making it easy to automate hosting account management directly from WHMCS.
Main Features
Automatic account creation in KeyHelp through WHMCS
Account suspension and reactivation
Account termination
Client information synchronization
Admin panel integration
One-click login to KeyHelp from the WHMCS client area
Benefits
Automates repetitive tasks
Reduces human error
Seamless integration between WHMCS and KeyHelp
Better customer experience with direct access to the control panel

Installation Instructions
1.
Download the module from: https://github.com/jhonata192/keyhelp-whmcs-module
2.
Extract the archive and place the keyhelp folder in /modules/servers/
3.
Log in to your WHMCS admin area
4.
Go to System Settings → Servers → Add New Server
5.
In the “Module” dropdown, select KeyHelp
6.
Fill in the fields as follows:
Hostname: Your server domain (without http:// or https://)
Username: Leave blank
Password: Leave blank
Access Hash: Paste the API Key generated in KeyHelp
7.
Save the server. The hosting plans from KeyHelp will automatically appear in your WHMCS product configuration
If you have any questions or run into issues, feel free to contact me via the GitHub repository.
Thank you!

t's not working at all. I've attached examples below.

Erro ao gerar URL de login: HTTP Error 401: API key is invalid / You are not allowed to access the API due to IP restrictions.

[curl_info] => Array
(
[url] => https://lin.saviorhost.com/api/v2/hosting-plans
[http_code] => 401
[content_type] => application/json; charset=utf-8
[total_time] => 0.283599
)

REQUEST:
Array
(
[http_code] => 401
[method] => GET
[endpoint] => /clients/name/ertucom
[request_data] =>
[response_body] => {
"code": "401 Unauthorized",
"message": "API key is invalid / You are not allowed to access the API due to IP restrictions. Multiple invalid requests from your IP have been detected, your next attempts will be throttled."
}
[response_decoded] => Array
(

Code: Select all

 => 401 Unauthorized
[message] => API key is invalid / You are not allowed to access the API due to IP restrictions. Multiple invalid requests from your IP have been detected, your next attempts will be throttled.
)
saviorhost
Posts: 21
Joined: Sun 11. Jan 2026, 13:51

Re: KeyHelp WHMCS Module Released

Post by saviorhost »

The problem was on my end; I solved it. I hadn't activated encryption.
Post Reply