Cara membuat User Hotspot Mikrotik dari Data Excel: Difference between revisions
Jump to navigation
Jump to search
Created page with "Referensi = https://labkom.co.id/mikrotik/impor-masal-user-hotspot-mikrotik-dari-data-excel ==Perintah CLI di Mikrotik untuk menambah user== ip hotspot user add name=NAMA..." |
|||
Line 6: | Line 6: | ||
==Cara menggunakan perintah CLI di Mikrotik untuk menambah user secara massal dari data excel== | ==Cara menggunakan perintah CLI di Mikrotik untuk menambah user secara massal dari data excel== | ||
{| class="wikitable" | |||
|+ | |||
!user | |||
!password | |||
!profile | |||
!comment | |||
!text for cli | |||
|- | |||
|abidin | |||
|abidin2021 | |||
|siswa | |||
|kelasx | |||
|ip hotspot user add name=abidin pass=abiidin2021 profile=siswa comment=kelasx | |||
|- | |||
|budi | |||
|budi2022 | |||
|siswa | |||
|kelasx | |||
| | |||
|- | |||
|cokro | |||
|cokro2023 | |||
|siswa | |||
|kelasx | |||
| | |||
|} |
Latest revision as of 11:01, 9 March 2023
Referensi = https://labkom.co.id/mikrotik/impor-masal-user-hotspot-mikrotik-dari-data-excel
Perintah CLI di Mikrotik untuk menambah user
ip hotspot user add name=NAMA password=PASSWORDNYA profile=NAMA_PROFILE comment=KOMENTAR
Cara menggunakan perintah CLI di Mikrotik untuk menambah user secara massal dari data excel
user | password | profile | comment | text for cli |
---|---|---|---|---|
abidin | abidin2021 | siswa | kelasx | ip hotspot user add name=abidin pass=abiidin2021 profile=siswa comment=kelasx |
budi | budi2022 | siswa | kelasx | |
cokro | cokro2023 | siswa | kelasx |