Manage the agent

The Okta Radius agent can be started, stopped or restarted as required.

The installer creates a Linux service to manage the application using either systemd or initd, depending on your current operating system.

The following commands must be run as root.

Managing the Agent With systemd

To start the radius agent:

systemctl start ragent

To stop the radius agent:

systemctl stop ragent

To restart the radius agent:

systemctl restart ragent

To check radius agent status:

systemctl status ragent

Managing the Radius Agent With initd

To start the radius agent:

/etc/init.d/ragent start

To stop the radius agent:

/etc/init.d/ragent stop

To restart the radius agent:

/etc/init.d/ragent restart