<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting Started on</title><link>https://docs.sysward.com/docs/getting-started/</link><description>Recent content in Getting Started on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Thu, 09 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://docs.sysward.com/docs/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Quick Start</title><link>https://docs.sysward.com/docs/getting-started/quick-start/</link><pubDate>Mon, 16 Nov 2020 13:59:39 +0100</pubDate><guid>https://docs.sysward.com/docs/getting-started/quick-start/</guid><description>Install the agent Sign in to your dashboard and open the Install Agent page. You&amp;rsquo;ll see a one-line installer prefilled with your organization&amp;rsquo;s API key:
curl https://sysward.com/install.sh | API_KEY=YOUR_API_KEY bash Run it on any Linux server you want to manage, as root or with sudo. The installer:
creates /opt/sysward/bin and downloads the agent binary matching your server&amp;rsquo;s architecture (x86_64, aarch64, …), writes the agent configuration with your API key, and runs the agent once so the server checks in immediately.</description></item><item><title>Installing the Agent</title><link>https://docs.sysward.com/docs/getting-started/install/</link><pubDate>Tue, 13 Oct 2020 15:21:01 +0200</pubDate><guid>https://docs.sysward.com/docs/getting-started/install/</guid><description>The Install Agent page in your dashboard shows a one-line installer with your organization&amp;rsquo;s API key already filled in. Run it on each Linux server you want to manage.
The one-line installer curl https://sysward.com/install.sh | API_KEY=YOUR_API_KEY bash Run it as root or with sudo — the installer writes to /opt/sysward.
What the installer does Creates /opt/sysward/bin. Downloads the agent binary for your server&amp;rsquo;s architecture (sysward_$(uname -m), e.g. x86_64 or aarch64). Downloads the default agent configuration and writes your API key into it.</description></item><item><title>Troubleshooting</title><link>https://docs.sysward.com/docs/getting-started/troubleshooting/</link><pubDate>Thu, 12 Nov 2020 15:22:20 +0100</pubDate><guid>https://docs.sysward.com/docs/getting-started/troubleshooting/</guid><description>An agent isn&amp;rsquo;t checking in If a server isn&amp;rsquo;t showing up on the Agents page, or is marked dead, work through the following on that host.
Run the agent manually with debug output DEBUG=true /opt/sysward/bin/sysward This prints what the agent is doing and surfaces most problems — connectivity, configuration, or package-manager errors — directly.
Check the logs The agent logs to syslog, tagged SYSWARD:
grep SYSWARD /var/log/syslog | tail Confirm the agent is scheduled The agent checks in on a schedule via cron.</description></item><item><title>Uninstall</title><link>https://docs.sysward.com/docs/getting-started/uninstall/</link><pubDate>Tue, 13 Oct 2020 15:21:01 +0200</pubDate><guid>https://docs.sysward.com/docs/getting-started/uninstall/</guid><description>💡 Make sure you clear out your crontab Uninstalling SysWard Remove the SysWard agent directory:
rm -rf /opt/sysward Then open your /etc/crontab file and remove the SysWard line so the agent stops checking in.</description></item></channel></rss>