Oprek lagi Kloxo MR

kloxomrAkhir-akhir ini semakin penasaran nih sama Kloxo MR. Udah berapa tau install buang…. install buang….

 

Saya melakukan update di salah satu VPS Kloxo-MR saya dan setelah selesai proses update, web saya tidak dapat di akses karena ada error di settingan servernya. Saya googling cari solusi, alhamdulillah Kloxo-MR dilengkapi dengan tool untuk memperbaiki suatu masalah yang terjadi terkait dengan Kloxo-MR itu sendiri. Tool itu berada di direktori khusus yang berisi berbagai macam script untuk membantu kita memperbaiki error-error yang mungkin saja terjadi. Lokasi tool tersebut berada di:

/script

Nah biasanya memang bakal ada error sehabis kita melakukan proses update, tapi itu bukan masalah, karena biasanya saya hanya menjalankan perintah-perintah berikut (memanfaatkan tool Kloxo-MR) untuk memperbaikinya. Langkah-langkah yang saya lakukan adalah:

#sh /script/cleanup
#sh /script/fixweb
#sh /script/restart-services

Oh ya, kemarin saya juga mengalami masalah dengan tidak bisanya blog saya konek ke database padahal MySQL Servernya sendiri tidak bermasalah, ternyata yang menjadi masalah adalah tidak adanya addon MySQL di PHP nya, solusinya mudah, saya tinggal menginstall plugin tersebut dengan cara:

#yum install php*mysql

Dan Alhamdulillah VPS Kloxo-MR saya sekarang sudah dalam keadaan sehat kembali

 

Memang ada masalah dengan PHP 5.2. Saran saya coba gunakan Nginxproxy biar webnya kuenceng 🙂 dan ganti versi PHP nya ke versi PHP54 atau PHP53u, dengan cara:

1. Jika anda ingin mengganti ke Nginxproxy, klik menu ‘Switch Program’.
2. Jika anda ingin mengganti Versi PHP, klik menu ‘Webserver Config’, kemudian di menu ‘PHP Branch’ ganti versi PHP nya ke 5.4 atau 53u. Selanjutnya di menu ‘PHP Type’ ganti ke ‘php-fpm_event’.

Setelah itu jalankan script2 berikut:

#sh /script/cleanup
#sh /script/fixweb
#sh /script/fixdns
#sh /script/fixmail-all
#sh /script/restart-services

Kemudian jangan lupa kirimkan hasil perintah:

#sh /script/sysinfo

Nah sekarang Insya Allah gak ada masalah lagi deh

Kloxo: Common SSH commands

kloxomrFor those of you who have opted for the free Kloxo control panel on your VPS or dedicated server, here
are some common, and simple, commands you can use to make your life easier.
As with anything free, Kloxo has a few bugs any sys admin will run into. Even the big commercial packages, like cPanel, have annoying bugs.
Rather than banging your head against your keyboard for hours on end, I have complied a list of the most commonly used, and simple, command line fixes for Kloxo.
Websites fail to load:
/script/fixweb
DNS Fails to resolve:
/script/fixdns
Horde Mail gives 500 internal server errors:
/script/fixhorde
Email, in general, just does not function:
/script/fixmail
Kloxo fails to load, don’t reboot, just run:
/script/restart
While these are the most common, there are also many more /script commands.
Be careful with what you run from /script – some can have nasty consequences, if not used properly.

Installing Kloxo Web Server

Kloxo-1-11-620x326Kloxo (formerly known as Lxadmin) is one of the advanced open source and free web hosting control panel for RHEL / CentOS 5.x (32-Bit) distribution, currently not supported for 6.x. This lightweight web panel included all the leading control panel features such as FTP, PHP, MYSQL, Perl, CGI, Apache Spam Filter and much more.
It has Billing, Messaging and Ticketing system that allows you to better interactions with your customers and keep good relationship with them. It also help end user to manage and run a combination of Apache with BIND and switch the interface between these programs with any data loss. Let’s see some of the main features of Kloxo panel.

Kloxo Features

  1. RHEL / CentOS 5.x 32Bit Support
  2. Billing support integrated with software’s such as AWBS, WHMCS and HostBill
  3. Support for Apache, Lighttpd, Bind, Djbdns and FTP
  4. Easily Backup/Restore entire Hosting anywhere
  5. Full Control of DNS, Webmail, Spam filter and more
  6. Bandwidth Stasticits Report and Website Analytics with Awstats
  7. Add and Remove Domain/Sub domains
  8. Manage MySQL databases on multiple servers with PhpMyAdmin

For a complete set of features visit at Kloxo homepage.

Kloxo Prerequisites

  1. A Running dedicated CentOS 5.x server. Currently CentOS 6.x is not supported.
  2. A Minimum 256MB of RAM to run Yum
  3. A Minimum 2GB of free disk space required to install Kloxo
  4. Make sure /tmp partition has enough disk space. Kloxo uses /tmp to build and store files temporarily. If there is not enough space installation will fail.

Installation of Kloxo Web Control Panel

Step 1: Disabling SELinux

Disable SELinux in “/etc/sysconfig/selinux” file. Open this file with “VI” editor.

# vi /etc/sysconfig/selinux

And change the line to “selinux=disabled“. Save and close file.

SELINUX=disabled

Check with /usr/sbin/sestatus

Reboot the server to reflect new changes.

# reboot

Warning : If SELinux not correctly disabled, your Kloxo installation useless and you may required to reload OS to properly re-install it.

Step 2: Installing MySQL

Before getting started, make sure you’ve set your hostname properly and also you need to install MySQL. To do so, issue the following commands.

Note: If you’ve already installed MySQL and set a root password, you can skip this step and move to step #3.

# yum update
# yum install mysql-server

Start the MySQL service.

# /etc/init.d/mysqld start

Now, run the MySQL secure installation script to Secure your MySQL installation. The script will ask you to set MySQL root password and present with few questions at the prompts.

# /usr/bin/mysql_secure_installation

Step 3: Installing Kloxo

Download the latest Kloxo installer script with “wget” command, set execute permission and run the script, make sure to replace “mypassword” with your MySQL root password. During installation the script will prompt few questions and sometimes ask you to enter root password.

# yum install -y wget
# wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh
# chmod +x kloxo-installer.sh
# sh ./kloxo-installer.sh –db-rootpassword=mypassword

if error # sh ./kloxo-installer.sh –type=master –db-rootpassword=vanhouten7

Sample Output

Installing as “root” OK
Operating System supported OK
SELinux disabled OK
Yum installed OK

Ready to begin Kloxo () install.

Note some file downloads may not show a progress bar so please, do not interrupt the process.
When it’s finished, you will be presented with a welcome message and further instructions.

Press any key to continue …

Go through the installation instructions on the screen in order to finish the installation. Once installation completes, you can navigate to your new Kloxo admin at:

http://youripadress:7777

http://youripadress:7778

OR

http://localhost:7777

http://localhost:7778

Please be aware that port 7778 doesn’t use SSL and traffic such as passwords and data will be sent unencrypted (plain).

Now Login into Kloxo panel by providing username as “admin” and password as “admin“. At the first login, it force you to change your password.

Kloxo Admin Panel

Trouble Login

If you cannot login to Kloxo Control Panel, make sure your Kloxo service is running and your firewall is not blocking ports “7777” and “7778“. You can disable your firewall by stopping it.

# /etc/init.d/iptables stop

If you don’t want to stop it, you can open those particular ports on your firewall. To do so, run the following iptables rules to open it.

# iptables -A INPUT -p tcp –dport 7777 -j ACCEPT
# iptables -A INPUT -p tcp –dport 7778 -j ACCEPT

Restart iptables service.

# service iptables restart

How To Repair Mysql :

/etc/init.d/mysqld stop

mysqld_safe –skip-grant-tables &

mysql -u root

mysql> use mysql;

mysql> update user set password=PASSWORD(“newrootpassword”) where User=’root’;

mysql> flush privileges;

mysql> quit

/etc/init.d/mysqld stop

/etc/init.d/mysqld start

error di kloxo: could_not_add_mail

kloxomailMelanjutkan proyek pembangunan Kloxo MR saya, pas mau masukin domain saya agusw.com ternyata error. tidak bisa….

di situ ada error:

could_not_add_mail [Error – no authentication database connection. Initial open.]

 

 

Solusinya:

1) Reset mysql pass from kloxo interface only.
2) /script/upcp
3) /script/fixvpop
4) /script/fixmail

 

Selesai. masalah teratasi

Reset password admin Kloxo MR

admiinBeberapa waktu lalu, saya mengalami error dalam masuk ke admin kloxo mr.

Mau tidak mau saya harus melakukan reset admin.

dan script ini yang bekerja

Taken (but modified) from http://forum.lxcenter.org/index.php?t=msg&th=15560

1. Change root password:
Code: [Select]
su – root
passwd

2. Mysql root password: –> ERROR 1045 (28000): Access denied for user ‘root’@’localhost’
Code: [Select]
service mysqld stop

mysqld_safe –skip-grant-tables &
mysql -u root

mysql>
mysql> use mysql;
mysql> UPDATE user SET Password = PASSWORD (‘newpassword’) WHERE User=’root’;
mysql> FLUSH PRIVILEGES;
mysql> quit;

service mysqld start
or
Code: [Select]
sh /script/reset-mysql-root-password <newpassword>

3. Kloxo admin password login:
Code: [Select]
sh /script/resetpassword master <newpassword>

4. Reset Kloxo mysql password: –> Error “Could not open database connection.” when access to Kloxo
Code: [Select]
sh /script/fix-program-mysql <mysqlrootpassword>
or, enough:
Code: [Select]
sh /script/fix-program-mysql

Note: code like ‘<newpassword>’ must be change to ‘dAFfad13’ (for example; not include <>)

 

Alhamdulillah bekerja

namun di artikel lain nemu juga seperti ini:

sh /script/fix-program-mysql PASSWORD
sh /script/reset-mysql-root-password PASSWORD
sh /script/resetpassword master PASSWORD

 

Silakan pilih, mana yang cocok. Semoga sukses ya…