- Open a browser to
https://<Kolide FQDN>:8443/setup - Setup user
- Enter
adminfor username - Enter password
- Enter e-mail for admin
- Select submit

- Setup Organization
- Enter organization name
- Enter organization URL
- Select submit

- Setup Kolide URL
- Accept default
- Select Submit

- Select "Finish"
export OSQUERY_KEY=1484120AC4E9F8A1A577AEEE97A80C63C9D8B80Bsudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys $OSQUERY_KEYsudo add-apt-repository 'deb [arch=amd64] https://pkg.osquery.io/deb deb main'sudo apt-get updatesudo apt-get install osquery -ywget https://raw.githubusercontent.com/CptOfEvilMinions/osquerey-file-carve-server/master/conf/osquery/osquery.flags -O /etc/osquery/osquery.flagssed -i 's/kolide.hackinglab.local:8443/<FQDN or IP addr of Kolide:<port> /g' /etc/osquery/osquery.flagsscp <server cert> <user>@<ubuntu IP addr>:/etc/osquery/snakeoil.crt
- Login into Kolide
- Select "Add New Host" in the top right
- Select "Show" above the secret text box
- Copy "Osquery Enroll Secret"

- SSH into VM with osquery
echo '<osquery enroll secret>' > /etc/osquery/osquery.keysystemctl restart osqueryd- Open a browser to
https://<Kolide FQDN>:8443/hosts/manage
- Select new host via the Kolide webGUI
- Query:
SELECT * FROM osquery_info - Select "RUN"
- Within a few seconds the results pane at the bottom should populate with results