Anda di halaman 1dari 5

Cara Install Virtualmin di Centos 7

Cara Install Virtualmin di Centos 7 untuk kebutuhan panel control


VPS. Virtualmin memiliki 2 versi yaitu versi GPL (Open source) dan Pro (Commercial). Menggunakan
virtualmin memudahkan dalam konfigurasi VPS. Fungsinya sama dengan cpanel. Menggunakan versi
Virtualmin GPL Cukup untuk sebuah website. Virtualmin berbasis webbase. Jadi konfigurasi VPS melalui
browser. Pada tutorial ini akan dibahas menggunakan virtualmin GPL

Langkah-langkah Install Virtualmin


1. SSH ke VPS, Lalu Login menggunakan user root.
2. Cek hostname dengan perintah berikut

1 hostname -f
ubah hostname dan timezone dengan perintah berikut (cth: hostname saad.my.id)

1 hostnamectl set-hostname saad.my.id


2 timedatectl set-timezone Asia/Jakarta
2. Update terlebih dahulu Package Centos dengan perintah
1 sudo yum -y update
3. Install wget terlebih dahulu dengan perintah ini

1 sudo yum install wget -y


4. Download Script install virtualmin dengan perintah berikut

1 wget http://software.virtualmin.com/gpl/scripts/install.sh -O /tmp/virtualmin-install.sh


5. Ubah script menjadi executable dengan perintah berikut

1 chmod +x /tmp/virtualmin-install.sh
6. Jalankan script tersebut dengan perintah berikut

1 sh /tmp/virtualmin-install.sh
Maka akan muncul berikut, ketik y lalu enter

01 Welcome to the Virtualmin GPL installer, version 6.0.12


02
This script must be run on a freshly installed supported OS. It does not
03
perform updates or upgrades (use your system package manager) or license
04 changes (use the "virtualmin change-license" command).
05
06 The systems currently supported by install.sh are:
07
08 CentOS/RHEL Linux 6 and 7 on x86_64
09 Debian 7, 8, and 9, on i386 and amd64
Ubuntu 14.04 LTS and 16.04 LTS on i386 and amd64
10
11 If your OS/version/arch is not listed, installation will fail. More
12 details about the systems supported by the script can be found here:
13
14 https://www.virtualmin.com/os-support
15
16 The selected package bundle is LAMP and the size of install is
17 full. It will require up to 650 MB of disk space.
18
Exit and re-run this script with --help flag to see available options.
19
20 Continue? (y/n)
21
22
23
Ketik y lalu enter

7. Akses virtualmin pada alamat https://ipserver:10000/

Maka tampilan akan muncul seperti berikut


Berikut video tutorialnya:

Selesai

Berikut layanan yang ada di saadwebid terkait website


Layanan Instalasi Implementasi dan Migrasi VPS

Related Posts:
1. Install Webmin Centos 7.x
2. Cara Install phpMyAdmin di Virtualmin
3. Cara Install WordPress di Virtualmin
4. Cara Membuat Akun Email di Virtualmin

Anda mungkin juga menyukai