Administration

The main process is called fdpi_radius. It is installed as a service in the system and managed using standard service commands.
Restart the service:

systemctl fastradius restart

FastRADIUS settings are located in the /etc/dpi directory:

Parameters in the configuration file are either "hot" or "cold":

Update hot settings without restarting the service:

systemctl fastradius reload

FastRADIUS logs are located in the /var/log/dpi directory:

Log rotation is handled by the standard logrotate tool; by default, logs are stored for 24 hours.

The logrotate configuration file: /etc/logrotate.d/fdpi_radius
If the administrator changes the retention period, they must ensure sufficient disk space remains available.

Depending on the settings, FastRADIUS may write the following information to the /var/dump/dpi directory:

In this case, it is necessary to implement manual cleanup to prevent disk overflow.