You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title
Install the agent on your node(s) to get started
Subtitle
Without any nodes, we can't provide you with any insights.
Tl;dr
WoTT uses an agent to perform the security audit. Without the agent installed on any of your servers, we are unable to provide you with any insights on your security posture.
FAQ
To get started, you need to install our [agent](https://github.com/WoTTsecurity/agent) on your servers. The agent performs a security audit, which is then sent to our back-end for processing. With this data, we are able to provide you with tailored recommendations for how to improve your security posture.
For the security minded people, we are happy to let you know that the agent is fully open source, so you can inspect the code base before you install it if you so desire.
While the installation instructions below are useful for installing on small number of hosts, we also have an [Ansible Playbook](\https://github.com/WoTTsecurity/examples/tree/master/ansible) if you want to deploy the agent to a larger fleet of servers.
Title
Install the agent on your node(s) to get started
Subtitle
Without any nodes, we can't provide you with any insights.
Tl;dr
WoTT uses an agent to perform the security audit. Without the agent installed on any of your servers, we are unable to provide you with any insights on your security posture.
FAQ
To get started, you need to install our [agent](https://github.com/WoTTsecurity/agent) on your servers. The agent performs a security audit, which is then sent to our back-end for processing. With this data, we are able to provide you with tailored recommendations for how to improve your security posture.
For the security minded people, we are happy to let you know that the agent is fully open source, so you can inspect the code base before you install it if you so desire.
While the installation instructions below are useful for installing on small number of hosts, we also have an [Ansible Playbook](\https://github.com/WoTTsecurity/examples/tree/master/ansible) if you want to deploy the agent to a larger fleet of servers.
Code Snippet
To install the agent, run the following command:
```
$ export CLAIM_TOKEN="x"
$ curl -sL https://install.wott.io | sudo -E bash
```
[Supported Operating Systems](https://github.com/WoTTsecurity/agent#supported-operating-systems\)
The text was updated successfully, but these errors were encountered: