2a18990a49e1ec693b7e5a86f51b2a9656b16a57
ENHANCED HOME DIRECTORY SUPPORT: ✅ cPanel: Scans /home/username/ (standard user homes) ✅ Plesk: Scans /var/www/vhosts/username/ (excludes 'system' directory) ✅ InterWorx: Scans /home/username/ (all user content) ✅ Standalone: Scans /home/username/ (standard user homes) FIXES APPLIED: - Plesk now properly filters out 'system' subdirectory (contains configs, not user data) - Each control panel has dedicated directory discovery logic - Dynamic discovery finds actual user directories (vs hardcoded paths) - Handles missing directories gracefully - Shows count of discovered directories to user - Proper scan description for each control panel DIRECTORY STRUCTURES COVERED: - cPanel: /home/username (user account homes) - Plesk: /var/www/vhosts/username (vhost base directories) - InterWorx: /home/username/domain.com/html (user domains) - Standalone: /home/username (standard Unix) VALIDATION: ✅ Excludes system/special directories (lost+found, system configs) ✅ Only processes actual user directories ✅ Warns if no user directories found ✅ Syntax verified with bash -n ✅ Works across all Linux distributions The scanner now correctly identifies and scans user content across all supported control panel architectures.
🧪 Linux Server Toolkit - DEV Branch
STATUS: 🚀 Development & Testing Branch (Separate from Production)
This is the
devbranch for testing, development, and experimentation. Changes here are isolated from production and can be safely tested before merging to main.
🚀 Quick Start
One command - pulls dev branch with YELLOW ⚠️ BETA banner:
curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/dev.tar.gz | tar xz && source linux-server-management-toolkit/run.sh
When exiting (option 0), answer "yes" and cleanup happens automatically - no extra steps.
📍 Key Differences (Dev vs Production)
| Feature | Dev Branch | Production |
|---|---|---|
| Cache | .sysref.beta |
.sysref |
| Version | 2.1.0-BETA |
2.1.0 |
| Banner | 🟨 Yellow (⚠️) | 🔵 Cyan |
| Git Branch | dev |
main |
| Purpose | Testing & Development | Stable/Production |
📦 Features
Comprehensive multi-panel server management suite supporting cPanel, InterWorx, Plesk, and standalone Apache with:
- 🛡️ Security & Monitoring: Live attack monitor, bot blocker, malware scanner, IP reputation
- 💾 Backup & Recovery: Acronis management, MySQL database restore
- 🌐 Website Diagnostics: Error analysis, WordPress tools, Cloudflare detection
- 📧 Email Diagnostics: Mail queue, blacklist checker, SPF/DKIM/DMARC validation
- 📊 Performance Analysis: MySQL optimization, PHP tuning, hardware health, Varnish cache
- 🔍 System Diagnostics: Health checks, loadwatch analysis, bandwidth monitoring
📖 Documentation
For detailed documentation, see the main repository: https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit
Version: 2.1.0-BETA Repository: https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit Branch: dev
Languages
Shell
100%