Difference between revisions of "Mikrotik: MikHMon - Mikrotik Hotspot Monitor"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://laksa19.github.io/ MikroTik Hotspot Monitor adalah aplikasi berbasis web (MikroTik API PHP class) untuk membantu manajemen Hotspot MikroTik. Khususnya MikroTi...") |
Onnowpurbo (talk | contribs) |
||
Line 8: | Line 8: | ||
apt update | apt update | ||
apt -y install curl | apt -y install curl | ||
+ | |||
+ | sudo su | ||
+ | cd /usr/local/src | ||
curl -o install-mikhmon https://laksa19.github.io/install-mikhmon.txt | curl -o install-mikhmon https://laksa19.github.io/install-mikhmon.txt | ||
chmod +x install-mikhmon | chmod +x install-mikhmon |
Revision as of 07:01, 2 September 2020
Sumber: https://laksa19.github.io/
MikroTik Hotspot Monitor adalah aplikasi berbasis web (MikroTik API PHP class) untuk membantu manajemen Hotspot MikroTik. Khususnya MikroTik yang tidak mendukung User Manager. Mikhmon bukan radius server, jadi tidak harus selalu aktif. Mikhmon dapat diaktifkan saat dibutuhkan atau sesuai kebutuhan.
Instalasi
sudo su apt update apt -y install curl
sudo su cd /usr/local/src curl -o install-mikhmon https://laksa19.github.io/install-mikhmon.txt chmod +x install-mikhmon ./install-mikhmon