Manage the agent
The Okta Radius agent can be started, stopped or restarted as required.
The installer creates a Linux service with either systemd or initd, depending on your current operating system, to manage the application.
Managing the Agent With systemd
To start the radius agent:
As root:
systemctl start ragent
To stop the radius agent:
As root:
systemctl stop ragentAs root:
systemctl restart ragent
To check radius agent status:
As root:
systemctl status ragentManaging the Radius Agent With initd
To start the radius agent:
As root:
To stop the radius agent:
As root:
To restart the radius agent:
As root: