ISPmanager Lite is a lightweight, user-friendly web hosting control panel for managing websites, email, domains, databases, and server settings. It serves as an alternative to cPanel and works excellently on VPS and dedicated servers.
1 What is ISPmanager Lite
ISPmanager Lite offers the following capabilities:
2 Install ISPmanager Lite on Your VPS
Check System Requirements
ISPmanager supports the following operating systems:
- Debian: 10, 11
- Ubuntu: 20.04, 22.04
- CentOS: 7
- AlmaLinux: 8, 9
- Rocky Linux: 8, 9
Minimum VPS Specifications:
- RAM: 1 GB (Recommended 2 GB+)
- CPU: 1 Core
- Disk Space: 10 GB+
- Network: Static IP address
3 Download and Install ISPmanager
Connect to your VPS via SSH:
Download the ISPmanager installer:
Make the script executable:
Run the installation:
The installer will prompt you to choose the ISPmanager version > Select Lite.
4 Access ISPmanager Web Interface
After installation is complete, open your browser and go to:
Log in with credentials:
- Username: root
- Password: (Same as your root SSH password)
Now ISPmanager is installed!
5 Basic ISPmanager Lite Setup
After logging in, you can start managing your server and websites.
Add a Website (Domain)
- Go to "WWW" > "Domains".
- Click "Create".
- Enter:
- Domain Name: yourdomain.com
- Document Root: /var/www/yourdomain.com
- Click "Save".
Your website is now hosted on the server.
Upload Website Files
You can upload website files via File Manager or FTP.
Option 1: Upload via ISPmanager File Manager
- Go to "File Manager" in ISPmanager.
- Navigate to /var/www/yourdomain.com/.
- Click "Upload" and select your website files.
- Extract ZIP files if necessary.
Option 2: Upload via FTP
- Create an FTP Account:
- Go to "Users" > "FTP Users".
- Click "Create".
- Set:
- Username: ftpuser
- Password: yourpassword
- Directory: /var/www/yourdomain.com/
- Connect using FileZilla or another FTP client.
Now your website files are uploaded.
Install SSL Certificate (HTTPS)
To secure your website with Let's Encrypt SSL:
- Go to "WWW" > "Domains".
- Select your domain.
- Click "Edit" > Enable "SSL Certificate".
- Check "Use Let's Encrypt".
- Click "Save".
Now your website has HTTPS encryption.
6 Manage Email Accounts
To create email accounts:
- Go to "Mail" > "Mail Domains".
- Click "Create".
- Enter:
- Domain: yourdomain.com
- Mail Server Type: Postfix (default)
- Click Save.
Your email accounts are now active.
To add a mailbox:
- Go to "Mail" > "Mailboxes".
- Click "Create".
- Set:
- Email Address: admin@yourdomain.com
- Password
- Click Save.
Now you can send/receive emails via Webmail or email client (Outlook, Thunderbird, etc.).
7 Create and Manage MySQL Databases
To create a MySQL database:
- Go to "Databases" > "MySQL".
- Click "Create".
- Enter:
- Database Name: yourdatabase
- Username: dbuser
- Password: securepassword
- Click Save.
Your database is ready for WordPress, Joomla, or other CMS installations.
8 Optimize & Secure ISPmanager
Update ISPmanager
Keep ISPmanager up to date:
Improve Server Security
- Change default SSH port (
/etc/ssh/sshd_config). - Disable root login via SSH (
PermitRootLogin no). - Use firewall (iptables or ufw).
- Configure regular system updates.
Optimize Performance
For faster page loading:
- Enable LiteSpeed/OpenLiteSpeed (if supported).
- Install caching plugins (for WordPress, Joomla, etc.).
- Optimize PHP and MySQL settings.
- Enable GZIP compression for websites.
9 Troubleshooting ISPmanager Issues
| Issue | Solution |
|---|---|
| Cannot access ISPmanager | Ensure port 1500 is open in firewall: sudo ufw allow 1500/tcp |
| Website not loading | Check if files are in /var/www/yourdomain.com/ and permissions |
| Email not sending/receiving | Check MX records and SMTP settings in ISPmanager |
| SSL not working | Reissue Let's Encrypt SSL from ISPmanager or check domain settings |
| Installation error | Check OS compatibility and available disk space |
10 Summary
| Task | Steps |
|---|---|
| Install ISPmanager | wget install.sh > ./install.sh |
| Access ISPmanager | https://your-server-ip:1500 |
| Add a Website | "WWW" > "Domains" > Create |
| Upload Website Files | Use File Manager or FTP |
| Enable SSL | Use Let's Encrypt via "WWW" > "Domains" |
| Create Email Accounts | "Mail" > "Mailboxes" |
| Create MySQL Databases | "Databases" > "MySQL" |
| Manage Backups | "System" > "Backups" |
| Secure Server | Change SSH port, enable firewall |
Now your ISPmanager Lite setup is complete!


