Skip to content

Latest commit

ย 

History

History
724 lines (582 loc) ยท 24 KB

File metadata and controls

724 lines (582 loc) ยท 24 KB

๐Ÿ“‹ CyberPanel Mods - Changelog

๐Ÿš€ Version 2.2.0 - Documentation Reorganization & README Optimization (12.10.2025)

โœจ Major Features

๐Ÿ“š Complete Documentation Restructure

  • README.md ultra-streamlined from 578 lines to 124 lines (-79% reduction)
  • All detailed commands moved to appropriate guides in guides/ folder
  • Quick Guide Reference tables added for easy navigation
  • Clean hub structure - README as overview, guides for details

๐Ÿ—‚๏ธ New Documentation Files

guides/
โ”œโ”€โ”€ README_REORGANIZATION.md        # Technical reorganization details
โ””โ”€โ”€ README.md                       # Updated with reorganization note

to-do/
โ”œโ”€โ”€ README_REORGANIZATION_SUMMARY.md    # Executive summary
โ””โ”€โ”€ README_STRUCTURE_COMPARISON.md      # Before/after comparison

๐Ÿ“Š Documentation Improvements

๐ŸŽฏ README.md Optimization

Removed sections (moved to guides):

  • โŒ Detailed OS compatibility list (20+ lines)
  • โŒ Complete repository structure tree (85+ lines)
  • โŒ Master Menu System details (20+ lines)
  • โŒ User & Website Management details (20+ lines)
  • โŒ Available Mods & Fixes details (25+ lines)
  • โŒ Version Managers details (20+ lines)
  • โŒ Security & Utilities details (20+ lines)
  • โŒ Backup & Restore details (10+ lines)
  • โŒ OS-Specific Fixes details (10+ lines)

Kept in README (essentials only):

  • โœ… Header with quick navigation links
  • โœ… Features overview
  • โœ… Quick Start with master menu
  • โœ… 3 essential quick access commands
  • โœ… Documentation section with organized guide links
  • โœ… Requirements and important notes
  • โœ… Quick Guide Reference tables
  • โœ… Contributing and support information

๐Ÿ“– Enhanced Navigation

  • Quick navigation bar at top with links to key guides
  • Quick Guide Reference section with comprehensive tables
  • Essential Guides table - 5 most important guides
  • Technical Guides table - 7 advanced topic guides
  • Direct links throughout to appropriate guides

๐Ÿ”ง Technical Improvements

๐Ÿ“ File Size Metrics

Metric Before After Improvement
README.md lines 578 124 -79%
Commands in README 40+ 3 -92%
Guide references 8 25+ +213%
Detail sections 15 0 -100%

๐Ÿ—‚๏ธ Information Architecture

Previous structure (Linear):

  • All information in one 578-line file
  • Mixed overview and detailed commands
  • Difficult navigation and overwhelming

New structure (Hub & Spoke):

  • README as central hub (124 lines)
  • Guides folder with detailed information
  • Clear navigation with direct links
  • Easy to find specific information

๐Ÿ“š Guide Organization

All commands now in guides:

  • installation-guide.md - All installation commands
  • troubleshooting-guide.md - All troubleshooting commands
  • security-best-practices.md - All security commands
  • os-specific-notes.md - All OS-specific commands
  • menu-demo.md - Menu system details

๐ŸŽจ User Experience Enhancements

๐Ÿ‘ฅ For New Users

  • โœ… No longer overwhelming (79% shorter)
  • โœ… Clear starting point with Quick Start
  • โœ… Immediate access to 3 essential commands
  • โœ… Guide links clearly marked with ๐Ÿ“–

๐Ÿ‘จโ€๐Ÿ’ป For Experienced Users

  • โœ… Quick Guide Reference tables for fast navigation
  • โœ… Direct links to specific guides
  • โœ… Better organized information
  • โœ… Faster access to what they need

๐Ÿ› ๏ธ For Maintainers

  • โœ… Update guides, not README
  • โœ… Clear structure for adding features
  • โœ… Scalable (add guides without cluttering README)
  • โœ… Separated concerns (overview vs details)

๐Ÿ“ Documentation Updates

๐Ÿ†• New Documentation Files

  1. README_REORGANIZATION.md (guides/)

    • Complete technical documentation
    • Detailed section-by-section changes
    • Maintenance guidelines
    • Migration notes
  2. README_REORGANIZATION_SUMMARY.md (to-do/)

    • Executive summary of changes
    • Statistics and metrics
    • Navigation map
    • Success metrics
  3. README_STRUCTURE_COMPARISON.md (to-do/)

    • Visual before/after comparison
    • Section-by-section analysis
    • Information flow improvements
    • User experience benefits

๐Ÿ“– Updated Documentation

  • README.md - Reorganized and streamlined
  • guides/README.md - Added reorganization note
  • All guides preserved - No information lost

๐Ÿ”„ Migration Guide

๐Ÿ“ Where to Find Things Now

In README.md (Quick Access):

  • Project overview and features
  • Master menu command
  • 3 essential commands only
  • Quick Guide Reference tables
  • Basic information

In guides/ folder (Detailed Info):

  • All installation commands
  • All troubleshooting steps
  • All security commands
  • All OS-specific information
  • All technical details

๐ŸŽฏ Key Improvements

๐Ÿ“Š Metrics Summary

  • 79% reduction in README length
  • 92% reduction in commands in README
  • 213% increase in guide references
  • 100% information preservation

๐ŸŒŸ Benefits Summary

  • Easier onboarding for new users
  • Faster navigation for experienced users
  • Cleaner structure for maintainability
  • Better scalability for future growth

๐Ÿ› Bug Fixes

๐Ÿ“ Documentation Fixes

  • Fixed markdown linting issues
  • Added proper code block language specifications
  • Fixed table formatting for better readability
  • Corrected link references

๐Ÿ“‹ Structure Changes

โŒ Removed from README

  • Detailed OS compatibility lists
  • Full repository structure trees
  • Extensive feature descriptions
  • Multiple command examples
  • Redundant section details

โœ… Added to README

  • Quick navigation bar at top
  • Quick Guide Reference section
  • Essential Guides table
  • Technical Guides table
  • Enhanced footer with quick links

๐ŸŽฏ Future Improvements

๐Ÿ“ Recommended Next Steps

  • Add screenshots to menu-demo.md
  • Create FAQ guide
  • Add more cross-links between guides
  • Consider command cheatsheet
  • Video tutorials (optional)

๐Ÿš€ Version 2.1.0 - User Management Integration & Repository Cleanup (21.09.2025)

โœจ Major Features

๐Ÿ‘ฅ User & Website Management Integration

  • Complete merger of cyberpanel-friendly-cli functionality into CyberPanel Mods
  • Dual interface serving both end users and system administrators
  • 39 comprehensive functions for complete hosting management
  • Simplified menu (8 key operations) and full CLI interface (all 39 functions)

๐Ÿ—๏ธ New User Management Module

user-management/
โ”œโ”€โ”€ user-management-menu.sh      # Simplified user interface (8 functions)
โ”œโ”€โ”€ cyberpanel-user-cli.sh       # Complete CLI interface (39 functions)
โ”œโ”€โ”€ user-functions.sh            # User creation, deletion, management
โ”œโ”€โ”€ website-functions.sh         # Website and domain management
โ””โ”€โ”€ README.md                    # Comprehensive documentation

๐ŸŽฏ User Management Features

๐Ÿ‘ค User Operations

  • Create Users - Add new users with ACL permissions, security levels, website limits
  • Delete Users - Remove users and associated data
  • List Users - View all users with formatted output
  • Suspend/Unsuspend - Temporarily disable user accounts
  • Edit Users - Modify user settings and permissions

๐ŸŒ Website Management

  • Create Websites - Set up websites with SSL, DKIM, openBasedir protection
  • Delete Websites - Remove websites and configurations
  • List Websites - View all websites on server
  • Child Domains - Create and manage subdomains
  • PHP Version Changes - Per-website PHP version management
  • Package Management - Assign and modify hosting packages

๐Ÿ—„๏ธ Database Management

  • Create/Delete Databases - MySQL/MariaDB database management
  • Database Users - Create database users with permissions
  • List Databases - View all databases per website

๐Ÿ“ง Email Management

  • Email Accounts - Create, delete, modify email addresses
  • Password Management - Change email account passwords
  • Email Listing - View all email accounts per domain

๐Ÿ“ FTP Management

  • FTP Accounts - Create, delete, modify FTP access
  • FTP Passwords - Update FTP account passwords
  • FTP Listing - View all FTP users per domain

๐Ÿ”’ SSL Management

  • Let's Encrypt SSL - Automatic SSL certificate issuing
  • Hostname SSL - SSL for server hostname
  • Mail Server SSL - SSL for mail servers

๐Ÿ“ฆ Package Management

  • Create Packages - Define hosting packages with limits
  • Delete Packages - Remove hosting packages
  • List Packages - View all available packages

๐Ÿ”„ Backup & Restore

  • Create Backups - Generate website backups
  • Restore Backups - Restore from backup files

๐ŸŒ DNS Management

  • DNS Zones - Create and delete DNS zones
  • DNS Records - Add/remove A, CNAME, MX records
  • DNS Listing - View all DNS zones and records

๐Ÿ”ง Technical Improvements

๐ŸŽจ Enhanced Menu System

  • New Option 1: "๐Ÿ‘ฅ User & Website Management" in main menu
  • Auto-download functionality for user management scripts
  • Seamless integration between admin and user functions
  • Consistent UI matching CyberPanel Mods design

๐Ÿ›ก๏ธ Security Enhancements

  • Input validation using regex patterns for all user inputs
  • Special character filtering to prevent injection attacks
  • Password confirmation for double verification
  • Comprehensive logging for all operations
  • Root access control for security

๐Ÿ“Š Logging System

  • User management logs: /var/log/cyberpanel_user_management.log
  • Full CLI logs: /var/log/cyberpanel_user_cli.log
  • Audit trails for all user operations
  • Timestamped entries for troubleshooting

๐Ÿ—‚๏ธ Repository Structure Updates

โœ… Added Files

  • user-management/user-management-menu.sh - Main user interface
  • user-management/cyberpanel-user-cli.sh - Complete CLI functionality
  • user-management/user-functions.sh - User management functions
  • user-management/website-functions.sh - Website management functions
  • user-management/README.md - Comprehensive user management docs

โŒ Removed Files

  • launch.sh - Redundant wrapper script (functionality merged into main menu)

๐Ÿ“š Documentation Updates

  • README.md - Added user management section with full feature list
  • ORGANIZATION.md - Updated file structure and categories
  • User Management README - Complete documentation for new module

๐Ÿš€ Usage Examples

๐ŸŽฏ Access Methods

# Via main menu (recommended)
curl -sSL https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/cyberpanel-mods-menu.sh | bash

# Direct user management
curl -sSL https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/user-management/user-management-menu.sh | bash

# Full CLI interface (39 functions)
curl -sSL https://raw.githubusercontent.com/master3395/cyberpanel-mods/main/user-management/cyberpanel-user-cli.sh | bash

๐Ÿ”ง Interface Options

  • Simplified Menu - 8 most common operations for quick access
  • Full CLI - Complete 39-function interface for advanced users
  • Integrated Access - Seamless switching between admin and user tools

๐ŸŽจ User Experience Improvements

๐ŸŒŸ Dual Interface Benefits

  • End Users - Easy access to hosting management functions
  • Administrators - Full system administration capabilities
  • Unified Experience - One platform for all CyberPanel operations
  • Consistent Design - Matching UI/UX across all interfaces

๐Ÿ”„ Integration Benefits

  • Auto-download - Scripts download automatically if not present
  • Cross-referencing - Easy navigation between user and admin functions
  • Maintenance - Single repository to maintain and update
  • Scalability - Easy to add new user-facing features

๐Ÿ“‹ Menu Structure Updates

๐ŸŽฏ Main Menu (Updated)

  1. ๐Ÿ‘ฅ User & Website Management โญ NEW!
  2. ๐Ÿ” OS Compatibility Check
  3. ๐Ÿ› ๏ธ Enhanced CyberPanel Utility
  4. ๐Ÿ”ง Core Fixes & Repairs
  5. ๐Ÿ›ก๏ธ Security Hardening
  6. ๐Ÿ˜ PHP Version Manager
  7. ๐Ÿ—„๏ธ MariaDB Version Manager
  8. ๐Ÿ“ฆ Application Version Managers
  9. ๐Ÿ’พ Backup & Restore Tools
  10. ๐Ÿ“ง Email Fixes
  11. ๐Ÿ–ฅ๏ธ OS-Specific Fixes
  12. ๐Ÿ“š Documentation
  13. โ„น๏ธ System Information
  14. ๐Ÿ”„ Update Menu Script
  15. โŒ Exit

๐Ÿค Original Credits

  • Based on cyberpanel-friendly-cli by Alfred Valderrama
  • Original repository: https://github.com/redopsbay/cyberpanel
  • Enhanced and integrated into CyberPanel Mods with improved security, logging, and user experience

๐Ÿ› Bug Fixes

๐Ÿงน Repository Cleanup

  • Removed redundant launch.sh - Eliminated unnecessary wrapper script
  • Streamlined structure - Cleaner file organization
  • Updated documentation - Removed references to deleted files
  • Simplified access - Direct execution of main menu script

๐Ÿ“Š Statistics Update

๐Ÿ“ˆ Enhanced Metrics

  • Total Scripts: 55+ enhanced scripts (added 5 user management scripts)
  • User Functions: 39 comprehensive user-facing operations
  • Interface Options: 3 access methods (main menu, simplified, full CLI)
  • Documentation: 25+ comprehensive guides (added user management docs)

๐Ÿš€ Version 2.0.1 - Email Fixes Update (12.09.2025)

โœจ New Features

๐Ÿ“ง Email Fixes Module

  • sieve_fix_enhanced.sh - Comprehensive Sieve (Filter) fix for SnappyMail
    • Cross-platform compatibility for all supported OS
    • Automatic package installation (dovecot-pigeonhole, dovecot-managesieved)
    • Firewall configuration (port 4190 and email ports)
    • Service management (Dovecot, Postfix, SpamAssassin)
    • Default filtering rules (spam, newsletters)
    • Configuration backup and restoration
    • Verification system for installation validation
    • Comprehensive logging and error handling

๐Ÿ“š Email Fixes Documentation

  • README.md - Complete documentation for email fixes
  • SIEVE_QUICK_GUIDE.md - Quick reference guide
  • test_sieve_fix.sh - Testing and validation script

๐ŸŽฏ Enhanced Menu System

  • Added Email Fixes section to main menu (Option 9)
  • Integrated Sieve fix into master menu system
  • Updated menu numbering and navigation

๐Ÿ”ง Technical Improvements

๐Ÿ“ง Sieve Integration

  • Problem Solved: CyberPanel doesn't automatically install Sieve (Filter) with SnappyMail
  • Solution: Complete automation of Sieve installation and configuration
  • Support: All CyberPanel-compatible operating systems
  • Features: Port management, service configuration, default rules

๐Ÿ›ก๏ธ Security Enhancements

  • Automatic firewall configuration for email services
  • Proper file permissions and ownership
  • Secure configuration backup procedures
  • Log file security and management

๐Ÿ“Š Compatibility Updates

๐ŸŒ OS Support Matrix

  • Ubuntu: 20.04, 22.04, 24.04 (100% compatible)
  • AlmaLinux: 8.x, 9.x (100% compatible)
  • RockyLinux: 8.x, 9.x (100% compatible)
  • RHEL: 8.x, 9.x (100% compatible)
  • CentOS: 7.x, 8.x (100% compatible)
  • CloudLinux: 7.x, 8.x (100% compatible)
  • Debian: All versions (100% compatible)
  • openEuler: All versions (100% compatible)

๐Ÿ› Bug Fixes

๐Ÿ“ง Email System Fixes

  • Fixed missing Sieve functionality in SnappyMail
  • Resolved port 4190 not being opened automatically
  • Fixed Dovecot configuration for Sieve support
  • Corrected Postfix LMTP configuration
  • Fixed log file permissions and ownership

๐Ÿ“š Documentation Updates

๐Ÿ“– Enhanced Documentation

  • Updated main README.md with email fixes section
  • Added comprehensive Sieve fix documentation
  • Created quick reference guide
  • Updated changelog with new features

๐Ÿš€ Version 2.0.0 - Enhanced Repository (2025-01-12)

โœจ Major Features

๐ŸŒ Full OS Compatibility

  • Ubuntu 24.04.3 - Full support with PHP 8.4 compatibility
  • Ubuntu 22.04 - Stable support with all features
  • Ubuntu 20.04 - Legacy support with limited features
  • AlmaLinux 10 - Latest RHEL-compatible with full support
  • AlmaLinux 9 - Long-term support with MariaDB fixes
  • AlmaLinux 8 - Stable support with all features
  • RockyLinux 9 - Community-driven with full support
  • RockyLinux 8 - Stable support with all features
  • RHEL 9 - Enterprise-grade with full support
  • RHEL 8 - Enterprise-grade with full support
  • CentOS 9 - Limited support (migration recommended)
  • CloudLinux 8 - Shared hosting optimized
  • Debian 12/11 - Community support
  • openEuler 22.03 - Community support

๐Ÿ—๏ธ Organized Repository Structure

cyberpanel-mods/
โ”œโ”€โ”€ ๐Ÿ“ core-fixes/           # Core CyberPanel fixes and repairs
โ”œโ”€โ”€ ๐Ÿ“ version-managers/     # Version management tools
โ”œโ”€โ”€ ๐Ÿ“ security/            # Security-related scripts
โ”œโ”€โ”€ ๐Ÿ“ utilities/           # General utility scripts
โ”œโ”€โ”€ ๐Ÿ“ backup-restore/      # Backup and restore tools
โ”œโ”€โ”€ ๐Ÿ“ os-specific/         # OS-specific fixes and optimizations
โ”œโ”€โ”€ ๐Ÿ“ docs/               # Comprehensive documentation
โ””โ”€โ”€ ๐Ÿ“ images/             # Screenshots and documentation images

๐Ÿ”ง Enhanced Scripts

๐Ÿ› ๏ธ Core Fixes Enhanced

  • cyberpanel_core_fixes_enhanced.sh - Comprehensive core fixes
    • Symbolic links repair
    • File permissions correction
    • SSL context fixes
    • Service management
    • Database connectivity
    • Python environment repair
    • 503 error resolution
    • WP-CLI installation
    • Self-signed certificate fixes

๐Ÿ”„ Version Managers Enhanced

  • php_version_manager_enhanced.sh - Advanced PHP management

    • Support for PHP 7.1-8.4
    • Interactive and command-line modes
    • Automatic dependency resolution
    • Service restart handling
    • Version status checking
    • Uninstall functionality
  • mariadb_version_manager_enhanced.sh - Comprehensive MariaDB management

    • Support for MariaDB 10.3-11.4
    • Automatic data backup before changes
    • Service management
    • Security configuration
    • Connection testing
    • Rollback support

๐Ÿ›ก๏ธ Security Enhanced

  • cyberpanel_security_enhanced.sh - Comprehensive security hardening
    • 2FA management
    • SSL context fixes
    • Permission hardening
    • Database security
    • Firewall configuration
    • Security updates
    • Fail2ban protection
    • ModSecurity setup

๐Ÿ”ง Utilities Enhanced

  • cyberpanel_utility_enhanced.sh - All-in-one utility

    • CyberPanel upgrades
    • Addon management (Redis, Memcached, PHP extensions)
    • WatchDog management
    • FAQ and help system
    • OS compatibility detection
    • Enhanced error handling
  • os_compatibility_checker.sh - System compatibility verification

    • OS detection and validation
    • Package manager detection
    • System requirements check
    • Service availability check
    • Compatibility recommendations
    • Detailed reporting

๐Ÿ“š Comprehensive Documentation

๐Ÿ“– User Guides

  • Installation Guide - Complete setup instructions
  • Troubleshooting Guide - Common issues and solutions
  • Security Best Practices - Comprehensive security guide
  • OS-Specific Notes - Detailed OS compatibility information

๐Ÿ” Advanced Topics

  • Custom Scripts - Creating custom mods
  • API Integration - External API integration
  • Monitoring Setup - Monitoring configuration
  • Disaster Recovery - Recovery procedures

๐Ÿ”ง OS-Specific Fixes

๐Ÿง AlmaLinux 9 Fixes

  • cyberpanel_almalinux9_upgrade_fix.sh - MariaDB installation fixes
  • installCyberPanel_almalinux9_patch.py - Python patch for installCyberPanel.py

๐Ÿง Ubuntu 24.04 Support

  • PHP 8.4 compatibility
  • Enhanced package management
  • Improved service handling

๐Ÿ›ก๏ธ Security Improvements

๐Ÿ”’ Enhanced Security Features

  • Automatic firewall configuration
  • Fail2ban integration
  • ModSecurity setup
  • SSL/TLS hardening
  • Database security
  • File permission hardening
  • Intrusion detection

๐Ÿ” Access Control

  • 2FA management
  • SSH security hardening
  • User permission management
  • Service access control

๐Ÿ“ฆ Backup and Restore

๐Ÿ’พ Enhanced Backup Tools

  • rclone_backup_cronjob.sh - Automated backup with RClone
  • rclone_sqlbackup_cronjob.sh - SQL database backup
  • restore_cyberpanel_database.sh - Database restoration

๐Ÿ”„ Version Management

๐Ÿ“ง Application Version Managers

  • snappymail_v_changer.sh - Snappymail version management
  • phpmyadmin_v_changer.sh - phpMyAdmin version management
  • modsec_rules_v_changer.sh - ModSecurity rules management

๐Ÿ› Bug Fixes

๐Ÿ”ง Core Fixes

  • Fixed symbolic link issues across all OS
  • Resolved permission problems
  • Fixed SSL context issues
  • Improved service management
  • Enhanced database connectivity
  • Fixed Python environment issues
  • Resolved 503 errors
  • Fixed WP-CLI installation
  • Corrected self-signed certificate issues

๐Ÿ–ฅ๏ธ OS-Specific Fixes

  • Fixed AlmaLinux 9 MariaDB installation
  • Resolved Ubuntu 24.04 compatibility issues
  • Fixed RHEL-based system SELinux issues
  • Corrected CloudLinux CageFS problems

๐Ÿš€ Performance Improvements

โšก Enhanced Performance

  • Optimized script execution
  • Improved error handling
  • Enhanced logging
  • Better resource management
  • Faster package installation
  • Improved service startup

๐Ÿ“Š Monitoring and Logging

๐Ÿ“ˆ Enhanced Monitoring

  • Comprehensive logging system
  • Detailed error reporting
  • Performance monitoring
  • Security event logging
  • System health checks

๐Ÿ”„ Auto-Update Support

๐Ÿ”„ Self-Update Features

  • Automatic update checking
  • Version comparison
  • Safe update procedures
  • Rollback capabilities

๐Ÿงช Testing and Quality Assurance

โœ… Quality Improvements

  • Comprehensive testing across all OS
  • Enhanced error handling
  • Improved user experience
  • Better documentation
  • Security validation

๐Ÿ“‹ Migration from Previous Versions

๐Ÿ”„ Upgrade Path

  1. Backup existing system
  2. Run compatibility check
  3. Update to new repository structure
  4. Test all functionality
  5. Apply security hardening

๐ŸŽฏ Future Roadmap

๐Ÿ”ฎ Planned Features

  • Docker Support - Containerized CyberPanel
  • Kubernetes Integration - Cloud-native deployment
  • Advanced Monitoring - Prometheus/Grafana integration
  • API Management - RESTful API for all functions
  • Web Interface - Browser-based management
  • Multi-Site Management - Centralized multi-site control

๐Ÿค Contributing

๐Ÿ‘ฅ Community Contributions

  • Enhanced documentation
  • Additional OS support
  • New security features
  • Performance improvements
  • Bug fixes and patches

๐Ÿ“ž Support and Community

๐Ÿ†˜ Support Channels

  • GitHub Issues - Bug reports and feature requests
  • GitHub Discussions - Community support
  • Documentation - Comprehensive guides
  • Community Forums - User discussions

๐Ÿ“Š Statistics

๐Ÿ“ˆ Repository Metrics

  • Total Scripts: 55+ enhanced scripts
  • Supported OS: 12+ operating systems
  • Documentation: 28+ comprehensive guides (added 3 reorganization docs)
  • Security Features: 15+ security enhancements
  • Version Managers: 8+ version management tools
  • User Functions: 39 comprehensive user-facing operations
  • Interface Options: 3 access methods (main menu, simplified, full CLI)
  • README Size: 124 lines (79% reduction from original)

๐ŸŽฏ Compatibility Matrix

  • Ubuntu: 20.04, 22.04, 24.04 (100% compatible)
  • AlmaLinux: 8, 9, 10 (100% compatible)
  • RockyLinux: 8, 9 (100% compatible)
  • RHEL: 8, 9 (100% compatible)
  • CentOS: 7, 8, 9 (95% compatible)
  • CloudLinux: 7, 8 (95% compatible)
  • Debian: 11, 12 (90% compatible)
  • openEuler: 20.03, 22.03 (85% compatible)

๐Ÿ“ Version History Summary

  • Version 2.2.0 (12.10.2025) - Documentation reorganization with 79% README reduction
  • Version 2.1.0 (21.09.2025) - User management integration with 39 functions
  • Version 2.0.1 (12.09.2025) - Email fixes and Sieve integration
  • Version 2.0.0 (12.01.2025) - Complete repository overhaul with cross-platform support

The CyberPanel Mods repository provides enterprise-grade functionality with comprehensive cross-platform compatibility, extensive documentation, and a streamlined user experience.