Product tour

Live Panels, Real Workflows & Features Explored Firsthand

See how PCAdmin, PCUser, and PCCLI divide provider work, customer tools, and automation without splitting the operational record

PCAdmin Operator Console

Manage users, packages, hosting accounts, domains, integrations, security events, services, backups, and installer records from one operator side

  • Server health metrics with CPU, RAM, disk, and load history
  • Security center: IP blocks, firewall rules, WAF, malware scans, login history
  • Package and plan visibility without making billing the center of the product
  • Release audit and content management for the public website
Demo PCAdmin
DashboardUsersAccountsDomainsSecurityBackupsBillingSettings
14IP blocks
9Firewall rules
3WAF rules
203.0.113.40 · repeated login failuresblocked
Inbound TCP 22 · office range onlyallow
Malware scan · /home/acme/public_htmlclean
Login · owner@panelconfig.comsuccess

PCUser Customer Panel

Customers get a focused panel scoped to their own hosting account: domains, subdomains, redirects, websites, files, FTP, databases, email, SSL, PHP versions, backups, cron, and logs

  • One-click SSL requests queued as auditable jobs
  • Disk, inode, and bandwidth usage against plan limits
  • Plan and subscription visibility tied to the same records PCAdmin sees
  • Every record is isolated to the signed-in account
Demo PCUser
DashboardDomainsWebsitesFilesDatabasesEmailSSLBackups
4Domains
6Subdomains
3Redirects
acme-studio.comactive · SSL
shop.acme-studio.comactive
acme.dev → acme-studio.com301
staging.acme-studio.compending DNS

PCCLI Automation Layer

PCCLI reads and writes the same database, queues the same jobs, and respects the same allowlist, so scripted operations stay inside the audit trail

  • List and inspect users, accounts, domains, SSL, jobs, and services
  • Suspend or unsuspend accounts and queue SSL issuance from scripts
  • Run queued jobs from cron or systemd timers
  • Check installer lock and platform health in one command
Read CLI Documentation
pc accounts:list
id  username  primary_domain    status
12  acme      acme-studio.com   active
pc backups:run --account-id=12
Job queued: backup.run (#208)
pc jobs:run-due
Job #208 completed — archive written to storage/backups
pc lock:status
Installer lock: ENGAGED

One Command Installation

Install PanelConfig on a fresh Linux-based server and explore every screen above with your own data

bash <(curl -sSL https://install.panelconfig.com/latest.sh)