CyberPanel is an open source web hosting control panel built on Linux, allowing webmasters to easily manage web servers and hosting accounts through a user-friendly interface.
Some key features and benefits of CyberPanel include:
- Web-based UI for managing domains, websites, databases, emails, DNS, and more
- Automated installation of over 100+ popular web applications like WordPress, Drupal, Joomla etc.
- Built-in security tools like firewall configuration, malware detection, access controls
- Resource monitoring and vertical scaling options
- Active community support through forums and documentation
With these features, CyberPanel aims to help webmasters efficiently manage all aspects of their hosting infrastructure through one centralized platform.
CyberPanel Pricing and Plans in Canada
A common question webmasters have is – is CyberPanel free to use?
The answer is yes and no. Here are details on the pricing and plans:
CyberPanel itself is free, allowing users to install it with OpenLiteSpeed and deploy an unlimited number of fast websites. The pricing plans are as follows:
- Starter Plan: 1 domain, 2GB memory limit, 1 PHP worker, $0.00 per month.
- Site Owner: 5 domains, 8GB memory limit, 1 PHP worker, $11.00 per month.
- Site Owner Plus: 5 domains, unlimited memory limit, 1 PHP worker, $17.00 per month.
- Web Host Lite: Unlimited domains, 8GB memory limit, 1 PHP worker, $28.00 per month.
- Web Host Essentials: Unlimited domains, unlimited memory limit, 1 PHP worker, $38.00 per month.
- Web Host Professional: Unlimited domains, unlimited memory limit, 2 PHP workers, $48.00 per month.
- Web Host Enterprise: Unlimited domains, unlimited memory limit, 4 PHP workers, $70.00 per month.
- Web Host Enterprise+: Unlimited domains, unlimited memory limit, 4+ PHP workers, $97.00 per month.
When signing up for CyberPanel Add-ons, a 7-day free trial is included with every plan.
After the trial ends and the first payment is processed, there is a 7-day window to request a refund if not satisfied with the add-ons.
Similarly, for one-time payment plans, there is a 7-day refund period.
While CyberPanel’s core platform is open source and free, there are paid add-ons that expand its capabilities for business use cases. This includes:
- Backups – scheduled backups to external locations
- CDN management – integrate and manage multiple CDNs
- Premium support – get priority responses for support requests
So in summary:
- Use the free, open source CyberPanel for basic hosting management
- Upgrade to paid plans for more advanced business-oriented features
Now let’s look at how to setup CyberPanel on a Linux server.
What is the difference between CyberPanel free and enterprise?
The main difference between CyberPanel free and CyberPanel Enterprise is the web server they ship with.
The free version comes with OpenLiteSpeed, the open-source version of LiteSpeed Web Server, while the Enterprise version ships with LiteSpeed Enterprise Web Server at no extra cost.
CyberPanel is a web hosting control panel for OpenLiteSpeed and LiteSpeed Enterprise, offering features such as easy one-click installations, resource monitoring, and SSL certificate integration.
The Enterprise version is designed to fully maximize the performance and security of websites.
Additionally, CyberPanel Enterprise offers a paid service called CyberPanel Cloud, which provides a unified dashboard to manage multiple CyberPanel servers.
Setting up CyberPanel in Canada
To start using CyberPanel in Canada, you need a Linux server meeting the following minimum requirements:
- OS: CentOS 7 or higher, Debian 9 or higher, Ubuntu 18.04 or higher
- RAM: 1 GB RAM (2 GB recommended)
- Storage: 10 GB free disk space
- Network: Valid dedicated IP address
Once you have a suitable Linux server ready, you can install CyberPanel Open Source edition using the following methods:
- Installer Script – Run the automated installer script to download and configure all dependencies.
- Docker Image – Use the prebuilt CyberPanel Docker image.
- Source Code – Manually install CyberPanel by compiling source code.
The easiest approach is using the automated installer script method outlined below:
- Log in to your Linux server as root user over SSH
- Download and run the installer script:
wget -O install.sh http://cyberpanel.net/install.sh
chmod 755 install.sh
./install.sh
- Follow the prompts to install CyberPanel with optimal settings
- CyberPanel will be automatically configured and accessible through the IP address
And that’s it!
###################################################################
CyberPanel Successfully Installed
Current Disk usage : 7/30GB (26%)
Current RAM usage : 313/981MB (31.91%)
Installation time : 0 hrs 11 min 0 sec
Visit: https://<your server's IP address>:8090
Panel username: admin
Panel password: <the password you set during installation>
Visit: <your server's IP address>:7080
WebAdmin console username: admin
WebAdmin console password: TSXMwny4zVeDg37K
Visit: https://<your server's IP address>:8090/rainloop/?admin
Rainloop Admin username: admin
Rainloop Admin password: gQKFWm9O3nr7Xn
Run cyberpanel help to get FAQ info
Run cyberpanel upgrade to upgrade it to latest version.
Run cyberpanel utility to access some handy tools .
Website : https://www.cyberpanel.net
Forums : https://forums.cyberpanel.net
Wikipage: https://docs.cyberpanel.net
Docs : https://cyberpanel.net/docs/
Enjoy your accelerated Internet by
CyberPanel & OpenLiteSpeed
###################################################################
If your provider has a network-level firewall
Please make sure you have opened following port for both in/out:
TCP: 8090 for CyberPanel
TCP: 80, TCP: 443 and UDP: 443 for webserver
TCP: 21 and TCP: 40110-40210 for FTP
TCP: 25, TCP: 587, TCP: 465, TCP: 110, TCP: 143 and TCP: 993 for mail service
TCP: 53 and UDP: 53 for DNS service
Your provider seems blocked port 25 , E-mail sending may not work properly.
Overall the installation process is very straightforward and guided through prompts.
Managing Websites with CyberPanel
One of the key benefits of CyberPanel is the ability to easily manage websites through an intuitive web-based interface.
CyberPanel aims to simplify common website management tasks like creating new sites, deploying web applications, configuring domains, DNS records, and more.
Some key website management capabilities include:
Creating New Websites
Creating new websites is straightforward with CyberPanel’s site creation wizard:
- Enter domain name
- Select type of website
- Popular apps like WordPress, Drupal, Joomla
- Custom web directory
- PHP version
- Configure site settings
- PHP memory limit
- Enable CGI/WSGI
- Custom .htaccess content
- CyberPanel handles the rest!
- Provisions Linux user account
- Sets up virtual host
- Deploys selected web application
- Configures domain to point to site
- Installs SSL certificate
Benefits
- Intuitive creation workflow
- Auto-configuration of virtual hosts, domains etc
- One-click deployment of CMSs like WordPress
So in just a few clicks, you can setup a new domain with a web application deployed and ready for content!
Configuring Domains
To serve a website, you need to configure domains to point to your hosting server IP address.
CyberPanel provides an interface to:
- Add domains – Enter domain names to create bindings
- Name servers – Use CyberPanel’s built-in DNS or custom name servers per domain
- Custom SSL – Auto install and renew SSL certificate for domains
- Redirects – Forward traffic from one domain to another
Domain | Type | Name Servers | SSL |
---|---|---|---|
site1.com | Master | ns1.cyberpanel.net<br>ns2.cyberpanel.net | ✓ |
site2.org | Slave | ns1.cloudflare.com | ✘ |
site3.net | Slave | ns1.cyberpanel.net | ✓ |
Benefits
- Bring your own domains and host multiple sites
- Flexibility in name server and SSL config per domain
- Set master/slave relationships between domains
Setting up DNS
CyberPanel has a built-in authoritative DNS server to manage your own DNS zones/records.
This avoids reliance on third-party DNS.
Core DNS capabilities:
- Manage SOA record with email and refresh settings
- Add NS records pointing to CyberPanel name servers
- Configure records like A, AAAA, CNAME, MX, TXT etc
- Reverse DNS lookup configuration
For example, you can create a zone file for site1.com
and add necessary A, CNAME records pointing to web server IP address to serve the website and associated sub-domains.
Benefits
- Authoritative DNS server bundled with CyberPanel
- No need for third-party DNS management
- Ideal for hosting and managing your own sites
In summary, CyberPanel aims to simplify the entire gamut of website management – deploying web apps, managing domains, configuring DNS through an easy control panel interface.
Whether you are managing a few personal sites or a hosting business with thousands of sites, CyberPanel can handle it all in one place!
CyberPanel Security Features
As a web hosting management platform handling user websites and data, security is paramount for CyberPanel in Canada.
It provides several built-in security modules to help hosts apply proper security hardening of their servers:
Firewall Configuration
CyberPanel includes a web-based firewall manager to configure traffic policies:
- Apply inbound rules to allow/block access to services
- Set outbound rules for restricting connections
- White/blacklist specific IP addresses
- Port forwarding to expose applications
- Traffic shaping based on zones
For example, you can set firewall policies like:
- Allow port 80/443 traffic globally
- Block requests from known malicious IPs
- Rate limit traffic per zone
- Forward port 3000 to internal app server
Malware Detection
To guard against malware and viruses, CyberPanel integrates with open source antivirus engine ClamAV with capabilities to:
- Schedule malware scans for web directories
- Quarantine infected files
- View scan reports with list of issues
- Email alerts for scan results
- On-demand scanning for troubleshooting
Combined with firewall policies, malware detection ensures hosting infrastructure and customer websites run safely.
Access Controls
CyberPanel allows setting up granular access controls for hosted accounts:
User Permissions
- Manage local Linux users
- Set permissions for file/folder access
Hotlink Protection
- Block unauthorized use of content
- Referrer-based access rules for images, files
Password Policies
- Enforce password expiry
- Set complexity requirements
- Force users to change passwords
Audit Log
- Complete audit trail of user activities
- User login tracking with timestamps
- File access logs
These controls limit privilege escalation and unauthorized access at a user-level.
Benefits
- Apply firewall policies to restrict network access
- Scan sites for malware and viruses
- Manage permissions with access controls
- Protect hosted files/data from misuse
With these robust security protections, hosts can apply necessary hardening across CyberPanel deployments.
Scaling CyberPanel
CyberPanel provides resource monitoring and vertical scaling options to easily expand your hosting infrastructure.
Resource Monitoring
- Live stats for disk space, bandwidth, load avg., memory usage
- Charts and analytics for resource utilization
- Alerts for high resource usage
Storage Expansion
- Easily add more disk drives to server
- Logical Volume Management support
- Dynamically grow existing partitions
Increasing RAM and CPU
- Vertical scaling by adding RAM and CPU cores
- Expand within same server to use available capacity
- Dynamic resource optimization
With these capabilities, hosts can monitor resource usage and scale their CyberPanel deployment to meet demands.
CyberPanel Community & Support
CyberPanel has an active community across forums and documentation for help on managing and using the control panel:
Documentation
- Detailed user guides covering installation, configuration, management
- FAQs on common questions
Community Forums
- Active user forums for discussions
- Get help from community members
- Report bugs
Professional Support
- Priority email support through paid plans
- Consulting services available as well
Whether you are just getting started with CyberPanel or need help troubleshooting issues, there are ample community resources and professional services available as needed.
Best CyberPanel alternative in Canada
Don’t like CyberPanel?
Choosing the best CyberPanel alternative in Canada depends on your specific needs and priorities.
Here are some popular options along with their key strengths and weaknesses:
Direct alternatives:
- cPanel: The industry standard for web hosting control panels, offering user-friendly interface, extensive feature set, and proven reliability. However, it’s a paid option with potentially higher costs compared to open-source alternatives.
- Plesk: Another popular paid control panel known for its strong Windows hosting support, user-friendly interface, and additional security features. Similar to cPanel, it can be pricier than open-source options.
- Virtualmin: A powerful and open-source control panel offering vast customization options and advanced features. However, its interface can be less intuitive for beginners and require more technical knowledge.
Open-source alternatives:
- FreeBSD AMP stack: A free and lightweight combination of Apache, MySQL, and PHP, offering a robust and customizable hosting environment. Requires technical expertise for setup and maintenance.
- Webmin/Virtualmin: A powerful open-source control panel system with a modular design, allowing you to choose the features you need. Can be complex to manage for beginners.
- OpenLiteSpeed: A free and open-source web server known for its speed and efficiency. Requires additional configuration for features like email and databases.
Canadian-specific options:
- CloudLinux: A Canadian-developed hosting platform offering enhanced security and resource isolation. May not be the most affordable option and requires technical knowledge for full utilization.
- VirtuBox: A Canadian-developed virtual machine management tool that can be used to host multiple websites on a single server. Requires technical expertise and can be resource-intensive.
Recommendation:
- For user-friendly interface and extensive features: cPanel or Plesk (paid)
- For technical users and advanced customization: Virtualmin or FreeBSD AMP (open-source)
- For security and resource isolation: CloudLinux (Canadian-specific, paid)
Ultimately, the best CyberPanel alternative depends on your specific needs and priorities.
I recommend researching and comparing the options listed above to find the best fit for you.