Standalone service configuration guide - salehram/mikrotik-proxy-logger GitHub Wiki

For the standalone service installation scenario, some manual configuration work is required. To configure the database connection, please follow the below steps:

  • Browse to the service installation directory, by default it will be: “C:\Program Files\is-linux\Mikrotik Proxy Logger\“
  • Create a new folder and name it “config“
  • Open the new folder, and create a new file and name it “config.ini“
  • Open the newly created “config.ini” file and type the information of the database server in the following line order:
    • Database server name.
    • The SQL server instance name which has the mtpldb in it.
    • The SQL database name, the default name should be “mtpldb“.
    • The user name who has access to the database server and the database itself.
    • The password of the user name.
    • The IP address of the Mikrotik router which we will pull the accounting data from.
  • Once all the lines are filled, save and close the file, then restart the MTPL-Listener service.