ISPmanager 6 is a widely used web hosting control panel offering features for website, domain, email, and database management. While it provides a powerful and user-friendly interface, users may encounter some common issues. Below is an overview of potential problems with ISPmanager 6 and solutions to address them.
Installation Issues
Problem: Incomplete Installation
Cause: Server dependencies are missing or incompatible.
Solution:
- Ensure your server meets the system requirements:
- Supported OS: CentOS, Ubuntu, or Debian.
- Minimum resources: 1GB RAM, 1GHz CPU, and 10GB free disk space.
- Update your system before installation:
- Reinstall ISPmanager using the official script:
bash install.sh
Problem: Licensing Issues
Cause: Invalid or expired license.
Solution:
- Log in to your ISPmanager account and verify the license.
- Renew the license if expired.
- Reapply the license:
Email-Related Problems
Issue: Emails Marked as Spam
Cause: Misconfigured DNS records (SPF, DKIM, or DMARC).
Solution:
- Add SPF, DKIM, and DMARC records to your DNS:
- SPF record example:
- DKIM record: Generate a DKIM key from ISPmanager and add it to your DNS.
- DMARC record example:
- Verify your email settings using tools like Mail Tester.
Issue: Unable to Send Emails
Cause: SMTP port blocked or misconfigured.
Solution:
- Check the mail server logs for errors:
- Ensure port 25, 465, or 587 is open in your firewall settings:
SSL Certificate Issues
Problem: Failed Let's Encrypt SSL Installation
Cause: Incorrect DNS settings or domain propagation delay.
Solution:
- Verify that your domain points to the correct IP.
- Ensure the domain resolves properly using:
- Retry the SSL installation in ISPmanager:
- Navigate to SSL Certificates > Add SSL > Let's Encrypt.
Problem: SSL Expiry Notifications
Cause: Automatic renewal failed.
Solution:
- Manually renew the SSL certificate:
DNS and Domain Issues
Problem: DNS Propagation Delays
Cause: DNS changes can take up to 48 hours to propagate globally.
Solution:
- Verify DNS settings using tools like DNS Checker.
- Use ISPmanager to configure DNS records properly.
Problem: Subdomains Not Working
Cause: Misconfigured A or CNAME records.
Solution:
- Add a subdomain in ISPmanager under Domains > Subdomains.
- Create an A record pointing the subdomain to the server IP address.
Performance and Resource Usage Issues
Issue: High Resource Consumption
Cause: Too many websites, heavy traffic, or poorly optimized scripts.
Solution:
- Monitor server resource usage in ISPmanager:
- Go to Statistics > System Info.
- Optimize website performance:
- Use caching (e.g., OPcache for PHP).
- Optimize databases by running:
- Upgrade server resources if needed.
Compatibility Problems
PHP Version Compatibility
Problem: Websites require a newer PHP version than available on the server.
Solution:
- Install multiple PHP versions in ISPmanager:
- Navigate to WWW Domains > PHP Settings > Install PHP Versions.
- Assign a specific PHP version to a domain.
Problem: Outdated Software
Cause: Old packages or libraries installed.
Solution:
- Update system packages:
- Update ISPmanager:
Backup and Restore Issues
Problem: Backups Not Running Automatically
Cause: Cron jobs disabled or misconfigured.
Solution:
- Check cron jobs in ISPmanager:
- Navigate to Settings > Cron Jobs.
- Ensure the backup task is active and scheduled.
Problem: Backup Fails Due to Disk Space
Cause: Insufficient disk space on the server.
Solution:
- Free up disk space:
- Adjust backup retention settings to keep fewer backups.
Security Concerns
Issue: Unauthorized Access Attempts
Solution:
- Enable two-factor authentication (2FA) for ISPmanager login.
- Use a firewall to block unauthorized IPs:
Problem: Malware on the Server
Solution:
- Scan your server with ClamAV or Maldet:
clamscan -r /var/www
While ISPmanager 6 is a robust and reliable control panel, issues can arise due to misconfigurations, resource limitations, or server-specific problems. Regular monitoring, software updates, and proper configuration can prevent most of these issues.


