apache proxy https://github.com/cockpit-project/cockpit/wiki/Proxying-Cockpit-over-Apache-with-LetsEncrypt
Ada banyak beredar webgui untuk administarsi server linux. tapi yang bisa digunakan ada 2 yang sangat populer yakni :
- Cockpit
- Webmin
Berikut Cara Install Keduanya :
berikut adalah perintah penambahan repo :
curl -sSL https://repo.45drives.com/setup -o setup-repo.sh
sudo bash setup-repo.sh
berikut adalah perintah install cockpit :
sudo apt install cockpit-{storaged,storaged,packagekit,networkmanager,file-sharing,navigator,identities} -y && sudo systemctl enable cockpit
Cek status service cockpit :
sudo sudo systemctl status cockpit
berikut adalah perintah install webmin :
sudo apt install webmin && sudo systemctl enable webmin
Cek status service cockpit :
sudo sudo systemctl status webmin