Kloxo-MR Features
- OS: Redhat/CentOS 5 and 6 (32bit and 64bit) or their variants
- Billing: AWBS, WHMCS, HostBill, TheHostingTool, AccountLab Plus and Blesta (note: claim by billing’s author)
- Web server: Nginx, Nginx-Proxy and Lighttpd-proxy; beside Httpd and Lighttpd (in progress: Varnish, Hiawatha, ATS and Httpd 2.4) *)
- Php: Dual-php with php 5.3/5.4 as primary and php 5.2 as secondary (in progress: multiple-php) *)
- PHP-type for Apache: php-fpm_worker/event and fcgidworker/event; beside modphp/ruid2/itk and suphp/worker/event
- Mail server: qmail-toaster instead special qmail (in progress: change from courier-imap to dovecot as imap/pop3) *)
- Database: MySQL or MariaDB
- Database Manager: PHPMyAdmin; Adminer, MyWebSql and SqlBuddy as additional **)
- Webmail: Afterlogic Webmail Lite, Telaen, Squirrelmail and Roundcube; Horde and T-Dah dropped
- FTP server: Pure-ftpd
- DNS Server: Bind and Djbdns; ready testing for Powerdns, MaraDNS and NSD *)
- Addons: ClamAV, Spamassassin/Bogofilter/Spamdyke and RKHunter
- Fixed many bugs of Kloxo Official (including security issues)
- And many more!
Kloxo-MR Installation process
First, update your CentOS 5/6 32 or 64-bit:
# yum update -y
Install the needed packages:
# yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y # yum install telnet -y
Disable SELinux:
# setenforce 0 # echo ‘SELINUX=disabled’ > /etc/selinux/config
Download KloxoMR repo:
# cd /etc/yum.repos.d/ # wget https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo --no-check-certificate # cd /
Install KloxoMR:
# yum install kloxomr -y
Now, run installer:
# sh /script/upcp
It will ask you whether you want to install it as slave or master. Choose the option 1 (Master) and click enter. That’s it. Reboot the server after installation completes.
# reboot
Visit youip:7778 on your web browser to view the control panel and default user name and password is “admin”.
That is it.
See also:
How to install Kloxo panel
Open source cPanel alternative
source: http://lintut.com/how-to-install-kloxomr-on-centos-5-x6-x-32-or-64-bit/
Posting Komentar