Installing the Automox Agent on Linux
To install, restart, and remove the Automox agent
Lightweight client application, which is installed on managed devices. on Linux devices
A subset of Assets, a general term denoting anything that runs the Automox Agent and is registered with the system., refer to the commands listed here.
Install the agent
To install the Automox agent, run this command:
curl -sS https://console.automox.com/downloadInstaller?accesskey=YOUR-ORGANIZATION-KEY | sudo bash
Check the status
Use service manager to check the status of the agent.
sudo service amagent status
Inspect the process list
You can also use this command to check the process.
ps aux | grep amagent
Start the agent service
Use this command to start the agent, if it is not already running.
sudo service amagent start
Restart the agent
You might want to restart the agent (for example, during an update
A minor version update to a patch or package, usually involving bugfixes and no major functionality changes. For example, updating a package from version 1.13 -> 1.14).
sudo service amagent restart
Uninstall the agent
You can use these commands to remove the agent from your device.
Red Hat, CentOS
sudo yum erase amagent
Debian, Ubuntu
sudo apt-get purge amagent
Fedora
sudo dnf remove amagent
