The new Cyberpanel 1.8.1 introduces a new look and sneak peak of upcoming features.
How to install Cyberpanel
Cyberpanel is a new free hosting control panel based on openlitespeed. The advantages of using openlitespeed, is better performance running PHP applications like WordPress, Joomla, Drupal etc. Disadvantages are doesnt translate all apache rewrite directions, so sometimes need to do some hardcoded change at .htaccess. Cyberpanel is free and have many features as: PHP 5.3 […]
Free Hosting Control Panels
Easy setup and run your hosting service for free with the following Free Hosting Control Panels. aaPanel Centminmod Centos Web Panel Centos-Webpanel is one of the most complete and reliable hosting control panels. Many features like Apache, nginx, Varnish, Firewall, email, DNS all in a complete management tool. ClustersCS CloudPanel Another free simple and clean […]
Cyberpanel The openLitespeed Panel
Cyberpanel is a web hosting control panel based purely on OpenLitespeed. It also comes with FTP, DNS, Email, Firewall, FileManager, MySQL, automatic SSL and all this for free. Let see why OpenLiteSpeed. High performance, event-driven architecture. Super light-weight, minimal CPU and memory footprint. Apache-compatible rewrite rules. Also comes with User-friendly WebAdmin GUI for technical users. […]
How to install geoip on a Plesk installed server
Install required libraries and packages: For RHEL/CentOS and PHP 7.0: # yum install make plesk-php70-devel gcc glibc-devel GeoIP-devel zlib-devel For RHEL/CentOS and PHP 7.1: # yum install make plesk-php71-devel gcc glibc-devel GeoIP-devel zlib-devel For Debian/Ubuntu and PHP 7.0: # apt-get install plesk-php70-dev build-essential # apt-get install libgeoip-dev geoip-bin geoip-database For Debian/UbuntuĀ and PHP 7.1: # […]