# System Requirements for Running LMS Locally

{% hint style="warning" %}

### Recommended Setup

We **strongly recommend using the**[ **VPS setup**](/setting-up-lms-via-vps/logging-into-your-vps.md) for the best performance and easiest experience for most users.

Running LMS locally is optional, but **your performance will depend on your computer.**
{% endhint %}

### Overview

LMS processes real-time Level 2 data, which is more demanding than standard indicators.

***

### Requirements Breakdown

| Component    | Minimum                | Recommended               | Optimal                         |
| ------------ | ---------------------- | ------------------------- | ------------------------------- |
| **CPU**      | 4 cores (i5 / Ryzen 5) | 6+ cores (i7 / Ryzen 7)   | 8+ cores (high-performance CPU) |
| **RAM**      | 8 GB                   | 16 GB                     | 32 GB                           |
| **Storage**  | SSD (required)         | SSD (NVMe preferred)      | NVMe SSD                        |
| **Internet** | Stable connection      | Low-latency, stable       | High-speed, low-latency         |
| **Platform** | NinjaTrader 8          | NinjaTrader 8             | NinjaTrader 8                   |
| **Use Case** | Basic usage            | Smooth trading experience | Multi-charts / automation       |

***

### Performance Notes

| Scenario          | What You May Experience                          |
| ----------------- | ------------------------------------------------ |
| Underpowered PC   | Lag, delayed updates, fewer visible levels       |
| Recommended setup | Smooth charts, real-time updates                 |
| High-end setup    | Best performance, handles multiple charts easily |

{% hint style="info" %}

### Key Reminder

LMS processes **real-time order flow and Level 2 data**, which requires more resources than standard indicators.
{% endhint %}

***

{% hint style="success" %}

### Final Recommendation

If you're unsure or want the most reliable experience:

👉 We recommend using the [**VPS setup**,](/setting-up-lms-via-vps/logging-into-your-vps.md) which is already optimized, pre-configured, and ensures consistent performance without relying on your local hardware.
{% endhint %}


---

# 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.iblvautomated.com/setting-up-lms-via-local-computer/system-requirements-for-running-lms-locally.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.
