Setup Guide
Learn how to install and configure the Linkport ISP Billing software for your network.
Requirements
- MikroTik RouterOS device
- Node.js server (v18+)
- MongoDB database
Installation Steps
git clone https://github.com/linkport/isp-billing.git
cd isp-billing
npm install
npm start
Hotspot Management
Manage users, vouchers, and connections on your hotspot networks.
Adding a New Hotspot Station
Navigate to the 'Hotspot Stations' section in your admin panel and click 'Add Station'.
PPPoE Configuration
Configure PPPoE connections for your subscribers efficiently.
Step 1: Add PPPoE Server
Use the admin portal to add a PPPoE server and define the IP pool.
RADIUS Authentication
Secure your network with RADIUS authentication.
Configure RADIUS Client
radius add client ip=192.168.1.2 secret=MySecret
radius enable
Billing & Invoicing
Create invoices for your customers, manage subscriptions, and track payments.
Generating an Invoice
Select the customer, choose the package, and click 'Generate Invoice'.
FAQ
Answers to frequently asked questions about Linkport ISP Billing system.