Global License Control

Current Status: EXPIRED

Chain of Trust Active: Root (P-384) -> Operational (P-256)

Actions

Active Limits

{
    "server": {
        "max_domains": 1000,
        "max_subdomains": 5000,
        "max_aliases": 2000,
        "max_clients": 50,
        "max_resellers": 5,
        "max_databases_total": 200,
        "max_mailboxes_total": 1000,
        "max_ftp_users_total": 500
    },
    "caps": {
        "domains_per_client": 50,
        "databases_per_client": 20,
        "mailboxes_per_domain": 50,
        "ftp_per_client": 10,
        "clients_per_reseller": 20
    },
    "database_types": {
        "allow_mariadb": true,
        "max_mariadb_count": 200,
        "allow_postgresql": true,
        "max_postgresql_count": 50
    },
    "features": {
        "allow_ssh": true,
        "allow_python": true,
        "allow_nodejs": true,
        "allow_ruby": false,
        "allow_backup": true,
        "allow_cron": true,
        "white_label": true,
        "support_tier": "premium"
    }
}