Cara Install Virtualmin di CentOS 8
Cara Install Virtualmin di CentOS 8 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 2 | hostnamectl set-hostname saad.my.id timedatectl set-timezone Asia/Jakarta |
2. Update terlebih dahulu Package CentOS dengan perintah
1 | sudo dnf -y update |
3. Install wget terlebih dahulu dengan perintah ini
1 | sudo dnf 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 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | Perl was not found on your system - Virtualmin requires it to run. Attempting to install it now... 2021-01-08 23:09:29 URL:https: //software.virtualmin.com/lib/slib.sh [22148/22148] -> "slib.sh" [1] Welcome to the Virtualmin GPL installer, version 6.2.2 This script must be run on a freshly installed supported OS. It does not perform updates or upgrades ( use your system package manager) or license changes ( use the "virtualmin change-license" command). The systems currently supported by install.sh are: CentOS/RHEL Linux 7, and 8 on x86_64 Debian 9, and 10 on i386 and amd64 Ubuntu 16.04 LTS, 18.04 LTS, and 20.04 LTS on i386 and amd64 If your OS/version/arch is not listed, installation will fail. More details about the systems supported by the script can be found here: https: //www.virtualmin.com/os-support The selected package bundle is LAMP and the size of install is full. It will require up to 650 MB of disk space. Exit and re-run this script with --help flag to see available options. Continue? (y/n) |
Ketik y lalu enter
7. Akses virtualmin pada alamat https://ipserver:10000/
Maka tampilan akan muncul seperti berikut
Selesai
Video tutorial:
Berikut layanan yang ada di saadwebid terkait website
Layanan Instalasi Implementasi dan Migrasi VPS