Operating System yang dapat
mendukung Webmin dan Virtualmin
- CentOS 5 and 6 on i386 or x86_64
- RHEL 5 and 6 on i386 and x86_64
- Scientific Linux 6 on i386 and x86_64
- Debian 6 on i386 or amd64
- Ubuntu 8.04 LTS, 10.04, and 12.04 LTS on i386 or amd64
Bila belum punya VPS, silahkan order VPS murah sesuai kebutuhan disini:
- VPS Belanda
- VPS USA murah
- VPS Singapore murah
- RHEL 5 and 6 on i386 and x86_64
- Scientific Linux 6 on i386 and x86_64
- Debian 6 on i386 or amd64
- Ubuntu 8.04 LTS, 10.04, and 12.04 LTS on i386 or amd64
Bila belum punya VPS, silahkan order VPS murah sesuai kebutuhan disini:
- VPS Belanda
- VPS USA murah
- VPS Singapore murah
Sebelum memulai install Webmin +
Virtualmin, sebaiknya periksa hostname apakah hostname sudah fully qualified
domain name (FQDN), kalau belum silahkan di seting dulu, karena bisa mengganggu
proses installasi webmin.
1. Periksa hostname
# hostname -f
host1.e-padi.com
Jika Keluar tulisan seperti diatas,
bearti configurasi FQDN sudah benar.
Bila masih belum keluar tulisan FQDN
seperti diatas, sebaiknya setting dulu FQDN di /etc/hosts
# cat /etc/hosts
# Do not remove the following line,
or various programs
# that require network functionality
will fail.
127.0.0.1
host1 localhost.localdomain localhost
::1
localhost6.localdomain6 localhost6
Ganti menjadi
# pico /etc/hosts
# Do not remove the following line,
or various programs
# that require network functionality
will fail.
127.0.0.1
host1.e-padi.com localhost.localdomain localhost
::1
localhost6.localdomain6 localhost6
-----------------------------------------
Beberapa metode installasi Webmin
pada server linux Centos
1. [RECOMMENDED] Automatic Install
Virtualmin + webmin dengan install.sh installer
a. # wget
http://software.virtualmin.com/gpl/scripts/install.sh
b. # sh ./install.sh
c. Ikuti proses installasi
d. Jika sudah selesai, akses ke
webmin dengan cara: https://IP_Mesin:10000/
Login: root
Passwd: (passwd root ssh)
-----------------------------------------
2. Install webmin manual via ssh
a. Buka http://www.webmin.com/download.html
cari paket yang cocok untuk server
b. # wget
http://prdownloads.sourceforge.net/webadmin/webmin-1.510-1.noarch.rpm
c. # rpm -ivh
webmin-1.510-1.noarch.rpm
d. Jika sudah selesai, akses ke
webmin dengan cara: https://IP_Mesin:10000/
Login: root
Passwd: (passwd root ssh)
-----------------------------------------
3. Install Webmin + Virtualmin
manual
a. # wget
http://prdownloads.sourceforge.net/webadmin/webmin-1.580.tar.gz
b. # gunzip
webmin-1.500.tar.gz
c. # tar xf webmin-1.500.tar
d. # cd webmin-1.500
e. # ./setup.sh
/usr/local/webmin
-----------------------------------------
4. Install virtualmin / webmin
dengan yum / repository
a. # vi
/etc/yum.repos.d/webmin.repo
b. Paste code dibawah ini kebagian
bawah file /etc/yum.repos.d/webmin.repo
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
Akhiri dengan menyimpan file
tersebut dengan cara : "ESC + :" ketik "wq!"
+ Enter
c. Download key
# wget
http://www.webmin.com/jcameron-key.asc
# rpm –-import
jcameron-key.asc
# rm -rf
jcameron-key.asc
d. Mulai install webmin
# yum install webmin
e. Tunggu hingga proses install
selesai, Jika sudah selesai, akses ke webmin dengan cara:
https://IP_Mesin:10000/
Login: root
Passwd: (passwd root ssh)
Demikian tutorial tentang cara
install Webmin pada VPS linux Centos.
Semoga
bermanfaat.
Tidak ada komentar:
Posting Komentar