A highly secure, multi-tenant PHP 8 script to manage your hosting customers, packages, billing, and resource limits. Get the full unencrypted source code today.
Generate customer invoices, archive provider costs, and track your actual net margin in real-time.
Never miss a renewal. Track domain and SSL certificate expiry dates with automated dashboard alerts.
Provide a secure, isolated portal for your customers to view their resource usage and invoice history.
Manage customer contract terms, expiry warnings, and track backup status and storage locations.
Architected for multi-tenancy. High performance queries with strictly mapped data isolations.
Upload your logo, set your primary brand color, and configure custom SMTP for all emails.
Say goodbye to manual account creation. ResellOps connects directly to your favorite web hosting control panels. Link multiple servers globally and manage everything from one dashboard.
When you buy ResellOps, you own the code. We don't use ionCube or any other obfuscation. Customize the dashboard, add your own payment gateways, or integrate your proprietary APIs.
function requireAdmin(): void {
requireLogin();
$user = getCurrentUser();
if (!$user || $user['role'] !== 'admin') {
setFlash('error', 'Access Denied.');
redirect('/dashboard');
}
}
Pay once, use forever. Free updates included.
You just need a standard LAMP/LEMP stack: PHP 8.1+ and MySQL 8.0+ (or MariaDB). No special PHP extensions are required beyond standard PDO.
Absolutely! The code is 100% open and unencrypted. The invoice controller is cleanly written, making it easy to hook into Stripe, PayPal, or Mollie.
Yes, the script comes with a setup.sql file that automatically creates all required tables and relationships. Simply import it and configure the config.php.