All Projects → pterodactyl → whmcs

pterodactyl / whmcs

Licence: MIT License
WHMCS Module for Pterodactyl (v0.7.3 and higher)

Programming Languages

PHP
23972 projects - #3 most used programming language
Smarty
1635 projects

Projects that are alternatives of or similar to whmcs

pterodactyl-eggs
Free eggs made for the Pterodactyl Panel for anyone to use!
Stars: ✭ 18 (-85.83%)
Mutual labels:  pterodactyl, pterodactyl-panel
Nodeactyl
A NodeJS API for Pterodactyl panel, this was originally designed for discord.js (Discord bots)
Stars: ✭ 107 (-15.75%)
Mutual labels:  pterodactyl, pterodactyl-panel
pterobilling
An open-source Laravel 8 online store, client area, and billing software specially made for Pterodactyl panel
Stars: ✭ 258 (+103.15%)
Mutual labels:  pterodactyl, pterodactyl-panel
pterodactyl-sdk
Pterodactyl Panel PHP SDK/API wrapper
Stars: ✭ 27 (-78.74%)
Mutual labels:  pterodactyl, pterodactyl-panel
images
Generic docker images designed to work with Pterodactyl Panel and its daemon.
Stars: ✭ 43 (-66.14%)
Mutual labels:  pterodactyl
WHMCS-zh-CN
WHMCS系统7.9.2-8.5.0前后台简体中文汉化
Stars: ✭ 103 (-18.9%)
Mutual labels:  whmcs
WHMCS-JSJ-API-Pay-Gateway
WHMCS 财务系统对接金莎云免签支付API(你们怎么用,与我无瓜好吧:)
Stars: ✭ 58 (-54.33%)
Mutual labels:  whmcs
Panel
Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Stars: ✭ 2,988 (+2252.76%)
Mutual labels:  pterodactyl
documentation
Pterodactyl's documentation is open source! This repository contains the documentation for installing and updating both the panel and the daemon.
Stars: ✭ 99 (-22.05%)
Mutual labels:  pterodactyl
SolusVM-Premium-For-WHMCS
NeWorld SolusVM Premium Server Module For WHMCS
Stars: ✭ 20 (-84.25%)
Mutual labels:  whmcs
WHMCS-Discord-Notifications
A hook to push a range of different WHMCS notifications instantly to a Discord channel.
Stars: ✭ 52 (-59.06%)
Mutual labels:  whmcs
docker-whmcs
Docker container ready-to-use for WHMCS environment.
Stars: ✭ 47 (-62.99%)
Mutual labels:  whmcs
WHMCS-Action-Hook-Factory
Free collection of Action Hooks, Reports and Modules to perfect your WHMCS
Stars: ✭ 120 (-5.51%)
Mutual labels:  whmcs
Leap
Free & Open alternative to WHMCS. Let's see if we can make it
Stars: ✭ 270 (+112.6%)
Mutual labels:  whmcs
SHOUTcast-Manager
[DEPRECATED] NO LONGER MAINTAINED - A PHP SHOUTcast hosting tool with support for PHP 5.x & 7.x with SHOUTcast v1 & v2)
Stars: ✭ 24 (-81.1%)
Mutual labels:  whmcs
MugglePay
Make Crypto Payment Easy 让数字货币支付更简单
Stars: ✭ 176 (+38.58%)
Mutual labels:  whmcs
whmcs-vultr
Vultr Module for WHMCS
Stars: ✭ 86 (-32.28%)
Mutual labels:  whmcs
docker-pterodactyl
Running Pterodactyl Panel inside docker containers behind Traefik reverse proxy
Stars: ✭ 75 (-40.94%)
Mutual labels:  pterodactyl
laravel-whmcs
WHMCS API for Laravel
Stars: ✭ 41 (-67.72%)
Mutual labels:  whmcs
PUQ WHMCS-Public-Nextcloud
Module for the WHMCS system. For manage NextCloud users as a product.
Stars: ✭ 17 (-86.61%)
Mutual labels:  whmcs

WHMCS

WHMCS Module for the Pterodactyl Panel.

Configuration support

Please use the Pterodactyl Discord for configuration related support instead of GitHub issues.

NOTE

This module requires the panel to be on version 1.0.0 and above, if you need one for the 0.7.x versions, check the 0.7 branch.

Installation

Video Tutorial (uses 0.7 version of the panel but nothing changed functionality wise)

  1. Download/Git clone this repository.
  2. Move the pterodactyl/ folder into <path to whmcs>/modules/servers/.
  3. Create API Credentials with these permissions: Image
  4. In WHMCS 8+ navigate to System Settings → Servers. In WHMCS 7 or below navigate to Setup → Products/Services → Servers
  5. Create new server, fill the name with anything you want, hostname as the url to the panel either as an IP or domain. For example: 123.123.123.123 or my.pterodactyl.panel
  6. Change Server Type to Pterodactyl, leave username empty, fill the password field with your generated API Key.
  7. Tick the "Secure" option if your panel is using SSL.
  8. Confirm that everything works by clicking the Test Connection button -> Save Changes.
  9. Go back to the Servers screen and press Create New Group, name it anything you want and choose the created server and press the Add button, Save Changes.
  10. Navigate to Setup > Products/Services > Products/Services
  11. Create your desired product (and product group if you haven't already) with the type of Other and product name of anything -> Continue.
  12. Click the Module Settings tab, choose for Module Name Pterodactyl and for the Server Group the group you created in step 8.
  13. Fill all non-optional fields, and you are good to go!

Credits

Dane and everyone else involved in development of the Pterodactyl Panel. death-droid for the original WHMCS module. Crident for providing me a dev environment to test the module on and the installation video.

FAQ

Migrating from death-droid's module

Migrating is simple, delete death-droid's module and then upload this one instead of it. Then do the steps 3-6 in Installation instructions above and resetup all products.

Overwriting values through configurable options

Overwriting values can be done through either Configurable Options or Custom Fields.

Their name should be exactly what you want to overwrite. dedicated_ip => Will overwrite dedicated_ip if its ticked or not. Valid options: server_name, memory, swap, io, cpu, disk, nest_id, egg_id, pack_id, location_id, dedicated_ip, port_range, image, startup, databases, allocations, backups, oom_disabled, username

This also works for any name of environment variable: Player Slots => Will overwrite the environment variable named "Player Slots" to its value.

Useful trick: You can use the | seperator to change the display name of the variable like this: dedicated_ip|Dedicated IP => Will be displayed as "Dedicated IP" but will work correctly.

Sample configuration for configurable memory

Couldn't find any nodes satisfying the request

This can be caused from any of the following: Wrong location, not enough disk space/CPU/RAM, or no allocations matching the provided criteria.

The username/password field is empty, how does the user get credentials?

The customer gets an email from the panel to setup their account (incl. password) if they didn't have an account before. Otherwise they should be able to use their existing credentials.

The customer didn't receive any emails from the panel

Double check that you've configured the panel's mail settings correctly, the Test button works in the admin area's mail settings, and that you've restarted pteroq afterwards confirming that everything works.

My game requires multiple ports allocated

Currently, this isn't possible with this module but is planned.

The server gets assigned to the first/admin user of the panel instead of the user who ordered the service

Please update your module (by redownloading it).

The feature_limits.backups field must be present

Please update your module (by redownloading it).

How to enable module debug log

  1. In WHMCS 7 or below navigate to Utilities > Logs > Module Log. For WHMCS 8.x navigate to System Logs > Module Log in the left sidebar.
  2. Click the Enable Debug Logging button.
  3. Do the action that failed again and you will have required logs to debug the issue. All 404 errors can be ignored.
  4. Remember to Disable Debug Logging if you are using this in production, as it's not recommended to have it enabled.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].