Generating Refill Cards in Radius Manager
On Demand Guide! DMASoftlab Radius Manager is a nice billing system for any ISP. It works on Linux base OS like Ubuntu / Centos etc. It uses Free-radius as back-end engine and PHP as fronted GUI. It...
View ArticlePlaying with the `radpostauth` table in Freeradius
Freeradius is a well known billing system which is commonly used by ISP’s worldwide due to its reliability, highly customizable and versatility. Many 3rd party vendors have made some good GUI fronted...
View ArticleSharing Ideas … Updated Script for Renew Expired User Account via SMS in...
This post contains updated script for account renewal in radius manager with many controls added. Posting it for reference purposes only for how I used various bash related stuff all together to...
View ArticleMikrotik with Freeradius/mySQL # Part-21 – Weird Trigger for Duplicate Users
FREERADIUS WITH MIKROTIK – Part #1 – General Tip’s> Disclaimer! This is important! Every Network is different , so one solution cannot be applied to all. Therefore try to understand logic &...
View ArticleMySql Database Recovery from Raw Files
Disclaimer: This worked under particular case. It may or may not work for everyone. Scenario: OS: Ubuntu 12.4 Servedit Edition / x86 MYSQL: Ver 14.14 Distrib 5.5.54, for debian-linux-gnu (i686) using...
View ArticleRM: Delete Expired Users Record
Following script was made for DMA Radius Manager 4.1.x. It can delete X months old Expired users record from the mysql DB. Sharing for reference purposes … #!/bin/sh #set -x SQLPASS="MYSQLPASSW0RD"...
View ArticleDMASOFTLAB Radius Manager – Adding custom attribute to facilitate Dynamic...
Quick Recipe: If you are using DMA Radius Manager & want to assign Dynamic Address list to a service so that user can automatically be added to dynamic address list under NAS, you can do so by...
View ArticleDMA Radius – Bash scripts for Daily renewal/expiry account reporting
Posting it form old archives. Following are two bash scripts that can perform following actions renewal_alert.sh > Sends email to admin for accounts renewed at end of the day along with few other...
View ArticleRadius | Disconnect users after service change / user disable
Note for self In older version of radius manager, when OP disables any user account or change user service package , those changes doesnt take effect until the user disconnect/reconnect. Sometimes...
View ArticleRM: Auto Renew User if Deposit available
Revision History: 24-Jun-2015 / Added Base Script 29-Jun-2016 / Added Invoice function 14-Feb-2022 / Added multi check for quota related functions As requested by an Valenzuela / African friends...
View Article