v1.1.0 Released – Now with Auto-Suspension & Invoices

Own your reseller business
with zero monthly fees.

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.

ResellOps Dashboard Light
What's inside

Built for Modern Hosts

Billing & Margin Tracking

Generate customer invoices, archive provider costs, and track your actual net margin in real-time.

Domain & SSL Tracker

Never miss a renewal. Track domain and SSL certificate expiry dates with automated dashboard alerts.

Client Portal

Provide a secure, isolated portal for your customers to view their resource usage and invoice history.

Contracts & Backups

Manage customer contract terms, expiry warnings, and track backup status and storage locations.

Multi-Tenant Ready

Architected for multi-tenancy. High performance queries with strictly mapped data isolations.

Branding & Customization

Upload your logo, set your primary brand color, and configure custom SMTP for all emails.

cPanel / WHM

Native API Integration

Plesk

Native API Integration

DirectAdmin

Native API Integration

Custom Server API

Extendable Interface
Seamless Provisioning

Multi-Server API Integrations

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.

  • Auto-Provisioning: Create hosting accounts directly from the dashboard.
  • Auto-Suspension: Suspend overdue or over-quota users instantly via API.
  • Live Sync: Fetch actual disk and bandwidth usage automatically.
Developer Friendly

No Encrypted Files.
100% Open Source.

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.

  • Easy to read Vanilla PHP 8
  • TailwindCSS for beautiful UI
  • PDO Database abstraction
function requireAdmin(): void {
    requireLogin();
    $user = getCurrentUser();
    
    if (!$user || $user['role'] !== 'admin') {
        setFlash('error', 'Access Denied.');
        redirect('/dashboard');
    }
}

Lifetime License

Pay once, use forever. Free updates included.

$49
  • Full unencrypted PHP Source Code
  • Lifetime Updates
  • Use on unlimited domains
  • Commercial Use allowed
Buy now

Frequently Asked Questions

What are the server requirements?

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.

Can I modify the code to add my own payment gateway?

Absolutely! The code is 100% open and unencrypted. The invoice controller is cleanly written, making it easy to hook into Stripe, PayPal, or Mollie.

Is there an installer included?

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.