Referensi Sewa Server
Prasyarat
- Server
- Sistem Operasi CentOS 8 atau Rocky 8 terinstall
Panduan
- Update & Upgrade Package
sudo dnf update
sudo dnf upgrade
- Install grup package untuk host virtualisasi
sudo dnf groupinstall -y "Virtualization Host"
- Jalankan dan enable servis libvirt
sudo systemctl enable --now libvirtd
- Install cockpit plugin untuk VM
sudo dnf install -y cockpit-machines
- Jalankan dan enable servis cockpit
sudo systemctl enable --now cockpit.socket
- Buka port tcp/9090 firewall
sudo firewall-cmd --permanent --zone=public --add-service=cockpit
sudo firewall-cmd --reload