The rlm command is:

% rlm [-c license_file] [-dlog [+]logfile]
    [-nows] [-ws port] [-x [rlmdown|rlmremove]]
    [-install_service] [-service_name sname]
    [-isv_startup_delay seconds]

The -c license_file option specifies which license file to use. This option overrides the setting of the RLM_LICENSE environment variable. The license_file parameter can be a directory containing license files, all of which will be processed.


The -dlog logfile specifies the pathname for the server debug log. If logfile is preceded by the ‘+’ character, the logfile will be appended, otherwise it is overwritten.


The -nows and -ws port options control the operation of the embedded Web Server. The -nows option instructs the rlm server to not start the embedded web server. The -ws port option instructs the rlm server to use port as the port number for the web server.


The -x [rlmdown | rlmremove] option controls whether the rlmdown and/or rlmremove commands will be processed by the server. Specifying only -x will disable both commands. Specifying either command name after the -x will disable just that command.


These options can appear in any order on the command line.


Note that if the rlm server cannot bind the web server port (5054 by default), it will exit.