# Admin Guide

Welcome to the Hex-Rays Admin Guide, designed to support system administrators in managing and configuring servers for IDA add-ons and floating licenses. Inside, you'll find in-depth guides for:

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/x1hxQLf8i8F4MnlHQ6Vb"><strong>Teams server</strong></a></td><td>Check how to install and manage Teams server to streamline collaborative work.</td></tr><tr><td><a href="/pages/HsHXWEJJU8LgZfoXVnXa"><strong>Private Lumina server</strong></a></td><td>Discover how to set up and maintain your on-premises Lumina server.</td></tr><tr><td><a href="/pages/fye9vMewt09ckQvlsrrE"><strong>Floating licenses server</strong></a></td><td>Get guidance on installing and managing the floating license server to efficiently handle users access to IDA.</td></tr></tbody></table>

## Command-Line Administration with HCLI

For administrators managing multiple IDA licenses and installations, HCLI provides an extensible command-line interface to automate routine administrative tasks.

### HCLI Resources

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>HCLI Documentation</strong></td><td></td><td></td><td><a href="https://hcli.docs.hex-rays.com/">https://hcli.docs.hex-rays.com/</a></td></tr><tr><td><strong>HCLI Source Code on GitHub</strong></td><td></td><td></td><td><a href="https://github.com/HexRaysSA/ida-hcli">https://github.com/HexRaysSA/ida-hcli</a></td></tr><tr><td><strong>HCLI IDA GitHub Action</strong></td><td></td><td></td><td><a href="https://github.com/HexRaysSA/ida-hcli-actions">https://github.com/HexRaysSA/ida-hcli-actions</a></td></tr></tbody></table>


---

# 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.hex-rays.com/ida-9.2/admin-guide.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.
