Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 622 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 622 Bytes

fwmon

Info

Firewall Monitoring via MikroTik RouterOS API, based on routeros-api

😟 tomkap: devops, coding, API debug

:neckbeard: niemal: coding, UI

Live demo: here

Installation

Requirements

  • HTTP Server (Apache2, nginx)
  • PHP v5.x

Steps

Clone it

$ git clone https://github.com/tomkap/fwmon.git

Insert your MikroTik credentials and rename config file

$ cd fwmon/
$ $EDITOR template_config.json
$ mv template_config.json config.json

Enjoy!