/mikrotik-userman-python

Python Script for read personal user data from .csv and add to Mikrotik Userman by SSH method.

Primary LanguagePythonMIT LicenseMIT

Python Script for read personal user data from .csv and add to Mikrotik Userman by SSH method.

Alt text

Payungsak Klinchampa
Network Engineer
Next-Hop Co., Ltd.

Requirement

  1. Python
  2. Paramiko
  3. Mikrotik Full access priviledge
  4. Key Chain for SSH access

How to use

  1. Prepare your personal data into .csv format Example :

    room,firstname,lastname,tel
    101,test01,nexthop,099334455
    102,test02,nexthop,099334456

  2. Set up SSH Parameter (Domain name or IP Address / Port / Username , Private Key)

  3. Run this script

  4. You can see output with password from new file and userman web management

  5. Enjoy !!