Git Product home page Git Product logo

mikrotiktrafficmonitor's Introduction

Mikrotik Traffic Monitor

(using IP > Accounting, so v6.* of ROS)

Mikrotik Traffic Monitor is a relatively small and lightweight server-side tool to collect and process Accounting data from Mikrotik routers running RouterOS and present them in a form that's easy to analyze.

It uses python Flask for the server side of things.

Installation

cd /opt/
git clone https://github.com/Nixellion/MikrotikTrafficMonitor.git
apt install python3 python3-pip python3-dev
cd MikrotikTrafficMonitor
pip3 install -r requirements.txt
cp MikrotikTrafficMonitor.service /lib/systemd/system
systemctl daemon-reload
systemctl enable MikrotikTrafficMonitor
service MikrotikTrafficMonitor start
systemctl status MikrotikTrafficMonitor

Setting up Router

You need to go into winbox > IP - Accounting and enable Accounting, also enable Web Access there and type the IP of the machine where this tool will run on. Port (and host-IP) for web-access is set in /opt/MikrotikTrafficMonitor/config/config.yaml !

You may also need to disable fast track as traffic that goes through fast track is not accounted for by RouterOS.

mikrotiktrafficmonitor's People

Contributors

nixellion avatar jult avatar flewid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.