Tag Archives: Iixmedia.com

Cara Install ClearOS dan configurasi di server

  • Untuk download ISO ClearOS 5.2 di link : http://download.clearfoundation.com/clearos/enterprise/5.2/iso/clearos-enterprise-5.2-service-pack-1.iso
  • jika sudah di download silahkan di burning ke cd /dvd atau di booting ke flashdisk.

untuk tutorial instalasinya bisa dilihat di :

  • Nah sekarang jika instalasinya sudah selesai , maka jika anda ingin supaya server nya bisa di akses dari jauh misal melalui putty (ssh) atau browser silahkan ikuti petunjuk berikut ini :
  • pastikan konfiguarasi untuk ip nya sudah benar seperti gambar berikut : aksesnya Network >> Setting >> IP settings

os1

  • kemudian konfigurasi untuk portnya , anda masuk ke menu Network >> Firewall >> Incoming
  • kemudian buat / add firewall rule baru isi nya

1. standar service = SSH , nickname = putty ( terserah anda ), port = 22
2. standart service = webconfig, nickname = webconfig ( terserah anda ), port = 81

jika sudah maka akan seperti gambar berikut :
os2

  • jika sudah selesai tinggal di coba akses :

1. lewat putty ( ssh ) , buka putty nya kemudian masukan ip public server nya misal 111.68.12.14 , port nya 22
2. lewat browser , tinggal ketikan https://111.68.12.14:81 ( ingat harus dengan https )

semoga dapat membantu :)

Cara Install dan Configurasi Openvpn server di vps centos

Untuk persyaratan nya sbb :

1. CentOS 5 32bit OS , minimal
2. TUN / TAP perangkat diaktifkan pada VPS Anda
3. NAT iptables dukungan
4. Putty ( untuk akses ssh )
5. Winscp ( untuk download + upload file dari vps )

NB :Anda akan harus membuka tiket untuk meminta kepada IT support supaya perangkat TUN / TAP harus diaktifkan pada VPS Anda.

vzctl stop YOUR_VEID
vzctl set YOUR_VEID --devices c:10:200:rw --save
vzctl set YOUR_VEID --capability net_admin:on --save
vzctl start YOUR_VEID
vzctl exec YOUR_VEID "mkdir -p /dev/net; mknod /dev/net/tun c 10 200; chmod 600 /dev/net/tun"
# iptables support
vzctl stop YOUR_VEID
vzctl set YOUR_VEID --iptables ipt_REJECT --iptables ipt_tos --iptables ipt_TOS --iptables ipt_LOG --iptables ip_conntrack --iptables ipt_limit --iptables ipt_multiport --iptables iptable_filter --iptables iptable_mangle --iptables ipt_TCPMSS --iptables ipt_tcpmss --iptables ipt_ttl --iptables ipt_length --iptables ipt_state --iptables iptable_nat --iptables ip_nat_ftp --save
vzctl start YOUR_VEID

Pastikan mereka akan mengganti ‘YOUR_VEID’ dengan VEID VPS Anda dan Anda akan siap untuk roll

Langkah langkah Untuk setting openvpn sbb :

<< Connect via putty ke ssh server

  • buka putty / commandline untuk masuk ke root server dengan ssh
  • kemudian masukan user + password
  • pastikan vps anda sudah bisa download / terkoneksi internet.

<< Install openvpn server

ketikan command berikut :

wget http://vpsnoc.com/scripts/install-openvpn.sh
chmod +x install-openvpn.sh
./install-openvpn.sh

atau

rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
yum update
yum install openvpn

Continue reading

Cara install WHM & Cpanel via ssh

Cara instalasinya sebagai berikut :

masuk / login ke root server via ssh / commandline , kemudian ketikan command berikut :

  • cd /home — Opens the /home directory.
  • wget -N http://httpupdate.cpanel.net/latest — Fetches the latest installation files from cPanel’s servers.
  • sh latest — Opens and executes the installation files.

tinggal ditunggu prosesnya sampai dengan selesai :)

Install Cloudlinux in vps centos

caranya sebagai berikut :

1) Download the cloud linux auto installer from http://www.cloudlinux.com/downloads/index.php

wget http://repo.cloudlinux.com/cloudlinux/sources/cln/centos2cl
sh centos2cl -k

2) Now reboot your server into the Cloud linux kernel
3) Install the lve cpanel modules and plugin as follows,

yum  -y install cpanel-lve   cpanel-lvemanager

4) Compile apache and php with the following minimal requirements,
- Make sure to use Apache 2.2.x version
- Suexec must be enabled
- Apache MPM will be Prefork, Worker or Event . Better to user preforker

5) Now go to WHM -> Plugins -> LVE Manager and monitor the use . You can set the limits per domain from here

If you wish to convert from CentOS 5.x or 6.x to CloudLinux, have already installed cPanel & WHM, and own an IP-based CloudLinux license, run these commands:

/usr/local/cpanel/cpkeyclt
/usr/local/cpanel/bin/cloudlinux_system_install -k
reboot
/usr/local/cpanel/scripts/easyapache –build

If you wish to convert from CentOS 5.x or 6.x to CloudLinux, have already installed cPanel & WHM, and own a CloudLinux license key, run these commands:

wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cpanel2cl
sh cpanel2cl -k $key
Replace $key with your license key.
reboot
/scripts/easyapache –build

Cara install fantastico di server centos

caranya adalah sebagai berikut :

login ke root server nya dengan ssh / commandline , kemudian ketika command berikut :

# Run folowing commands to install Fantstico.
cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http:// files.betaservant.com/files/free/fantastico_whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz

tunggu sampai proses instalasi selesai :)