---
breadcrumbs:
- - /chromium-os/developer-library/guides
  - Chromium OS > Guides
page_name: autotest-server-usage
title: Autotest server usage guide
---

Note these steps are to be ran after you have [setup
Autotest](/chromium-os/developer-library/guides/testing/autotest-developer-faq/setup-autotest-server)
and have the local Autotest Web Frontend running. To verify simply navigate to
<http://localhost>

## Add Hosts

Add hosts. *Note you need to ensure that you have SSH Access Setup Properly:
<https://www.chromium.org/chromium-os/developer-library/guides/development/developer-guide/#Set-up-SSH-connection-between-chroot-and-DUT>*

```none
/usr/local/autotest/cli/atest host create hostname
```

## Start the Autotest Test Scheduler

Start the scheduler.

\*You may want to run the scheduler in ***screen***

```none
/usr/local/autotest/scheduler/monitor_db.py /usr/local/autotest/results
```
