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 ragentTo stop the radius agent:
systemctl stop ragent systemctl restart ragentTo check radius agent status:
systemctl status ragentManaging the Radius Agent With initd
To start the radius agent:
/etc/init.d/ragent startTo stop the radius agent:
/etc/init.d/ragent stopTo restart the radius agent:
/etc/init.d/ragent restart