Please Follow Below Steps
License Files Path
Check Wether you uploaded Lic.txt & Mod.txt in Root path /var/www/html/radiusmanager –> CentOS 6.5
Check Wether you uploaded Lic.txt & Mod.txt in Root path /var/www/radiusmanager –> Ubuntu 12.04
Check in Web Interface
http://IP-Address/radiusmanager/admin.php
http://IP-Address/radiusmanager/user.php
Checking Errors
Check Apache (or) Httpd Error Logs
Check Installation Errors in Php
Check Installation Errors in Mysql
Check License Files are Installed
Check License Files are Expired
Check /etc/php.ini Memory Size Limit
Check Radius Database Tables are Working
Check Conntrack Database Tables are working
Check /var/lib/mysql/conntrack –> db.opt tabidx.frm tabidx.MYD tabidx.MYI
Check Free-Radius Errors
Remove & Re-Install Free-Radius
Checking Conntrack Database
mysql -u root -p
use conntrack;
check table tabidx;
Should Display like Below Details
mysql> check table tabidx;
+——————+——-+———-+———-+
| Table | Op | Msg_type | Msg_text |
+——————+——-+———-+———-+
| conntrack.tabidx | check | status | OK |
+——————+——-+———-+———-+
1 row in set (0.00 sec)