> For the complete documentation index, see [llms.txt](https://docs.rekor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rekor.ai/scout/web-server/self-hosted.md).

# Self-Hosted

Users preferring a self-hosted web server can follow the instructions below to install the Rekor Scout® Web Server locally. Self-hosted installations of the Rekor Scout Web Server store metadata from each license plate read in a local MySQL database. Full images of the plate capture remain in a rolling buffer on the hard drive where the Agent is installed.

{% embed url="<https://vimeo.com/442433561?share=copy>" %}

## Requirements

When sizing a server for Rekor Scout make sure to select a sufficiently fast hard drive. For web servers supporting up to 200 Agents, a single SSD should be sufficient. For larger installations, the server will likely need multiple hard drives configured as a RAID.

Minimum system requirements:

* Ubuntu Linux 20.04 64-bit
* 4GB RAM
* 250GB SSD hard drive
* Dual-core or greater CPU

## Installation

Download the Ubuntu 20.04 64-bit install image and burn it to a DVD or create a bootable flash drive:

<http://releases.ubuntu.com/20.04/>

Follow this installation guide to install Ubuntu 20.04 64-bit:

<http://www.ubuntu.com/download/desktop/install-ubuntu-desktop>

Run the following command from the terminal and choose `install_webserver`:

```bash
bash <(curl -s https://deb.openalpr.com/install)
```

<div align="left"><figure><img src="https://app.snazzydocs.com/storage/users/LyXaxVR6U0o9QI5U/docs/HCFTSZwZ5EATAFU6/images/linux-install.png" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rekor.ai/scout/web-server/self-hosted.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
