RADMIN(8) FreeRADIUS Server Administration Tool RADMIN(8) NAME radmin - FreeRADIUS Administration tool SYNOPSIS radmin [-d config_directory] [-e command] [-E] [-f socket_file] [-h] [-i input_file] [-n name] [-q] DESCRIPTION FreeRADIUS Server administration tool that connects to the control socket of a running server, and gives a command-line interface to it. At this time, only a few commands are supported. Please type "help" at the command prompt for detailed information about the supported com- mands. WARNING The security protections offered by this command are limited to the permissions on the Unix domain socket, and the server configuration. If someone can connect to the Unix domain socket, they have a substan- tial amount of control over the server. OPTIONS The following command-line options are accepted by the program. -d config directory Defaults to /etc/raddb. radmin looks here for the server config- uration files to find the "listen" section that defines the con- trol socket filename. -e command Run command and exit. -E Echo commands as they are being executed. -f socket_file Specify the socket filename directly. The radiusd.conf file is not read. -h Print usage help information. -i input_file Reads input from the specified file. If not specified, stdin is used. This also sets "-q". -n mname Read raddb/name.conf instead of raddb/radiusd.conf. -q Quiet mode. COMMANDS The commands implemented by the command-line interface are almost com- pletely controlled by the server. There are a few commands interpreted locally by radmin: reconnect Reconnect to the server. quit Exit from radmin. exit Exit from radmin. The other commands are implemented by the server. Type "help" at the prompt for more information. EXAMPLES debug file /var/log/radius/bob.log Set debug logs to /var/log/radius/bob.log. There is very little checking of this filename. Rogue administrators may be able use this command to over-write almost any file on the system. If those administrators have write access to "radius.conf", they can do the same thing without radmin, too. debug condition '(User-Name == "bob")' Enable debugging output for all requests that match the condi- tion. Any "unlang" condition is valid here. The condition is parsed as a string, so it must be enclosed in single or double quotes. Strings enclosed in double-quotes must have back- slashes and the quotation marks escaped inside of the string. Only one debug condition can be active at a time. debug condition '((User-Name == "bob") || (Packet-Src-IP-Address == 192.0.2.22))' A more complex condition that enables debugging output for requests containing User-Name "bob", or requests that originate from source IP address 192.0.2.22. debug condition Disable debug conditionals. FULL LIST OF COMMANDS add do sub-command of add add client Add client configuration commands add client file Add new client definition from debug debugging commands debug condition [condition] Enable debugging for requests matching [condition] debug level Set debug level to . Higher is more debugging. debug file [filename] Send all debugging output to [filename] del do sub-command of del del client Delete client configuration commands del client ipaddr Delete a dynamically created client hup [module] sends a HUP signal to the server, or optionally to one module inject commands to inject packets into a running server inject to Inject packets to the destination IP and port. inject from Inject packets as if they came from inject file Inject packet from input-file>, with results sent to reconnect reconnect to a running server terminate terminates the server, and cause it to exit set do sub-command of set set module set module commands set module config variable value set configuration for set module status [alive|dead] set the module to be alive or dead (always return "fail") set home_server set home server commands set home_server state [alive|dead] set state for given home server show do sub-command of show show client do sub-command of client show client config show configuration for given client show client list shows list of global clients show debug show debug properties show debug condition Shows current debugging condition. show debug level Shows current debugging level. show debug file Shows current debugging file. show home_server do sub-command of home_server show home_server config show configuration for given home server show home_server list shows list of home servers show home_server state shows state of given home server show module do sub-command of module show module config show configuration for given module show module flags show other module properties show module list shows list of loaded modules show module methods show sections where may be used show uptime shows time at which server started show version Prints version of the running server show xml Prints out configuration as XML stats do sub-command of stats stats client [auth/acct] show statistics for given client, or for all clients (auth or acct) stats home_server [/auth/acct] show statistics for given home server (ipaddr and port), or for all home servers (auth or acct) stats detail show statistics for the given detail file SEE ALSO unlang(5), radiusd.conf(5), raddb/sites-available/control-socket AUTHOR Alan DeKok 03 Feb 2015 RADMIN(8)