dPanel
dPanel
Open Source Milestone Target: 100 GitHub Stars

Build the Future of Cloud Hosting Together

dPanel is 100% free and open-source software built under the MIT license. Give us a star on GitHub, submit issues, and contribute code to power the next generation of cloud servers.

Star dPanel on GitHubExplore Open Issues

Local Development Environment Setup

Requires Rust 1.75+ and Node.js 18+ on Linux or macOS.

$ git clone https://github.com/dev-sec-it/dPanel.git
$ cd dPanel
$ cargo check

Contribution Focus Areas

Pick a domain that matches your technical passion and expertise.

Rust Core & IPC Daemon

Rust 2021 / Tokio / Axum

Implement new Nginx generator rules, optimize async IPC socket throughput, improve systemd service wrappers, and expand Linux cgroup v2 resource limiters.

Web Console & UI Components

TypeScript / React / Vue / Tailwind

Build accessible, light-themed web interfaces for database administration, cron job schedulers, real-time log viewers, and DNS zone editors.

Security & Hardening Modules

Fail2ban / UFW / ACME

Develop automated intrusion response filters, enhance Let's Encrypt DNS-01 API hooks, and audit IPC serialization schemas.

Docs, Tutorials & DevRel

Markdown / Next.js / Technical Writing

Write step-by-step migration guides from cPanel/Plesk, deployment playbooks for WordPress/Next.js/Ghost, and benchmark analyses.

Pull Request & Code Review Standards

To maintain enterprise stability and high quality, all contributions undergo peer review.

Fork the repository and create a feature branch with a descriptive name (e.g. feat/nginx-brotli-toggle).
Keep changes atomic, focused, and maintain backward compatibility with existing SQLite schemas.
Follow standard Rust formatting rules using cargo fmt and ensure zero linter warnings with cargo clippy.
Do not commit any API keys, credentials, or private test tokens into git history.
Open a pull request describing the technical changes, testing verification steps, and relevant issue references.

Crafted with♥by DEV SEC IT and open-source contributors worldwide.