Managed Okta Privileged Access server agent
Run the following commands to start, stop, or uninstall the agent from your operating system.
Operating System | Start the server agent | Stop the server agent | Uninstall the server agent |
---|---|---|---|
Ubuntu or Debian | Run sudo systemctl start sftd | Run sudo systemctl stop sftd | Run sudo apt-get remove scaleft-server-tools |
Red Hat, CentOS, or Fedora | Run sudo systemctl start sftd | Run sudo systemctl stop sftd | Run sudo yum remove scaleft-server-tools |
SUSE Linux | Run sudo systemctl start sftd | Run sudo systemctl stop sftd | Run sudo zypper remove scaleft-server-tools |
Windows |
Run net start scaleft-server-tools (CMD) Run start-service scaleft-server-tools (PowerShell) |
Run net stop scaleft-server-tools (CMD) Run stop-service scaleft-server-tools (PowerShell) |
Run sc.exe delete scaleft-server-tools |