A lightweight, self-hosted cloud management panel designed for simplicity and performance. Built with modern PHP and containerized for easy deployment, it provides an intuitive interface for managing your personal cloud storage with minimal resource overhead.
composer create-project din9xtr/cloud-control-panel my-cloud
cd my-cloudgit clone https://github.com/din9xtr/cloud_control_panel.git
cd cloud_control_panel-
Minimal footprint - Low memory and CPU usage
-
Docker-first - Easy deployment with containerization
-
Modern stack - Built with PHP 8+ and clean architecture
-
File management - Upload, organize, and share files
-
Responsive UI - Pure CSS and vanilla JavaScript, no framework dependencies
Docker and Docker Compose, Make utility
Configure Environment Variables
cp .env.example .env
nano .envBuild and Deploy
make build
make install
make up
make key
make migrate Web Interface: http://localhost:8001 (or any configured port)
make bash
# in docker environment
composer analyse
composer test -
Change default credentials
-
Configure SSL/TLS
-
Set up regular backups
This project is open-source and available under the MIT License.
Copyright © 2026 Din9xtr