Virtualmin Web Hosting Panel

From Wiki TJKT SMK Yasmida
Jump to navigation Jump to search

Virtualmin adalah plugin untuk Webmin yang menyederhanakan pengelolaan beberapa host virtual melalui satu antarmuka, mirip dengan cPanel atau Plesk. Dengan Virtualmin, Anda bisa mengatur akun pengguna, host virtual Apache, entri DNS, database MySQL, kotak surat, dan banyak lagi.

https://www.virtualmin.com/
https://www.virtualmin.com/documentation/installation/automated/
https://www.virtualmin.com/download/

Grade A Support OS

  • Rocky, Alma, and RHEL 8 and 9 on x86_64
  • CentOS and RHEL 7 on x86_64 (This version is extremely old and no longer recommended, please choose one of the above compatible systems instead.)
  • Ubuntu 20.04 LTS and 22.04 LTS on i386 and amd64
  • Debian 10 and 11 on i386 and amd64

Grade B Support OS

  • Fedora Server 36 on x86_64 (using --unstable param)
  • CentOS Stream 8 and 9 on x86_64 (using --unstable param)
  • Oracle Linux 8 and 9 on x86_64 (using --unstable param)
  • Mac OS X
  • Raspbian Linux
  • Mandriva Linux
  • SuSE and OpenSuSE Linux
  • Gentoo Linux
  • Amazon Linux
  • FreeBSD
  • OpenBSD
  • NetBSD
  • DragonflyBSD
  • Solaris and OpenSolaris and derivatives
  • Any Grade A system in versions or architectures not listed above

Recommended System Specifications

Automated installation requires a freshly installed, supported OS
1 GB RAM (less for the --minimal installation), more is better
1 GB free disk space, more for your domain data

Install Virtualmin

Update System

apt-get update
apt-get upgrade

Set Hostname

hostnamectl set-hostname host1.virtualmin.com

edit host

nano /etc/hosts

isi dengan

ip-server    host1.virtualmin.com   host1

restart server

reboot

Download Script Installer

apt-get install wget
wget https://software.virtualmin.com/gpl/scripts/virtualmin-install.sh

Rubah Menjadi Exutable

chmod a+x virtualmin-install.sh

Run Install

sh virtualmin-install.sh

or

./virtualmin-install.sh

Allow Port Virtualmin

ufw allow 10000

Akses Virtualmin

http://ip-server:10000

or ssl

https://ip-server:10000