diff --git a/whmcs.json b/whmcs.json new file mode 100644 index 0000000..4f8129a --- /dev/null +++ b/whmcs.json @@ -0,0 +1,33 @@ +{ + "schema": "1.0", + "type": "whmcs-servers", + "name": "pterodactyl", + "license": "open-source", + "category": "gamehosting", + "description": { + "name": "Pterodactyl", + "tagline": "Open-source game server management panel", + "long": "Pterodactyl is an open-source game server management panel designed to provide the ultimate user experience for both admins and end-users. It allows easy management of game servers with features like automatic deployment, resource usage tracking, and more.", + "features": [ + "Automatic game server deployment and management", + "Resource usage tracking and monitoring", + "User-friendly web interface", + "Support for multiple game types", + "Customizable server configurations" + ] + }, + "logo": { + "filename": "pterodactyl.png" + }, + "support": { + "homepage": "https:\/\/pterodactyl.io\/", + "support_url": "https:\/\/github.com\/\/pterodactyl\/\/whmcs", + "docs_url": "https:\/\/pterodactyl.io\/\/project\/\/introduction.html" + }, + "authors": [ + { + "name": "Pterodactyl", + "homepage": "https:\/\/pterodactyl.io\/" + } + ] +}