Connect to your server via SSH and run these commands to install the agent. Root access is not required.
This article is outdated and will eventually be removed.
Agent Download
Download the agent or run the following command
curl -LO https://www.serverdensity.com/downloads/sd-agent.tar.gz
Extract the files
tar xvfz sd-agent.tar.gz
Configure the agent
sudo nano -w sd-agent/config.cfg
Enter the following values. Other settings are optional.
[Main]
sd_url:
agent_key:
Start the agent
cd sd-agent
python agent.py start
Comments