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 ragent
As root:
# systemctl restart ragent
To check radius agent status:
As root:
root@localhost # systemctl status ragent
Managing the Radius Agent With initd
To start the radius agent:
As root:
# /etc/init.d/ragent start
To stop the radius agent:
As root:
# /etc/init.d/ragent stop
To restart the radius agent:
As root:
# /etc/init.d/ragent restart