Checking and starting the Automox Agent - Linux
In the this article, we cover how to check if the agent service is running on Linux, as well as how to start it up if it is not.
Checking to see if the agent service is running
In order to check and see if the agent service is running, please run the following command:
systemctl status amagent
The output should look something like this:
If you see it as stopped, or not running, proceed to the next step.
Starting the Automox Agent
To start the agent, run this command:
systemctl start amagent
After starting the agent service, run the command to check the status afterwards to verify that the service is started. After that, you should see the device as online or connected in the Automox console.
Comments
0 comments
Article is closed for comments.