Mikrotik: MikHMon - Mikrotik Hotspot Monitor: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump 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) No edit summary |
||
| 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 00: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