# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
