Skip to content

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 909 Bytes

Adm-linuxserver-webgui.md

File metadata and controls

executable file
·
30 lines (19 loc) · 909 Bytes

Install adm-linuxserver-webgui

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 :

  1. Cockpit
  2. Webmin

Berikut Cara Install Keduanya :

Cockpit

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

Webmin

berikut adalah perintah install webmin :

sudo apt install webmin && sudo systemctl enable webmin

Cek status service cockpit :

sudo sudo systemctl status webmin