> For the complete documentation index, see [llms.txt](https://doc.engenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.engenius.ai/s11-user-guide/reference/technical-specifications.md).

# Technical Specifications

This chapter contains a comprehensive list of the server's technical specifications. Refer to this section for detailed information on supported components, environmental requirements, and regulatory compliance.

<table data-header-hidden><thead><tr><th width="128.91015625"></th><th width="195.6796875"></th><th></th></tr></thead><tbody><tr><td><strong>CATEGORY</strong></td><td><strong>COMPONENT</strong></td><td><strong>SPECIFICATION</strong></td></tr><tr><td><strong>System</strong></td><td>Form Factor</td><td>1U Rackmount</td></tr><tr><td><br></td><td>Processor</td><td>Supports up to 2× Intel® Xeon® Scalable processors (up to 350W TDP)</td></tr><tr><td><br></td><td>Memory</td><td>32 × DDR5 RDIMM slots, up to 6400 MT/s, 8-channel per CPU, ECC supported</td></tr><tr><td><br></td><td>Storage Bays</td><td>Up to 12 × 2.5” U.2 NVMe hot-swappable drive bays</td></tr><tr><td><br></td><td>Expansion Slots</td><td>2 × PCIe Gen5 slots, 2 × OCP NIC 3.0 slots</td></tr><tr><td><strong>Motherboard</strong></td><td>BMC SoC</td><td>ASPEED AST2600</td></tr><tr><td><br></td><td>Management</td><td>BMC with IPMI 2.0, Redfish, HTML5 KVM</td></tr><tr><td><strong>Power</strong></td><td>Power Supply</td><td>Dual redundant Titanium-level M-CRPS PSUs</td></tr><tr><td><strong>Environment</strong></td><td>Operating Temp.</td><td>10°C to 35°C (50°F to 95°F)</td></tr><tr><td><br></td><td>Non-Operating Temp.</td><td>–20°C to 60°C (–4°F to 140°F)</td></tr><tr><td><br></td><td>Operating Humidity</td><td>10% to 90% (non-condensing)</td></tr></tbody></table>

## **Regulatory compliance statements**

This equipment has been tested and found to comply with the limits for a Class A digital device. It is intended for use in commercial, industrial, or business environments.

* **FCC (United States):** Complies with Part 15 of the FCC Rules.
* **CE (Europe):** Conforms to EMC Directive 2014/30/EU and Low Voltage Directive 2014/35/EU.
* **RoHS:** Compliant with the Restriction of Hazardous Substances Directive.


---

# 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://doc.engenius.ai/s11-user-guide/reference/technical-specifications.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.
