Installing the Automox Agent on Linux

To install, restart, and remove the Automox agent on Linux devices, refer to the commands listed here. 

Install the agent

To install the Automox agent, run this command:

Copy
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.

Copy
sudo service amagent status

Inspect the process list

You can also use this command to check the process.

Copy
ps aux | grep amagent

Start the agent service

Use this command to start the agent, if it is not already running.

Copy
sudo service amagent start

Restart the agent

You might want to restart the agent (for example, during an update).

Copy
sudo service amagent restart

Uninstall the agent

You can use these commands to remove the agent from your device.

Red Hat, CentOS

Copy
sudo yum erase amagent

Debian, Ubuntu

Copy
sudo apt-get purge amagent

Fedora

Copy
sudo dnf remove amagent