# dPanel Enterprise > Pure Rust, single-binary, high-performance Linux web server control panel engineered by DEV SEC IT. ## Overview dPanel Enterprise is an open-source, ultra-lightweight alternative to cPanel, Plesk, and aaPanel. Written in 100% memory-safe Rust with Tokio async I/O and Axum HTTP engine, it consumes less than 40MB of RAM and executes commands in sub-milliseconds. ## Key Capabilities - **Pure Rust Daemon**: Single compiled binary containing web UI and database migrations via `rust-embed`. - **Privilege Separation**: Non-root web UI daemon communicating with privileged root worker over `/run/dpanel.sock` Unix Domain Socket. - **Web & SSL**: Nginx virtual host orchestration, HTTP/2 & HTTP/3 QUIC, automated Let's Encrypt ACME renewal. - **Application Runtimes**: Multi-PHP pools (8.1, 8.2, 8.3, 8.4), Node.js + PM2 process supervisor, Docker container management. - **Database Engines**: MySQL, MariaDB, and PostgreSQL management with 1-click dump/restore and remote host whitelisting. - **Security & Hardening**: Dynamic UFW firewall management, Fail2ban brute-force protection, SSH key authentication, atomic JWT session control. - **Storage & DNS**: elFinder & native web file manager, Pure-FTPd virtual user chroot, BIND9 authoritative DNS zone manager, automated snapshot backups. ## System Requirements - OS: Ubuntu 22.04 / 24.04 LTS, Debian 11 / 12 (x86_64 or ARM64) - RAM: 512MB minimum (1GB recommended) - CPU: 1 vCPU - Disk: 10GB available SSD/NVMe ## Installation ```bash curl -fsSL https://dpanel.devsecit.com/latest.sh | sudo bash ``` ## Benchmark Highlights | Metric | dPanel | cPanel | Plesk | aaPanel | |---|---|---|---|---| | Idle RAM | < 35 MB | 1,200 MB+ | 800 MB+ | 350 MB+ | | Cold Boot | < 15 ms | 12,000 ms+ | 8,000 ms+ | 3,500 ms+ | | Binary Size | 28 MB | > 1,500 MB | > 2,000 MB | > 450 MB | | Pricing | Free & Open Source | $29.99-$59.99/mo | $27.50-$45.00/mo | Freemium | ## Links - Official Website: https://dpanel.devsecit.com - Documentation: https://dpanel.devsecit.com/docs - Features: https://dpanel.devsecit.com/features - Architecture: https://dpanel.devsecit.com/architecture - Benchmarks: https://dpanel.devsecit.com/compare - Roadmap: https://dpanel.devsecit.com/roadmap - Contribute: https://dpanel.devsecit.com/contribute - GitHub: https://github.com/dev-sec-it/dPanel ## Publisher DEV SEC IT (https://devsecit.com)