a2e8ad584b3b81d52171ceeea7388c94c48e2065
FEATURE: Domain Discovery for Standalone Servers - Added get_standalone_user_domains() function - Parses Apache VirtualHost configs (/etc/apache2, /etc/httpd) - Falls back to checking domain directories in user home - Returns sorted list of unique domains FEATURE: Log Discovery Implementation - Implemented build_logs_section() for log file discovery - Standalone: Find access/error logs in log directory - Nginx support: Find logs in /var/log/nginx - Safety limits: 30-day files, max 50 per type, max depth 2 - Prevents hangs on large log directories BENEFITS: ✅ Standalone servers now discover domains ✅ Standalone servers now discover logs ✅ malware-scanner can now run on standalone ✅ website-error-analyzer can now run on standalone ✅ live-attack-monitor can now run on standalone ✅ log-tailing tools now work SAFETY: - Limited to recent files (mtime -30) - Limited search depth (maxdepth 1-2) - Limited result count (head 50) - No regex hangs from large directory scans
🧪 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%