Setting VPS 2

Setting VPS 2

Install Hitleap Viewer
==================

root@xxxxx:~# cd Desktop
root@xxxxx:~# wget -O hitleap.msi http://hitleap com/viewer/latest

It will download HitLeap Viewer to your VPS Desktop.
after the download is completed, back to VNC Viewer.

click the start (bottom left with LXDE logo), go to system > xterm
Type there :
root@xxxxx:~# cd Desktop
root@xxxxx:~# wine start hitleap.msi

==> Then go to your VNC server, connect to yourip::5901 (we are using TightVNC Viewer).

Auto Script Installer Squid 3
========================

install update dan curl (kalo sudah lewati tahapan ini)
apt-get update;apt-get -y install wget curl;

download scriptnya ke server
wget https://github.com/narrundo/vishera/raw/autoscript/squid3.sh

bila mengalami masalah karena certificate error saat download script, gunakan ini
wget --no-check-certificate https://github.com/narrundo/vishera/raw/autoscript/squid3.sh

beri permission access
chmod 100 squid3.sh

jalankan scriptnya
./squid3.sh

tunggu sampai proses selesai
lalu reboot vps

NB :
- IP Lock Server
- Port 80 dan 8080

Kalo mau edit squidnya
nano /etc/squid3/squid.conf

jika udah di edit kemudian restart
/etc/init.d/squid3 restart

Install Whm/cpannel
==================

1. Non Aktifkan iptables, agar semua port terbuka :

    chkconfig iptables off
    service iptables stop

2. Non aktifkan SELINUX. SELinux atau Security Enhanced Linux.

   nano /etc/selinux/config

    # This file controls the state of SELinux on the system.
    # SELINUX= can take one of these three values:
    # enforcing – SELinux security policy is enforced.
    # permissive – SELinux prints warnings instead of enforcing.
    # disabled – No SELinux policy is loaded.
    SELINUX=disabled
    # SELINUXTYPE= can take one of these two values:
    # targeted – Only targeted network daemons are protected.
    # strict – Full SELinux protection.
    SELINUXTYPE=targeted

3. Install cPanel :

    wget -N http://www.drupadi.com/cpanel.sh
    sh cpanel.sh

pastikan shell sudah dalam prompt # sehingga walaupun koneksi terputus, cpanel masih tetap terinstall di background.

Untuk melihat log installasi bisa dengan perintah :

    tail -f /var/log/cpanel/cpanel-install.log

Akhiri dengan tombol CTRL + C jika ingin keluar dari log.
Proses instalasi cPanel sudah berlangsung. Installasi kurang lebih 2 jam untuk VPS USA dan 4-6 jam untuk VPS IIX.

Jika instalasi sudah selesai, buka : http://ipaddress:2086 lalu masukkan username (root) dan password vps.
Setelah itu ikuti step-step yang ada.

Plugin Cpannel : http://installatron.com/plugin/download/cpanelwhm

Lanjutan ===>