Folks, I am reading this page https://wiki.freeradius.org/config/Status and trying to configure freeradius monitoring, seems like i am missing something. somehow i don't have /etc/raddb/mods-available/status file because i have install freeradius using yum install finally after google i found sample status file and i put that in mods-enabled directory and now i am getting this error Failed to link to module 'rlm_server': /usr/lib64/freeradius/rlm_server.so: cannot open shared object file: No such file or directory Now my question is by default radiusd.conf has status_server = yes so any client can query so i have try following and i got this reply. [root@radius]# echo "Message-Authenticator = 0x00, FreeRADIUS-Statistics-Type = 1, Response-Packet-Type = Access-Accept" | radclient -x localhost:1812 status testing123 Sent Status-Server Id 62 from 0.0.0.0:57892 to 127.0.0.1:18120 length 50 Message-Authenticator = 0x00 FreeRADIUS-Statistics-Type = Authentication Response-Packet-Type = Access-Accept Received Access-Accept Id 62 from 127.0.0.1:1812 to 0.0.0.0:0 length 20 getting no other data back from radius